![]() |
Qt 6.x
The Qt SDK
|
#include <qpaintengineex_p.h>
Inheritance diagram for QPaintEngineExPrivate:
Collaboration diagram for QPaintEngineExPrivate:Public Member Functions | |
| QPaintEngineExPrivate () | |
| ~QPaintEngineExPrivate () | |
| void | replayClipOperations () |
| bool | hasClipOperations () const |
Public Member Functions inherited from QPaintEnginePrivate | |
| QPaintEnginePrivate () | |
| virtual | ~QPaintEnginePrivate () |
| void | updateSystemClip () |
| void | setSystemTransform (const QTransform &xform) |
| void | setSystemViewport (const QRegion ®ion) |
| void | setSystemTransformAndViewport (const QTransform &xform, const QRegion ®ion) |
| virtual void | systemStateChanged () |
| void | drawBoxTextItem (const QPointF &p, const QTextItemInt &ti) |
| virtual QPaintEngine * | aggregateEngine () |
| virtual Qt::HANDLE | nativeHandle () |
Public Attributes | |
| QStroker | stroker |
| QDashStroker | dasher |
| StrokeHandler * | strokeHandler |
| QStrokerOps * | activeStroker |
| QPen | strokerPen |
| QRect | exDeviceRect |
Public Attributes inherited from QPaintEnginePrivate | |
| QPaintDevice * | pdev |
| QPaintEngine * | q_ptr |
| QRegion | baseSystemClip |
| QRegion | systemClip |
| QRect | systemRect |
| QRegion | systemViewport |
| QTransform | systemTransform |
| QPaintDevice * | currentClipDevice |
| uint | hasSystemTransform: 1 |
| uint | hasSystemViewport: 1 |
Additional Inherited Members | |
Static Public Member Functions inherited from QPaintEnginePrivate | |
| static QPaintEnginePrivate * | get (QPaintEngine *paintEngine) |
Definition at line 126 of file qpaintengineex_p.h.
| QPaintEngineExPrivate::QPaintEngineExPrivate | ( | ) |
Definition at line 127 of file qpaintengineex.cpp.
| QPaintEngineExPrivate::~QPaintEngineExPrivate | ( | ) |
Definition at line 136 of file qpaintengineex.cpp.
References strokeHandler.
| bool QPaintEngineExPrivate::hasClipOperations | ( | ) | const |
Definition at line 192 of file qpaintengineex.cpp.
| void QPaintEngineExPrivate::replayClipOperations | ( | ) |
Definition at line 142 of file qpaintengineex.cpp.
References info, QFileInfo::path(), QPainterClipInfo::PathClip, QVectorPath::RectangleHint, QPainterClipInfo::RectClip, QPainterClipInfo::RectFClip, and QPainterClipInfo::RegionClip.
Referenced by QOpenGL2PaintEngineExPrivate::regenerateClip(), QWindowsDirect2DPaintEnginePrivate::updateClipEnabled(), and QRasterPaintEnginePrivate::updateClipping().
Here is the call graph for this function:
Here is the caller graph for this function:| QStrokerOps* QPaintEngineExPrivate::activeStroker |
Definition at line 139 of file qpaintengineex_p.h.
| QDashStroker QPaintEngineExPrivate::dasher |
Definition at line 137 of file qpaintengineex_p.h.
| QRect QPaintEngineExPrivate::exDeviceRect |
Definition at line 142 of file qpaintengineex_p.h.
Referenced by QRasterPaintEnginePrivate::systemStateChanged().
| StrokeHandler* QPaintEngineExPrivate::strokeHandler |
Definition at line 138 of file qpaintengineex_p.h.
Referenced by ~QPaintEngineExPrivate().
| QStroker QPaintEngineExPrivate::stroker |
Definition at line 136 of file qpaintengineex_p.h.
| QPen QPaintEngineExPrivate::strokerPen |
Definition at line 140 of file qpaintengineex_p.h.