#include <qgl_p.h>
Definition at line 128 of file qgl_p.h.
Public Member Functions | |
| QGLFormatPrivate () | |
Public Attributes | |
| QGL::FormatOptions | opts |
| int | pln |
| int | depthSize |
| int | accumSize |
| int | stencilSize |
| int | redSize |
| int | greenSize |
| int | blueSize |
| int | alphaSize |
| int | numSamples |
| int | swapInterval |
| QGLFormatPrivate::QGLFormatPrivate | ( | ) | [inline] |
Definition at line 131 of file qgl_p.h.
References accumSize, alphaSize, blueSize, QGL::DepthBuffer, depthSize, QGL::DirectRendering, QGL::DoubleBuffer, greenSize, numSamples, opts, pln, redSize, QGL::Rgba, QGL::StencilBuffer, stencilSize, and swapInterval.
00131 { 00132 opts = QGL::DoubleBuffer | QGL::DepthBuffer | QGL::Rgba | QGL::DirectRendering | QGL::StencilBuffer; 00133 pln = 0; 00134 depthSize = accumSize = stencilSize = redSize = greenSize = blueSize = alphaSize = -1; 00135 numSamples = -1; 00136 swapInterval = -1; 00137 }
| QGL::FormatOptions QGLFormatPrivate::opts |
Definition at line 138 of file qgl_p.h.
Referenced by QGLFormat::QGLFormat(), QGLFormatPrivate(), QGLFormat::setOption(), and QGLFormat::testOption().
Definition at line 139 of file qgl_p.h.
Referenced by QGLFormat::plane(), QGLFormat::QGLFormat(), QGLFormatPrivate(), and QGLFormat::setPlane().
Definition at line 140 of file qgl_p.h.
Referenced by QGLFormat::depthBufferSize(), QGLFormatPrivate(), and QGLFormat::setDepthBufferSize().
Definition at line 141 of file qgl_p.h.
Referenced by QGLFormat::accumBufferSize(), QGLFormatPrivate(), and QGLFormat::setAccumBufferSize().
Definition at line 142 of file qgl_p.h.
Referenced by QGLFormatPrivate(), QGLFormat::setStencilBufferSize(), and QGLFormat::stencilBufferSize().
Definition at line 143 of file qgl_p.h.
Referenced by QGLFormatPrivate(), QGLFormat::redBufferSize(), and QGLFormat::setRedBufferSize().
Definition at line 144 of file qgl_p.h.
Referenced by QGLFormat::greenBufferSize(), QGLFormatPrivate(), and QGLFormat::setGreenBufferSize().
Definition at line 145 of file qgl_p.h.
Referenced by QGLFormat::blueBufferSize(), QGLFormatPrivate(), and QGLFormat::setBlueBufferSize().
Definition at line 146 of file qgl_p.h.
Referenced by QGLFormat::alphaBufferSize(), QGLFormatPrivate(), and QGLFormat::setAlphaBufferSize().
Definition at line 147 of file qgl_p.h.
Referenced by QGLFormatPrivate(), QGLFormat::samples(), and QGLFormat::setSamples().
Definition at line 148 of file qgl_p.h.
Referenced by QGLFormatPrivate(), QGLFormat::setSwapInterval(), and QGLFormat::swapInterval().
1.5.1