Qt 4.8
Classes | Functions
qpixmapdata_gl_p.h File Reference
#include "qgl_p.h"
#include "qgl.h"
#include "private/qpixmapdata_p.h"
#include "private/qglpaintdevice_p.h"

Go to the source code of this file.

Classes

class  QGLFramebufferObjectPool
 The QGLFramebufferObject class provides a pool of framebuffer objects for offscreen rendering purposes. More...
 
class  QGLPixmapData
 
class  QGLPixmapGLPaintDevice
 

Functions

QGLFramebufferObjectPoolqgl_fbo_pool ()
 

Function Documentation

◆ qgl_fbo_pool()

QGLFramebufferObjectPool* qgl_fbo_pool ( )

Definition at line 663 of file qpixmapdata_gl.cpp.

Referenced by QGLPixmapGLPaintDevice::endPaint(), QGLWindowSurface::flush(), and QGLPixmapData::paintEngine().

664 {
665  return _qgl_fbo_pool();
666 }