Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QPaintEngineExPrivate Class Reference

#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 &region)
 
void setSystemTransformAndViewport (const QTransform &xform, const QRegion &region)
 
virtual void systemStateChanged ()
 
void drawBoxTextItem (const QPointF &p, const QTextItemInt &ti)
 
virtual QPaintEngineaggregateEngine ()
 
virtual Qt::HANDLE nativeHandle ()
 

Public Attributes

QStroker stroker
 
QDashStroker dasher
 
StrokeHandlerstrokeHandler
 
QStrokerOpsactiveStroker
 
QPen strokerPen
 
QRect exDeviceRect
 
- Public Attributes inherited from QPaintEnginePrivate
QPaintDevicepdev
 
QPaintEngineq_ptr
 
QRegion baseSystemClip
 
QRegion systemClip
 
QRect systemRect
 
QRegion systemViewport
 
QTransform systemTransform
 
QPaintDevicecurrentClipDevice
 
uint hasSystemTransform: 1
 
uint hasSystemViewport: 1
 

Additional Inherited Members

- Static Public Member Functions inherited from QPaintEnginePrivate
static QPaintEnginePrivateget (QPaintEngine *paintEngine)
 

Detailed Description

Definition at line 126 of file qpaintengineex_p.h.

Constructor & Destructor Documentation

◆ QPaintEngineExPrivate()

QPaintEngineExPrivate::QPaintEngineExPrivate ( )

Definition at line 127 of file qpaintengineex.cpp.

◆ ~QPaintEngineExPrivate()

QPaintEngineExPrivate::~QPaintEngineExPrivate ( )

Definition at line 136 of file qpaintengineex.cpp.

References strokeHandler.

Member Function Documentation

◆ hasClipOperations()

bool QPaintEngineExPrivate::hasClipOperations ( ) const

Definition at line 192 of file qpaintengineex.cpp.

◆ replayClipOperations()

void QPaintEngineExPrivate::replayClipOperations ( )

Definition at line 142 of file qpaintengineex.cpp.

References info, QPainterClipInfo::PathClip, QVectorPath::RectangleHint, QPainterClipInfo::RectClip, QPainterClipInfo::RectFClip, and QPainterClipInfo::RegionClip.

Referenced by QOpenGL2PaintEngineExPrivate::regenerateClip(), QWindowsDirect2DPaintEnginePrivate::updateClipEnabled(), and QRasterPaintEnginePrivate::updateClipping().

+ Here is the caller graph for this function:

Member Data Documentation

◆ activeStroker

QStrokerOps* QPaintEngineExPrivate::activeStroker

Definition at line 139 of file qpaintengineex_p.h.

◆ dasher

QDashStroker QPaintEngineExPrivate::dasher

Definition at line 137 of file qpaintengineex_p.h.

◆ exDeviceRect

QRect QPaintEngineExPrivate::exDeviceRect

Definition at line 142 of file qpaintengineex_p.h.

Referenced by QRasterPaintEnginePrivate::systemStateChanged().

◆ strokeHandler

StrokeHandler* QPaintEngineExPrivate::strokeHandler

Definition at line 138 of file qpaintengineex_p.h.

Referenced by ~QPaintEngineExPrivate().

◆ stroker

QStroker QPaintEngineExPrivate::stroker

Definition at line 136 of file qpaintengineex_p.h.

◆ strokerPen

QPen QPaintEngineExPrivate::strokerPen

Definition at line 140 of file qpaintengineex_p.h.


The documentation for this class was generated from the following files: