![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpaintengineex_p.h>
Public Member Functions | |
QPaintEngineExPrivate () | |
~QPaintEngineExPrivate () | |
void | replayClipOperations () |
bool | hasClipOperations () const |
![]() | |
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 |
![]() | |
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 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.
bool QPaintEngineExPrivate::hasClipOperations | ( | ) | const |
Definition at line 192 of file qpaintengineex.cpp.
void QPaintEngineExPrivate::replayClipOperations | ( | ) |
Definition at line 142 of file qpaintengineex.cpp.
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.
StrokeHandler* QPaintEngineExPrivate::strokeHandler |
Definition at line 138 of file qpaintengineex_p.h.
QStroker QPaintEngineExPrivate::stroker |
Definition at line 136 of file qpaintengineex_p.h.
QPen QPaintEngineExPrivate::strokerPen |
Definition at line 140 of file qpaintengineex_p.h.