Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOpenGLPaintDevicePrivate Class Reference

#include <qopenglpaintdevice_p.h>

Inheritance diagram for QOpenGLPaintDevicePrivate:
Collaboration diagram for QOpenGLPaintDevicePrivate:

Public Member Functions

 QOpenGLPaintDevicePrivate (const QSize &size)
virtual ~QOpenGLPaintDevicePrivate ()
virtual void beginPaint ()
virtual void endPaint ()

Static Public Member Functions

static QOpenGLPaintDevicePrivateget (QOpenGLPaintDevice *dev)

Public Attributes

QSize size
QOpenGLContextctx
qreal dpmx
qreal dpmy
qreal devicePixelRatio
bool flipped
QPaintEngineengine

Detailed Description

Definition at line 26 of file qopenglpaintdevice_p.h.

Constructor & Destructor Documentation

◆ QOpenGLPaintDevicePrivate()

QOpenGLPaintDevicePrivate::QOpenGLPaintDevicePrivate ( const QSize & size)

Definition at line 131 of file qopenglpaintdevice.cpp.

◆ ~QOpenGLPaintDevicePrivate()

QOpenGLPaintDevicePrivate::~QOpenGLPaintDevicePrivate ( )
virtual

Definition at line 142 of file qopenglpaintdevice.cpp.

Member Function Documentation

◆ beginPaint()

virtual void QOpenGLPaintDevicePrivate::beginPaint ( )
inlinevirtual

◆ endPaint()

virtual void QOpenGLPaintDevicePrivate::endPaint ( )
inlinevirtual

◆ get()

QOpenGLPaintDevicePrivate * QOpenGLPaintDevicePrivate::get ( QOpenGLPaintDevice * dev)
inlinestatic

Definition at line 32 of file qopenglpaintdevice_p.h.

Member Data Documentation

◆ ctx

QOpenGLContext* QOpenGLPaintDevicePrivate::ctx

Definition at line 39 of file qopenglpaintdevice_p.h.

◆ devicePixelRatio

qreal QOpenGLPaintDevicePrivate::devicePixelRatio

Definition at line 43 of file qopenglpaintdevice_p.h.

◆ dpmx

qreal QOpenGLPaintDevicePrivate::dpmx

Definition at line 41 of file qopenglpaintdevice_p.h.

◆ dpmy

qreal QOpenGLPaintDevicePrivate::dpmy

Definition at line 42 of file qopenglpaintdevice_p.h.

◆ engine

QPaintEngine* QOpenGLPaintDevicePrivate::engine

Definition at line 47 of file qopenglpaintdevice_p.h.

◆ flipped

bool QOpenGLPaintDevicePrivate::flipped

Definition at line 45 of file qopenglpaintdevice_p.h.

◆ size

QSize QOpenGLPaintDevicePrivate::size

Definition at line 38 of file qopenglpaintdevice_p.h.


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