![]() |
Qt 6.x
The Qt SDK
|
#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 26 of file qopenglpaintdevice_p.h.
QOpenGLPaintDevicePrivate::QOpenGLPaintDevicePrivate | ( | const QSize & | size | ) |
Definition at line 131 of file qopenglpaintdevice.cpp.
|
virtual |
Definition at line 142 of file qopenglpaintdevice.cpp.
|
inlinevirtual |
Reimplemented in QOpenGLWidgetPaintDevicePrivate.
Definition at line 34 of file qopenglpaintdevice_p.h.
Referenced by QOpenGL2PaintEngineEx::begin().
|
inlinevirtual |
Reimplemented in QOpenGLWidgetPaintDevicePrivate.
Definition at line 35 of file qopenglpaintdevice_p.h.
Referenced by QOpenGL2PaintEngineEx::end().
|
inlinestatic |
Definition at line 32 of file qopenglpaintdevice_p.h.
Referenced by QOpenGL2PaintEngineEx::begin(), and QOpenGL2PaintEngineEx::end().
QOpenGLContext* QOpenGLPaintDevicePrivate::ctx |
Definition at line 39 of file qopenglpaintdevice_p.h.
Referenced by QOpenGLPaintDevice::context().
qreal QOpenGLPaintDevicePrivate::devicePixelRatio |
Definition at line 43 of file qopenglpaintdevice_p.h.
Referenced by QOpenGLPaintDevice::metric(), and QOpenGLPaintDevice::setDevicePixelRatio().
qreal QOpenGLPaintDevicePrivate::dpmx |
Definition at line 41 of file qopenglpaintdevice_p.h.
Referenced by QOpenGLPaintDevice::dotsPerMeterX(), QOpenGLPaintDevice::metric(), and QOpenGLPaintDevice::setDotsPerMeterX().
qreal QOpenGLPaintDevicePrivate::dpmy |
Definition at line 42 of file qopenglpaintdevice_p.h.
Referenced by QOpenGLPaintDevice::dotsPerMeterY(), QOpenGLPaintDevice::metric(), and QOpenGLPaintDevice::setDotsPerMeterY().
QPaintEngine* QOpenGLPaintDevicePrivate::engine |
Definition at line 47 of file qopenglpaintdevice_p.h.
Referenced by QOpenGLPaintDevice::~QOpenGLPaintDevice().
bool QOpenGLPaintDevicePrivate::flipped |
Definition at line 45 of file qopenglpaintdevice_p.h.
Referenced by QOpenGLPaintDevice::paintFlipped(), and QOpenGLPaintDevice::setPaintFlipped().
QSize QOpenGLPaintDevicePrivate::size |
Definition at line 38 of file qopenglpaintdevice_p.h.
Referenced by QOpenGLPaintDevice::metric(), QOpenGLPaintDevice::setSize(), and QOpenGLPaintDevice::size().