Qt 4.8
|
#include <qpaintengine_opengl_p.h>
Public Functions | |
QOpenGLPaintEngineState (QOpenGLPaintEngineState &other) | |
QOpenGLPaintEngineState () | |
~QOpenGLPaintEngineState () | |
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 | |
QRegion | clipRegion |
uint | depthClipId |
QRect | fastClip |
bool | hasClipping |
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 63 of file qpaintengine_opengl_p.h.
QOpenGLPaintEngineState::QOpenGLPaintEngineState | ( | QOpenGLPaintEngineState & | other | ) |
Definition at line 5596 of file qpaintengine_opengl.cpp.
QOpenGLPaintEngineState::QOpenGLPaintEngineState | ( | ) |
Definition at line 5605 of file qpaintengine_opengl.cpp.
QOpenGLPaintEngineState::~QOpenGLPaintEngineState | ( | ) |
Definition at line 5611 of file qpaintengine_opengl.cpp.
QRegion QOpenGLPaintEngineState::clipRegion |
Definition at line 70 of file qpaintengine_opengl_p.h.
Referenced by QOpenGLPaintEngineState(), and QOpenGLPaintEngine::updateClipRegion().
uint QOpenGLPaintEngineState::depthClipId |
Definition at line 73 of file qpaintengine_opengl_p.h.
Referenced by QOpenGLPaintEngineState(), and QOpenGLPaintEngine::setState().
QRect QOpenGLPaintEngineState::fastClip |
Definition at line 72 of file qpaintengine_opengl_p.h.
Referenced by QOpenGLPaintEngineState(), and QOpenGLPaintEngine::updateClipRegion().
bool QOpenGLPaintEngineState::hasClipping |
Definition at line 71 of file qpaintengine_opengl_p.h.
Referenced by QOpenGLPaintEngineState(), and QOpenGLPaintEngine::updateClipRegion().