Qt 4.8
Public Functions | Public Variables | List of all members
QOpenGL2PaintEngineState Class Reference

#include <qpaintengineex_opengl2_p.h>

Inheritance diagram for QOpenGL2PaintEngineState:
QPainterState QPaintEngineState

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...
 
QPainterpainter () 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< QPainterClipInfoclipInfo
 
Qt::ClipOperation clipOperation
 
QPainterPath clipPath
 
QRegion clipRegion
 
QPainter::CompositionMode composition_mode
 
QFont deviceFont
 
uint emulationSpecifier
 
QFont font
 
Qt::LayoutDirection layoutDirection
 
QTransform matrix
 
qreal opacity
 
QPainterpainter
 
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
 

Detailed Description

Definition at line 86 of file qpaintengineex_opengl2_p.h.

Constructors and Destructors

◆ QOpenGL2PaintEngineState() [1/2]

QOpenGL2PaintEngineState::QOpenGL2PaintEngineState ( QOpenGL2PaintEngineState other)

◆ QOpenGL2PaintEngineState() [2/2]

QOpenGL2PaintEngineState::QOpenGL2PaintEngineState ( )

◆ ~QOpenGL2PaintEngineState()

QOpenGL2PaintEngineState::~QOpenGL2PaintEngineState ( )

Definition at line 2636 of file qpaintengineex_opengl2.cpp.

2637 {
2638 }

Properties

◆ canRestoreClip

uint QOpenGL2PaintEngineState::canRestoreClip

◆ clipChanged

uint QOpenGL2PaintEngineState::clipChanged

◆ clipTestEnabled

uint QOpenGL2PaintEngineState::clipTestEnabled

◆ compositionModeChanged

uint QOpenGL2PaintEngineState::compositionModeChanged

◆ currentClip

uint QOpenGL2PaintEngineState::currentClip

◆ isNew

uint QOpenGL2PaintEngineState::isNew

◆ matrixChanged

uint QOpenGL2PaintEngineState::matrixChanged

◆ needsClipBufferClear

uint QOpenGL2PaintEngineState::needsClipBufferClear

Definition at line 94 of file qpaintengineex_opengl2_p.h.

Referenced by QOpenGL2PaintEngineState().

◆ opacityChanged

uint QOpenGL2PaintEngineState::opacityChanged

◆ rectangleClip

QRect QOpenGL2PaintEngineState::rectangleClip

◆ renderHintsChanged

uint QOpenGL2PaintEngineState::renderHintsChanged

The documentation for this class was generated from the following files: