Member Function Documentation
QGLPixelBufferSurface::QGLPixelBufferSurface()
Constructs a default pixel buffer surface. This constructor should be followed by a call to setPixelBuffer().
QGLPixelBufferSurface::QGLPixelBufferSurface(QGLPixelBuffer * pbuffer)
Constructs a pixel buffer surface for pbuffer.
QGLPixelBufferSurface::~QGLPixelBufferSurface()
Destroys this pixel buffer surface.
bool QGLPixelBufferSurface::activate(QGLAbstractSurface * prevSurface = 0) [virtual]
Reimplemented from QGLAbstractSurface::activate().
void QGLPixelBufferSurface::deactivate(QGLAbstractSurface * nextSurface = 0) [virtual]
Reimplemented from QGLAbstractSurface::deactivate().
bool QGLPixelBufferSurface::isValid() const [virtual]
QGLPixelBuffer * QGLPixelBufferSurface::pixelBuffer() const
Returns the pixel buffer for this surface, or null if it has not been set yet.
See also setPixelBuffer().
void QGLPixelBufferSurface::setPixelBuffer(QGLPixelBuffer * pbuffer)
Sets the framebuffer object for this surface to pbuffer.
See also pixelBuffer().
QRect QGLPixelBufferSurface::viewportGL() const [virtual]
Reimplemented from QGLAbstractSurface::viewportGL().