![]() |
Qt 4.8
|
#include <qpaintengine_vg_p.h>
Public Functions | |
| QVGPainterState (QVGPainterState &other) | |
| QVGPainterState () | |
| ~QVGPainterState () | |
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 |
| bool | isNew |
| QPaintEngine::DirtyFlags | savedDirty |
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 66 of file qpaintengine_vg_p.h.
| QVGPainterState::QVGPainterState | ( | QVGPainterState & | other | ) |
Definition at line 1454 of file qpaintengine_vg.cpp.
| QVGPainterState::QVGPainterState | ( | ) |
Definition at line 1461 of file qpaintengine_vg.cpp.
| QVGPainterState::~QVGPainterState | ( | ) |
Definition at line 1466 of file qpaintengine_vg.cpp.
| QRegion QVGPainterState::clipRegion |
Definition at line 74 of file qpaintengine_vg_p.h.
Referenced by QVGPaintEngine::begin(), QVGPaintEngine::clipEnabledChanged(), clipTransformIsSimple(), and QVGPaintEngine::updateScissor().
| bool QVGPainterState::isNew |
Definition at line 73 of file qpaintengine_vg_p.h.
Referenced by QVGPaintEngine::setState().
| QPaintEngine::DirtyFlags QVGPainterState::savedDirty |
Definition at line 75 of file qpaintengine_vg_p.h.
Referenced by QVGPaintEngine::createState(), and QVGPaintEngine::setState().