![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopenglpaintdevice_p.h>
Public Member Functions | |
| QOpenGLPaintDevicePrivate (const QSize &size) | |
| virtual | ~QOpenGLPaintDevicePrivate () |
| virtual void | beginPaint () |
| virtual void | endPaint () |
Static Public Member Functions | |
| static QOpenGLPaintDevicePrivate * | get (QOpenGLPaintDevice *dev) |
Public Attributes | |
| QSize | size |
| QOpenGLContext * | ctx |
| qreal | dpmx |
| qreal | dpmy |
| qreal | devicePixelRatio |
| bool | flipped |
| QPaintEngine * | engine |
Definition at line 27 of file qopenglpaintdevice_p.h.
| QOpenGLPaintDevicePrivate::QOpenGLPaintDevicePrivate | ( | const QSize & | size | ) |
Definition at line 132 of file qopenglpaintdevice.cpp.
|
virtual |
Definition at line 143 of file qopenglpaintdevice.cpp.
|
inlinevirtual |
Reimplemented in QOpenGLWidgetPaintDevicePrivate, and QOpenGLWidgetPaintDevicePrivate.
Definition at line 35 of file qopenglpaintdevice_p.h.
|
inlinevirtual |
Reimplemented in QOpenGLWidgetPaintDevicePrivate, and QOpenGLWidgetPaintDevicePrivate.
Definition at line 36 of file qopenglpaintdevice_p.h.
|
inlinestatic |
Definition at line 33 of file qopenglpaintdevice_p.h.
| QOpenGLContext* QOpenGLPaintDevicePrivate::ctx |
Definition at line 40 of file qopenglpaintdevice_p.h.
| qreal QOpenGLPaintDevicePrivate::devicePixelRatio |
Definition at line 44 of file qopenglpaintdevice_p.h.
| qreal QOpenGLPaintDevicePrivate::dpmx |
Definition at line 42 of file qopenglpaintdevice_p.h.
| qreal QOpenGLPaintDevicePrivate::dpmy |
Definition at line 43 of file qopenglpaintdevice_p.h.
| QPaintEngine* QOpenGLPaintDevicePrivate::engine |
Definition at line 48 of file qopenglpaintdevice_p.h.
| bool QOpenGLPaintDevicePrivate::flipped |
Definition at line 46 of file qopenglpaintdevice_p.h.
| QSize QOpenGLPaintDevicePrivate::size |
Definition at line 39 of file qopenglpaintdevice_p.h.