QGLPixelBuffer Class Reference
Inherits QPaintDevice.
Constructor
- void QGLPixelBuffer(QSize size, QGLFormat format, QGLWidget shareWidget)
- void QGLPixelBuffer(int width, int height, QGLFormat format, QGLWidget shareWidget)
Constructor Properties
- prototype: The QGLPixelBuffer prototype object
- bool hasOpenGLPbuffers()
Prototype Object Properties
- unsigned int bindTexture(QImage image, unsigned int target)
- bool bindToDynamicTexture(unsigned int texture)
- void deleteTexture(unsigned int texture_id)
- bool doneCurrent()
- void drawTexture(QPointF point, unsigned int textureId, unsigned int textureTarget)
- QGLFormat format()
- unsigned int generateDynamicTexture()
- Qt::HANDLE handle()
- bool isValid()
- bool makeCurrent()
- void releaseFromDynamicTexture()
- QSize size()
- QImage toImage()
- void updateDynamicTexture(unsigned int texture_id)
Instance Properties
QGLPixelBuffer objects have no special properties beyond those inherited from the QGLPixelBuffer prototype object.