![]() |
Qt 6.x
The Qt SDK
|
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 () |
| virtual void | beginPaint () |
| virtual void | endPaint () |
Public Attributes | |
| QOpenGLWidget * | w |
Public Attributes inherited from QOpenGLPaintDevicePrivate | |
| QSize | size |
| QOpenGLContext * | ctx |
| qreal | dpmx |
| qreal | dpmy |
| qreal | devicePixelRatio |
| bool | flipped |
| QPaintEngine * | engine |
Additional Inherited Members | |
Static Public Member Functions inherited from QOpenGLPaintDevicePrivate | |
| static QOpenGLPaintDevicePrivate * | get (QOpenGLPaintDevice *dev) |
Definition at line 517 of file qopenglwidget.cpp.
|
inlineexplicit |
Definition at line 520 of file qopenglwidget.cpp.
|
overridevirtual |
Reimplemented from QOpenGLPaintDevicePrivate.
Definition at line 595 of file qopenglwidget.cpp.
References QColor::alphaF(), QOpenGLContext::currentContext(), QOpenGLContext::functions(), and QOpenGLFunctions::glClearColor().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QOpenGLPaintDevicePrivate.
Definition at line 614 of file qopenglwidget.cpp.
References QOpenGLWidgetPrivate::context, QOpenGLContextPrivate::defaultFboRedirect, QOpenGLContextPrivate::get(), QWidgetPrivate::get(), QOpenGLWidgetPrivate::initialized, and QOpenGLWidgetPrivate::inPaintGL.
Here is the call graph for this function:| QOpenGLWidget* QOpenGLWidgetPaintDevicePrivate::w |
Definition at line 527 of file qopenglwidget.cpp.