QwtPainterCommand(3) | Qwt User's Guide | QwtPainterCommand(3) |
QwtPainterCommand
#include <qwt_painter_command.h>
struct ImageData
Attributes how to paint a QImage. struct PixmapData
Attributes how to paint a QPixmap. struct StateData
Attributes of a state change.
enum Type { Invalid = -1, Path,
Pixmap, Image, State }
Type of the paint command.
QwtPainterCommand ()
Construct an invalid command. QwtPainterCommand (const
QwtPainterCommand &)
QwtPainterCommand (const QPainterPath &)
Copy constructor. QwtPainterCommand (const QRectF &rect, const
QPixmap &, const QRectF &subRect)
QwtPainterCommand (const QRectF &rect, const QImage &, const
QRectF &subRect, Qt::ImageConversionFlags)
QwtPainterCommand (const QPaintEngineState &)
~QwtPainterCommand ()
Destructor. QwtPainterCommand & operator= (const
QwtPainterCommand &)
Type type () const
QPainterPath * path ()
const QPainterPath * path () const
PixmapData * pixmapData ()
const PixmapData * pixmapData () const
ImageData * imageData ()
const ImageData * imageData () const
StateData * stateData ()
const StateData * stateData () const
QwtPainterCommand represents the attributes of a paint operation how it is used between QPainter and QPaintDevice
It is used by QwtGraphic to record and replay paint operations
See also:
Type of the paint command.
Enumerator
Copy constructor
Parameters:
Constructor for Pixmap paint operation
Parameters:
See also:
Constructor for Image paint operation
Parameters:
See also:
Constructor for State paint operation
Parameters:
Returns:
Returns:
Assignment operator
Parameters:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Wed Jan 2 2019 | Version 6.1.4 |