![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopenglpaintengine_p.h>
Public Member Functions | |
QOpenGL2PaintEngineState (const QOpenGL2PaintEngineState &other) | |
QOpenGL2PaintEngineState () | |
~QOpenGL2PaintEngineState () | |
Public Member Functions inherited from QPainterState | |
QPainterState () | |
QPainterState (const QPainterState *s) | |
virtual | ~QPainterState () |
void | init (QPainter *p) |
Public Member Functions inherited from QPaintEngineState | |
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 | |
Protected Attributes inherited from QPaintEngineState | |
QPaintEngine::DirtyFlags | dirtyFlags |
Definition at line 52 of file qopenglpaintengine_p.h.
QOpenGL2PaintEngineState::QOpenGL2PaintEngineState | ( | const QOpenGL2PaintEngineState & | other | ) |
Definition at line 2683 of file qopenglpaintengine.cpp.
References QOpenGL2PaintEngineState().
Referenced by QOpenGL2PaintEngineState().
QOpenGL2PaintEngineState::QOpenGL2PaintEngineState | ( | ) |
Definition at line 2694 of file qopenglpaintengine.cpp.
QOpenGL2PaintEngineState::~QOpenGL2PaintEngineState | ( | ) |
Definition at line 2702 of file qopenglpaintengine.cpp.
uint QOpenGL2PaintEngineState::canRestoreClip |
Definition at line 62 of file qopenglpaintengine_p.h.
uint QOpenGL2PaintEngineState::clipChanged |
Definition at line 67 of file qopenglpaintengine_p.h.
uint QOpenGL2PaintEngineState::clipTestEnabled |
Definition at line 61 of file qopenglpaintengine_p.h.
uint QOpenGL2PaintEngineState::compositionModeChanged |
Definition at line 64 of file qopenglpaintengine_p.h.
uint QOpenGL2PaintEngineState::currentClip |
Definition at line 68 of file qopenglpaintengine_p.h.
uint QOpenGL2PaintEngineState::isNew |
Definition at line 59 of file qopenglpaintengine_p.h.
uint QOpenGL2PaintEngineState::matrixChanged |
Definition at line 63 of file qopenglpaintengine_p.h.
uint QOpenGL2PaintEngineState::needsClipBufferClear |
Definition at line 60 of file qopenglpaintengine_p.h.
uint QOpenGL2PaintEngineState::opacityChanged |
Definition at line 65 of file qopenglpaintengine_p.h.
QRect QOpenGL2PaintEngineState::rectangleClip |
Definition at line 70 of file qopenglpaintengine_p.h.
uint QOpenGL2PaintEngineState::renderHintsChanged |
Definition at line 66 of file qopenglpaintengine_p.h.