![]() |
Qt 4.8
|
#include <qglpaintdevice_p.h>
Public Functions | |
| virtual void | beginPaint () |
| virtual QGLContext * | context () const |
| virtual void | endPaint () |
| virtual QPaintEngine * | paintEngine () const |
| QGLWidgetGLPaintDevice () | |
| void | setWidget (QGLWidget *) |
| virtual QSize | size () const |
Public Functions inherited from QGLPaintDevice | |
| virtual bool | alphaRequested () const |
| int | devType () const |
| 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 () |
Properties | |
| QGLWidget * | glWidget |
Friends | |
| class | QGLWidget |
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 QGLPaintDevice | |
| int | metric (QPaintDevice::PaintDeviceMetric metric) const |
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 93 of file qglpaintdevice_p.h.
| QGLWidgetGLPaintDevice::QGLWidgetGLPaintDevice | ( | ) |
Definition at line 155 of file qglpaintdevice.cpp.
|
virtual |
Reimplemented from QGLPaintDevice.
Definition at line 169 of file qglpaintdevice.cpp.
|
virtual |
Implements QGLPaintDevice.
Definition at line 200 of file qglpaintdevice.cpp.
|
virtual |
Reimplemented from QGLPaintDevice.
Definition at line 187 of file qglpaintdevice.cpp.
|
virtual |
Implements QPaintDevice.
Definition at line 159 of file qglpaintdevice.cpp.
| void QGLWidgetGLPaintDevice::setWidget | ( | QGLWidget * | w | ) |
Definition at line 164 of file qglpaintdevice.cpp.
|
virtual |
Definition at line 109 of file qglpaintdevice_p.h.
|
private |
Definition at line 110 of file qglpaintdevice_p.h.