Home · All Classes · Modules

QGLFramebufferObject Class Reference
[QtOpenGL module]

Inherits QPaintDevice.

Types

Methods

Static Methods


Detailed Description


Type Documentation

QGLFramebufferObject.Attachment


Method Documentation

QGLFramebufferObject.__init__ (self, QSize, int target = GL_TEXTURE_2D)

QGLFramebufferObject.__init__ (self, int, int, int target = GL_TEXTURE_2D)

QGLFramebufferObject.__init__ (self, QSize, Attachment, int target = GL_TEXTURE_2D, int internalFormat = GL_RGBA8)

QGLFramebufferObject.__init__ (self, int, int, Attachment, int target = GL_TEXTURE_2D, int internalFormat = GL_RGBA8)

QGLFramebufferObject.__init__ (self, QSize, QGLFramebufferObjectFormat)

QGLFramebufferObject.__init__ (self, int, int, QGLFramebufferObjectFormat)

Attachment QGLFramebufferObject.attachment (self)

bool QGLFramebufferObject.bind (self)

QGLFramebufferObject.blitFramebuffer (QGLFramebufferObject, QRect, QGLFramebufferObject, QRect, int buffers = GL_COLOR_BUFFER_BIT, int filter = GL_NEAREST)

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

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

QGLFramebufferObjectFormat QGLFramebufferObject.format (self)

int QGLFramebufferObject.handle (self)

bool QGLFramebufferObject.hasOpenGLFramebufferBlit ()

bool QGLFramebufferObject.hasOpenGLFramebufferObjects ()

bool QGLFramebufferObject.isBound (self)

bool QGLFramebufferObject.isValid (self)

int QGLFramebufferObject.metric (self, QPaintDevice.PaintDeviceMetric)

QPaintEngine QGLFramebufferObject.paintEngine (self)

bool QGLFramebufferObject.release (self)

QSize QGLFramebufferObject.size (self)

int QGLFramebufferObject.texture (self)

QImage QGLFramebufferObject.toImage (self)


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