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

#include <qpaintengine_opengl_p.h>

Inheritance diagram for QOpenGLPaintEngineState:
QPainterState QPaintEngineState

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...
 
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

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< 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 63 of file qpaintengine_opengl_p.h.

Constructors and Destructors

◆ QOpenGLPaintEngineState() [1/2]

QOpenGLPaintEngineState::QOpenGLPaintEngineState ( QOpenGLPaintEngineState other)

Definition at line 5596 of file qpaintengine_opengl.cpp.

5597  : QPainterState(other)
5598 {
5599  clipRegion = other.clipRegion;
5600  hasClipping = other.hasClipping;
5601  fastClip = other.fastClip;
5602  depthClipId = other.depthClipId;
5603 }
QRegion clipRegion() const
Returns the clip region in the current paint engine state.
Definition: qpainter.cpp:9443

◆ QOpenGLPaintEngineState() [2/2]

QOpenGLPaintEngineState::QOpenGLPaintEngineState ( )

Definition at line 5605 of file qpaintengine_opengl.cpp.

5606 {
5607  hasClipping = false;
5608  depthClipId = 0;
5609 }

◆ ~QOpenGLPaintEngineState()

QOpenGLPaintEngineState::~QOpenGLPaintEngineState ( )

Definition at line 5611 of file qpaintengine_opengl.cpp.

5612 {
5613 }

Properties

◆ clipRegion

QRegion QOpenGLPaintEngineState::clipRegion

◆ depthClipId

uint QOpenGLPaintEngineState::depthClipId

◆ fastClip

QRect QOpenGLPaintEngineState::fastClip

◆ hasClipping

bool QOpenGLPaintEngineState::hasClipping

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