Qt 4.8
|
#include <qpaintengineex_opengl2_p.h>
Public Functions | |
QOpenGL2PaintEngineState (QOpenGL2PaintEngineState &other) | |
QOpenGL2PaintEngineState () | |
~QOpenGL2PaintEngineState () | |
Public Functions inherited from QPainterState | |
void | init (QPainter *p) |
QPainterState () | |
QPainterState (const QPainterState *s) | |
virtual | ~QPainterState () |
Public Functions inherited from QPaintEngineState | |
QBrush | backgroundBrush () const |
Returns the background brush in the current paint engine state. More... | |
Qt::BGMode | backgroundMode () const |
Returns the background mode in the current paint engine state. More... | |
QBrush | brush () const |
Returns the brush in the current paint engine state. More... | |
bool | brushNeedsResolving () const |
Returns whether the coordinate of the fill have been specified as bounded by the current rendering operation and have to be resolved (about the currently rendered primitive). More... | |
QPointF | brushOrigin () const |
Returns the brush origin in the current paint engine state. More... | |
Qt::ClipOperation | clipOperation () const |
Returns the clip operation in the current paint engine state. More... | |
QPainterPath | clipPath () const |
Returns the clip path in the current paint engine state. More... | |
QRegion | clipRegion () const |
Returns the clip region in the current paint engine state. More... | |
QPainter::CompositionMode | compositionMode () const |
Returns the composition mode in the current paint engine state. More... | |
QFont | font () const |
Returns the font in the current paint engine state. More... | |
bool | isClipEnabled () const |
Returns whether clipping is enabled or not in the current paint engine state. More... | |
QMatrix | matrix () const |
Returns the matrix in the current paint engine state. More... | |
qreal | opacity () const |
Returns the opacity in the current paint engine state. More... | |
QPainter * | painter () const |
Returns a pointer to the painter currently updating the paint engine. More... | |
QPen | pen () const |
Returns the pen in the current paint engine state. More... | |
bool | penNeedsResolving () const |
Returns whether the coordinate of the stroke have been specified as bounded by the current rendering operation and have to be resolved (about the currently rendered primitive). More... | |
QPainter::RenderHints | renderHints () const |
Returns the render hints in the current paint engine state. More... | |
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. More... | |
QTransform | transform () const |
Returns the matrix in the current paint engine state. More... | |
Public Variables | |
uint | canRestoreClip: 1 |
uint | clipChanged: 1 |
uint | clipTestEnabled: 1 |
uint | compositionModeChanged: 1 |
uint | currentClip: 8 |
uint | isNew: 1 |
uint | matrixChanged: 1 |
uint | needsClipBufferClear: 1 |
uint | opacityChanged: 1 |
QRect | rectangleClip |
uint | renderHintsChanged: 1 |
Public Variables inherited from QPainterState | |
QBrush | bgBrush |
Qt::BGMode | bgMode |
QBrush | brush |
QPointF | brushOrigin |
uint | changeFlags |
uint | clipEnabled:1 |
QList< QPainterClipInfo > | clipInfo |
Qt::ClipOperation | clipOperation |
QPainterPath | clipPath |
QRegion | clipRegion |
QPainter::CompositionMode | composition_mode |
QFont | deviceFont |
uint | emulationSpecifier |
QFont | font |
Qt::LayoutDirection | layoutDirection |
QTransform | matrix |
qreal | opacity |
QPainter * | painter |
QPen | pen |
QTransform | redirectionMatrix |
QPainter::RenderHints | renderHints |
int | vh |
int | vw |
int | vx |
uint | VxF:1 |
int | vy |
int | wh |
QTransform | worldMatrix |
int | ww |
int | wx |
uint | WxF:1 |
int | wy |
Additional Inherited Members | |
Protected Variables inherited from QPaintEngineState | |
QPaintEngine::DirtyFlags | dirtyFlags |
Definition at line 86 of file qpaintengineex_opengl2_p.h.
QOpenGL2PaintEngineState::QOpenGL2PaintEngineState | ( | QOpenGL2PaintEngineState & | other | ) |
Definition at line 2617 of file qpaintengineex_opengl2.cpp.
QOpenGL2PaintEngineState::QOpenGL2PaintEngineState | ( | ) |
Definition at line 2628 of file qpaintengineex_opengl2.cpp.
QOpenGL2PaintEngineState::~QOpenGL2PaintEngineState | ( | ) |
Definition at line 2636 of file qpaintengineex_opengl2.cpp.
uint QOpenGL2PaintEngineState::canRestoreClip |
Definition at line 96 of file qpaintengineex_opengl2_p.h.
Referenced by QGL2PaintEngineEx::clip(), QOpenGL2PaintEngineState(), QGL2PaintEngineExPrivate::resetClipIfNeeded(), and QGL2PaintEngineEx::setState().
uint QOpenGL2PaintEngineState::clipChanged |
Definition at line 101 of file qpaintengineex_opengl2_p.h.
Referenced by QGL2PaintEngineEx::clip(), QGL2PaintEngineEx::clipEnabledChanged(), QGL2PaintEngineEx::createState(), and QGL2PaintEngineEx::setState().
uint QOpenGL2PaintEngineState::clipTestEnabled |
Definition at line 95 of file qpaintengineex_opengl2_p.h.
Referenced by QGL2PaintEngineEx::clip(), QGL2PaintEngineExPrivate::fill(), QGL2PaintEngineExPrivate::fillStencilWithVertexArray(), and QOpenGL2PaintEngineState().
uint QOpenGL2PaintEngineState::compositionModeChanged |
Definition at line 98 of file qpaintengineex_opengl2_p.h.
Referenced by QGL2PaintEngineEx::compositionModeChanged(), QGL2PaintEngineEx::createState(), and QGL2PaintEngineEx::setState().
uint QOpenGL2PaintEngineState::currentClip |
Definition at line 102 of file qpaintengineex_opengl2_p.h.
Referenced by QGL2PaintEngineEx::clip(), QGL2PaintEngineExPrivate::fill(), QGL2PaintEngineExPrivate::fillStencilWithVertexArray(), QOpenGL2PaintEngineState(), and QGL2PaintEngineExPrivate::resetClipIfNeeded().
uint QOpenGL2PaintEngineState::isNew |
Definition at line 93 of file qpaintengineex_opengl2_p.h.
Referenced by QOpenGL2PaintEngineState(), and QGL2PaintEngineEx::setState().
uint QOpenGL2PaintEngineState::matrixChanged |
Definition at line 97 of file qpaintengineex_opengl2_p.h.
Referenced by QGL2PaintEngineEx::createState(), QGL2PaintEngineEx::setState(), and QGL2PaintEngineEx::transformChanged().
uint QOpenGL2PaintEngineState::needsClipBufferClear |
Definition at line 94 of file qpaintengineex_opengl2_p.h.
Referenced by QOpenGL2PaintEngineState().
uint QOpenGL2PaintEngineState::opacityChanged |
Definition at line 99 of file qpaintengineex_opengl2_p.h.
Referenced by QGL2PaintEngineEx::createState(), QGL2PaintEngineEx::opacityChanged(), and QGL2PaintEngineEx::setState().
QRect QOpenGL2PaintEngineState::rectangleClip |
Definition at line 104 of file qpaintengineex_opengl2_p.h.
Referenced by QGL2PaintEngineEx::clip(), and QOpenGL2PaintEngineState().
uint QOpenGL2PaintEngineState::renderHintsChanged |
Definition at line 100 of file qpaintengineex_opengl2_p.h.
Referenced by QGL2PaintEngineEx::createState(), QGL2PaintEngineEx::renderHintsChanged(), and QGL2PaintEngineEx::setState().