Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOpenGLWidgetPaintDevicePrivate Class Reference
+ Inheritance diagram for QOpenGLWidgetPaintDevicePrivate:
+ Collaboration diagram for QOpenGLWidgetPaintDevicePrivate:

Public Member Functions

 QOpenGLWidgetPaintDevicePrivate (QOpenGLWidget *widget)
 
void beginPaint () override
 
void endPaint () override
 
- Public Member Functions inherited from QOpenGLPaintDevicePrivate
 QOpenGLPaintDevicePrivate (const QSize &size)
 
virtual ~QOpenGLPaintDevicePrivate ()
 

Public Attributes

QOpenGLWidgetw
 
- Public Attributes inherited from QOpenGLPaintDevicePrivate
QSize size
 
QOpenGLContextctx
 
qreal dpmx
 
qreal dpmy
 
qreal devicePixelRatio
 
bool flipped
 
QPaintEngineengine
 

Additional Inherited Members

- Static Public Member Functions inherited from QOpenGLPaintDevicePrivate
static QOpenGLPaintDevicePrivateget (QOpenGLPaintDevice *dev)
 

Detailed Description

Definition at line 516 of file qopenglwidget.cpp.

Constructor & Destructor Documentation

◆ QOpenGLWidgetPaintDevicePrivate()

QOpenGLWidgetPaintDevicePrivate::QOpenGLWidgetPaintDevicePrivate ( QOpenGLWidget * widget)
inlineexplicit

Definition at line 519 of file qopenglwidget.cpp.

Member Function Documentation

◆ beginPaint()

void QOpenGLWidgetPaintDevicePrivate::beginPaint ( )
overridevirtual

Reimplemented from QOpenGLPaintDevicePrivate.

Definition at line 600 of file qopenglwidget.cpp.

References QColor::alphaF(), and QOpenGLContext::currentContext().

+ Here is the call graph for this function:

◆ endPaint()

void QOpenGLWidgetPaintDevicePrivate::endPaint ( )
overridevirtual

Reimplemented from QOpenGLPaintDevicePrivate.

Definition at line 619 of file qopenglwidget.cpp.

References QOpenGLWidgetPrivate::context, QOpenGLContextPrivate::get(), QWidgetPrivate::get(), QOpenGLWidgetPrivate::initialized, and QOpenGLWidgetPrivate::inPaintGL.

+ Here is the call graph for this function:

Member Data Documentation

◆ w

QOpenGLWidget* QOpenGLWidgetPaintDevicePrivate::w

Definition at line 526 of file qopenglwidget.cpp.


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