Home · All Classes · Modules

QGLPixelBuffer Class Reference
[QtOpenGL module]

Inherits QPaintDevice.

Methods

Static Methods


Detailed Description


Method Documentation

QGLPixelBuffer.__init__ (self, QSize, QGLFormat format = QGLFormat.defaultFormat(), QGLWidget shareWidget = None)

QGLPixelBuffer.__init__ (self, int, int, QGLFormat format = QGLFormat.defaultFormat(), QGLWidget shareWidget = None)

int QGLPixelBuffer.bindTexture (self, QImage, int target = GL_TEXTURE_2D)

int QGLPixelBuffer.bindTexture (self, QPixmap, int target = GL_TEXTURE_2D)

int QGLPixelBuffer.bindTexture (self, QString)

bool QGLPixelBuffer.bindToDynamicTexture (self, int)

QGLPixelBuffer.deleteTexture (self, int)

int QGLPixelBuffer.devType (self)

bool QGLPixelBuffer.doneCurrent (self)

QGLPixelBuffer.drawTexture (self, QRectF, int, int textureTarget = GL_TEXTURE_2D)

QGLPixelBuffer.drawTexture (self, QPointF, int, int textureTarget = GL_TEXTURE_2D)

QGLFormat QGLPixelBuffer.format (self)

int QGLPixelBuffer.generateDynamicTexture (self)

int QGLPixelBuffer.handle (self)

bool QGLPixelBuffer.hasOpenGLPbuffers ()

bool QGLPixelBuffer.isValid (self)

bool QGLPixelBuffer.makeCurrent (self)

int QGLPixelBuffer.metric (self, QPaintDevice.PaintDeviceMetric)

QPaintEngine QGLPixelBuffer.paintEngine (self)

QGLPixelBuffer.releaseFromDynamicTexture (self)

QSize QGLPixelBuffer.size (self)

QImage QGLPixelBuffer.toImage (self)

QGLPixelBuffer.updateDynamicTexture (self, int)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0