Qt 4.8
|
#include <qwindowsurface_gl_p.h>
Public Functions | |
QGLContext * | context () const |
int | metric (PaintDeviceMetric m) const |
QPaintEngine * | paintEngine () const |
QSize | size () const |
Public Functions inherited from QGLPaintDevice | |
virtual bool | alphaRequested () const |
virtual void | beginPaint () |
int | devType () const |
virtual void | endPaint () |
virtual void | ensureActiveTarget () |
virtual QGLFormat | format () const |
virtual bool | isFlipped () const |
QGLPaintDevice () | |
virtual | ~QGLPaintDevice () |
Public Functions inherited from QPaintDevice | |
int | colorCount () const |
int | depth () const |
virtual HDC | getDC () const |
int | height () const |
int | heightMM () const |
int | logicalDpiX () const |
int | logicalDpiY () const |
QT_DEPRECATED int | numColors () const |
bool | paintingActive () const |
int | physicalDpiX () const |
int | physicalDpiY () const |
virtual void | releaseDC (HDC hdc) const |
int | width () const |
int | widthMM () const |
virtual | ~QPaintDevice () |
Public Variables | |
QGLWindowSurfacePrivate * | d |
Additional Inherited Members | |
Public Types inherited from QPaintDevice | |
enum | PaintDeviceMetric { PdmWidth = 1, PdmHeight, PdmWidthMM, PdmHeightMM, PdmNumColors, PdmDepth, PdmDpiX, PdmDpiY, PdmPhysicalDpiX, PdmPhysicalDpiY } |
Static Public Functions inherited from QGLPaintDevice | |
static QGLPaintDevice * | getDevice (QPaintDevice *) |
Static Public Functions inherited from QPaintDevice | |
static QWSDisplay * | qwsDisplay () |
Protected Functions inherited from QPaintDevice | |
QPaintDevice () | |
Protected Variables inherited from QGLPaintDevice | |
GLuint | m_previousFBO |
GLuint | m_thisFBO |
Protected Variables inherited from QPaintDevice | |
ushort | painters |
Related Functions inherited from QPaintDevice | |
const Q_GUI_EXPORT QX11Info * | qt_x11Info (const QPaintDevice *pd) |
Returns the QX11Info structure for the pd paint device. More... | |
Definition at line 73 of file qwindowsurface_gl_p.h.
|
virtual |
|
virtual |
Reimplemented from QGLPaintDevice.
Definition at line 335 of file qwindowsurface_gl.cpp.
|
virtual |
|
virtual |
QGLWindowSurfacePrivate* QGLWindowSurfaceGLPaintDevice::d |
Definition at line 80 of file qwindowsurface_gl_p.h.
Referenced by QGLWindowSurface::QGLWindowSurface().