![]() |
Qt 6.x
The Qt SDK
|
#include <qopenglpaintengine_p.h>
Public Member Functions | |
QOpenGL2PaintEngineState (QOpenGL2PaintEngineState &other) | |
QOpenGL2PaintEngineState () | |
~QOpenGL2PaintEngineState () | |
![]() | |
QPainterState () | |
QPainterState (const QPainterState *s) | |
virtual | ~QPainterState () |
void | init (QPainter *p) |
![]() | |
QPaintEngine::DirtyFlags | state () const |
Returns a combination of flags identifying the set of properties that need to be updated when updating the paint engine's state (i.e. | |
QPen | pen () const |
Returns the pen in the current paint engine state. | |
QBrush | brush () const |
Returns the brush in the current paint engine state. | |
QPointF | brushOrigin () const |
Returns the brush origin in the current paint engine state. | |
QBrush | backgroundBrush () const |
Returns the background brush in the current paint engine state. | |
Qt::BGMode | backgroundMode () const |
Returns the background mode in the current paint engine state. | |
QFont | font () const |
Returns the font in the current paint engine state. | |
QTransform | transform () const |
Qt::ClipOperation | clipOperation () const |
Returns the clip operation in the current paint engine state. | |
QRegion | clipRegion () const |
Returns the clip region in the current paint engine state. | |
QPainterPath | clipPath () const |
Returns the clip path in the current paint engine state. | |
bool | isClipEnabled () const |
Returns whether clipping is enabled or not in the current paint engine state. | |
QPainter::RenderHints | renderHints () const |
Returns the render hints in the current paint engine state. | |
QPainter::CompositionMode | compositionMode () const |
Returns the composition mode in the current paint engine state. | |
qreal | opacity () const |
QPainter * | painter () const |
Returns a pointer to the painter currently updating the paint engine. | |
bool | brushNeedsResolving () const |
bool | penNeedsResolving () const |
Additional Inherited Members | |
![]() | |
QPaintEngine::DirtyFlags | dirtyFlags |
Definition at line 54 of file qopenglpaintengine_p.h.
QOpenGL2PaintEngineState::QOpenGL2PaintEngineState | ( | QOpenGL2PaintEngineState & | other | ) |
Definition at line 2683 of file qopenglpaintengine.cpp.
References canRestoreClip, clipTestEnabled, currentClip, isNew, needsClipBufferClear, other(), and rectangleClip.
QOpenGL2PaintEngineState::QOpenGL2PaintEngineState | ( | ) |
Definition at line 2694 of file qopenglpaintengine.cpp.
References canRestoreClip, clipTestEnabled, isNew, and needsClipBufferClear.
QOpenGL2PaintEngineState::~QOpenGL2PaintEngineState | ( | ) |
Definition at line 2702 of file qopenglpaintengine.cpp.
uint QOpenGL2PaintEngineState::canRestoreClip |
Definition at line 64 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineState(), QOpenGL2PaintEngineState(), QOpenGL2PaintEngineEx::clip(), and QOpenGL2PaintEngineEx::setState().
uint QOpenGL2PaintEngineState::clipChanged |
Definition at line 69 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineEx::clip(), QOpenGL2PaintEngineEx::clipEnabledChanged(), and QOpenGL2PaintEngineEx::setState().
uint QOpenGL2PaintEngineState::clipTestEnabled |
Definition at line 63 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineState(), QOpenGL2PaintEngineState(), and QOpenGL2PaintEngineEx::clip().
uint QOpenGL2PaintEngineState::compositionModeChanged |
Definition at line 66 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineEx::compositionModeChanged(), and QOpenGL2PaintEngineEx::setState().
uint QOpenGL2PaintEngineState::currentClip |
Definition at line 70 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineState(), and QOpenGL2PaintEngineEx::clip().
uint QOpenGL2PaintEngineState::isNew |
Definition at line 61 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineState(), and QOpenGL2PaintEngineState().
uint QOpenGL2PaintEngineState::matrixChanged |
Definition at line 65 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineEx::setState(), and QOpenGL2PaintEngineEx::transformChanged().
uint QOpenGL2PaintEngineState::needsClipBufferClear |
Definition at line 62 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineState(), and QOpenGL2PaintEngineState().
uint QOpenGL2PaintEngineState::opacityChanged |
Definition at line 67 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineEx::opacityChanged(), and QOpenGL2PaintEngineEx::setState().
QRect QOpenGL2PaintEngineState::rectangleClip |
Definition at line 72 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineState(), and QOpenGL2PaintEngineEx::clip().
uint QOpenGL2PaintEngineState::renderHintsChanged |
Definition at line 68 of file qopenglpaintengine_p.h.
Referenced by QOpenGL2PaintEngineEx::renderHintsChanged(), and QOpenGL2PaintEngineEx::setState().