PARP Research Group | Universidad de Murcia |
QVPainter Class ReferenceInherits from QPainter to allow versatile drawing on a QVImageCanvas object. More...
Detailed DescriptionInherits from QPainter to allow versatile drawing on a QVImageCanvas object. Nobody except internally the QVImageCanvas class should create or destroy QVPainters, so you do not need to construct this kind of objects. You will only need to use them through the QVImageCanvas::getQVPainter() method when subclassing QVImageCanvas (see documentation on this last class for coding examples). Definition at line 50 of file qvcanvas.h. Member Function Documentation
Draws a QVImage<T,n> of any type T and size n in the corresponding QVImageCanvas. Draws a QVImage<T,n> of any type T and size n in the corresponding QVImageCanvas. The image is drawn according to its current ROI (position and size).
Definition at line 55 of file qvcanvas.cpp.
Draws text in a given pixel position of the QVImageCanvas which does not scale with zooming. See corresponding (scaled) method QPainter::drawText() for details on input parameters. Definition at line 61 of file qvcanvas.cpp.
Draws text in a given pixel position of the QVImageCanvas which does not scale with zooming. See corresponding (scaled) method QPainter::drawText() for details on input parameters. Definition at line 70 of file qvcanvas.cpp.
Draws text in a given rectangle of the QVImageCanvas which does not scale with zooming. See corresponding (scaled) method QPainter::drawText() for details on input parameters. Definition at line 79 of file qvcanvas.cpp.
Draws text in a given rectangle of the QVImageCanvas which does not scale with zooming. See corresponding (scaled) method QPainter::drawText() for details on input parameters. Definition at line 93 of file qvcanvas.cpp.
Draws text in a given position of the QVImageCanvas which does not scale with zooming. See corresponding (scaled) method QPainter::drawText() for details on input parameters. Definition at line 107 of file qvcanvas.cpp.
Draws text in a given position of the QVImageCanvas which does not scale with zooming. See corresponding (scaled) method QPainter::drawText() for details on input parameters. Definition at line 116 of file qvcanvas.cpp.
Draws text in a QVImageCanvas which does not scale with zooming, using the specified option to control its positioning and orientation. See corresponding (scaled) method QPainter::drawText() for details on input parameters. Definition at line 130 of file qvcanvas.cpp. The documentation for this class was generated from the following files:
|