|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
表示QPainter和QPaintDevice之间的绘制操作属性 更多...
#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 更多... | |
Public 类型 | |
| enum | Type { Invalid = -1 , Path , Pixmap , Image , State } |
| Type of the paint command 更多... | |
Public 成员函数 | |
| QwtPainterCommand () | |
| 构造无效命令 | |
| QwtPainterCommand (const QwtPainterCommand &) | |
| 拷贝构造函数 | |
| QwtPainterCommand (const QPainterPath &) | |
| 构造路径命令 | |
| QwtPainterCommand (const QRectF &rect, const QPixmap &, const QRectF &subRect) | |
| Pixmap绘制操作的构造函数 | |
| QwtPainterCommand (const QRectF &rect, const QImage &, const QRectF &subRect, Qt::ImageConversionFlags) | |
| Image绘制操作的构造函数 | |
| QwtPainterCommand (const QPaintEngineState &) | |
| State绘制操作的构造函数 | |
| ~QwtPainterCommand () | |
| 析构函数 | |
| 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 |
表示QPainter和QPaintDevice之间的绘制操作属性
| QwtPainterCommand::QwtPainterCommand | ( | ) |
构造无效命令
| QwtPainterCommand::QwtPainterCommand | ( | const QwtPainterCommand & | other | ) |
拷贝构造函数
|
explicit |
构造路径命令
| QwtPainterCommand::QwtPainterCommand | ( | const QRectF & | rect, |
| const QPixmap & | pixmap, | ||
| const QRectF & | subRect | ||
| ) |
Pixmap绘制操作的构造函数
| QwtPainterCommand::QwtPainterCommand | ( | const QRectF & | rect, |
| const QImage & | image, | ||
| const QRectF & | subRect, | ||
| Qt::ImageConversionFlags | flags | ||
| ) |
Image绘制操作的构造函数
|
explicit |
State绘制操作的构造函数
| QwtPainterCommand::~QwtPainterCommand | ( | ) |
析构函数
| QwtPainterCommand::ImageData * QwtPainterCommand::imageData | ( | ) |
|
inline |
| QwtPainterCommand & QwtPainterCommand::operator= | ( | const QwtPainterCommand & | other | ) |
赋值操作符
| QPainterPath * QwtPainterCommand::path | ( | ) |
|
inline |
| QwtPainterCommand::PixmapData * QwtPainterCommand::pixmapData | ( | ) |
|
inline |
| QwtPainterCommand::StateData * QwtPainterCommand::stateData | ( | ) |
|
inline |
|
inline |