Qt 4.8
Public Variables | List of all members
QGLWindowSurfacePrivate Struct Reference

Public Variables

QList< QImagebuffers
 
QList< QGLContext ** > contexts
 
QGLContextctx
 
int destructive_swap_buffers: 1
 
int did_paint: 1
 
QGLFramebufferObjectfbo
 
int geometry_updated: 1
 
QGLWindowSurfaceGLPaintDevice glDevice
 
QRegion paintedRegion
 
QGLPixelBufferpb
 
GLuint pb_tex_id
 
QGLWindowSurfaceq_ptr
 
QSize size
 
bool swap_region_support
 
GLuint tex_id
 
QSize textureSize
 
int tried_fbo: 1
 
int tried_pb: 1
 

Detailed Description

Definition at line 292 of file qwindowsurface_gl.cpp.

Properties

◆ buffers

QList<QImage> QGLWindowSurfacePrivate::buffers

Definition at line 314 of file qwindowsurface_gl.cpp.

Referenced by QGLWindowSurface::buffer(), and QGLWindowSurface::endPaint().

◆ contexts

QList<QGLContext **> QGLWindowSurfacePrivate::contexts

◆ ctx

QGLContext* QGLWindowSurfacePrivate::ctx

◆ destructive_swap_buffers

int QGLWindowSurfacePrivate::destructive_swap_buffers

◆ did_paint

int QGLWindowSurfacePrivate::did_paint

◆ fbo

QGLFramebufferObject* QGLWindowSurfacePrivate::fbo

◆ geometry_updated

int QGLWindowSurfacePrivate::geometry_updated

◆ glDevice

QGLWindowSurfaceGLPaintDevice QGLWindowSurfacePrivate::glDevice

◆ paintedRegion

QRegion QGLWindowSurfacePrivate::paintedRegion

Definition at line 309 of file qwindowsurface_gl.cpp.

Referenced by QGLWindowSurface::endPaint(), and QGLWindowSurface::flush().

◆ pb

QGLPixelBuffer* QGLWindowSurfacePrivate::pb

◆ pb_tex_id

GLuint QGLWindowSurfacePrivate::pb_tex_id

◆ q_ptr

QGLWindowSurface* QGLWindowSurfacePrivate::q_ptr

Definition at line 316 of file qwindowsurface_gl.cpp.

Referenced by QGLWindowSurface::QGLWindowSurface().

◆ size

QSize QGLWindowSurfacePrivate::size

Definition at line 310 of file qwindowsurface_gl.cpp.

Referenced by QGLWindowSurface::updateGeometry().

◆ swap_region_support

bool QGLWindowSurfacePrivate::swap_region_support

◆ tex_id

GLuint QGLWindowSurfacePrivate::tex_id

◆ textureSize

QSize QGLWindowSurfacePrivate::textureSize

Definition at line 312 of file qwindowsurface_gl.cpp.

Referenced by QGLWindowSurface::initializeOffscreenTexture().

◆ tried_fbo

int QGLWindowSurfacePrivate::tried_fbo

◆ tried_pb

int QGLWindowSurfacePrivate::tried_pb

The documentation for this struct was generated from the following file: