![]() |
Qt 4.8
|
#include <qpixmapdata_gl_p.h>
Public Functions | |
| bool | alphaRequested () const |
| void | beginPaint () |
| QGLContext * | context () const |
| void | endPaint () |
| QPaintEngine * | paintEngine () const |
| void | setPixmapData (QGLPixmapData *) |
| QSize | size () const |
Public Functions inherited from QGLPaintDevice | |
| 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 | |
| QGLPixmapData * | data |
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 92 of file qpixmapdata_gl_p.h.
|
virtual |
|
virtual |
Reimplemented from QGLPaintDevice.
Definition at line 172 of file qpixmapdata_gl.cpp.
|
virtual |
|
virtual |
Reimplemented from QGLPaintDevice.
Definition at line 217 of file qpixmapdata_gl.cpp.
|
virtual |
| void QGLPixmapGLPaintDevice::setPixmapData | ( | QGLPixmapData * | d | ) |
|
virtual |
|
private |
Definition at line 105 of file qpixmapdata_gl_p.h.