![]() |
Qt 4.8
|
#include <qpaintengineex_p.h>
Public Functions | |
| bool | hasClipOperations () const |
| QPaintEngineExPrivate () | |
| void | replayClipOperations () |
| ~QPaintEngineExPrivate () | |
Public Functions inherited from QPaintEnginePrivate | |
| void | drawBoxTextItem (const QPointF &p, const QTextItemInt &ti) |
| QPaintEnginePrivate () | |
| void | setSystemTransform (const QTransform &xform) |
| void | setSystemViewport (const QRegion ®ion) |
| virtual void | systemStateChanged () |
| void | transformSystemClip () |
| virtual | ~QPaintEnginePrivate () |
Public Variables | |
| QStrokerOps * | activeStroker |
| QDashStroker | dasher |
| QRect | exDeviceRect |
| StrokeHandler * | strokeHandler |
| QStroker | stroker |
| QPen | strokerPen |
Public Variables inherited from QPaintEnginePrivate | |
| QWidget * | currentClipWidget |
| uint | hasSystemTransform: 1 |
| uint | hasSystemViewport: 1 |
| QPaintDevice * | pdev |
| QPaintEngine * | q_ptr |
| QRegion | systemClip |
| QRect | systemRect |
| QTransform | systemTransform |
| QRegion | systemViewport |
Definition at line 238 of file qpaintengineex_p.h.
| QPaintEngineExPrivate::QPaintEngineExPrivate | ( | ) |
Definition at line 160 of file qpaintengineex.cpp.
| QPaintEngineExPrivate::~QPaintEngineExPrivate | ( | ) |
Definition at line 169 of file qpaintengineex.cpp.
| bool QPaintEngineExPrivate::hasClipOperations | ( | ) | const |
Definition at line 226 of file qpaintengineex.cpp.
| void QPaintEngineExPrivate::replayClipOperations | ( | ) |
Definition at line 175 of file qpaintengineex.cpp.
| QStrokerOps* QPaintEngineExPrivate::activeStroker |
Definition at line 251 of file qpaintengineex_p.h.
| QDashStroker QPaintEngineExPrivate::dasher |
Definition at line 249 of file qpaintengineex_p.h.
| QRect QPaintEngineExPrivate::exDeviceRect |
Definition at line 254 of file qpaintengineex_p.h.
| StrokeHandler* QPaintEngineExPrivate::strokeHandler |
Definition at line 250 of file qpaintengineex_p.h.
Referenced by ~QPaintEngineExPrivate().
| QStroker QPaintEngineExPrivate::stroker |
Definition at line 248 of file qpaintengineex_p.h.
| QPen QPaintEngineExPrivate::strokerPen |
Definition at line 252 of file qpaintengineex_p.h.