Qt 5.3
Qt OpenGL
C++ Classes
QGLFormat
Qt 5.3.0 Reference Documentation
List of All Members for QGLFormat
This is the complete list of members for
QGLFormat
, including inherited members.
enum
OpenGLContextProfile
enum
OpenGLVersionFlag
flags
OpenGLVersionFlags
QGLFormat
()
QGLFormat
(QGL::FormatOptions, int)
QGLFormat
(const QGLFormat &)
~QGLFormat
()
accum
() const : bool
accumBufferSize
() const : int
alpha
() const : bool
alphaBufferSize
() const : int
blueBufferSize
() const : int
defaultFormat
() : QGLFormat
defaultOverlayFormat
() : QGLFormat
depth
() const : bool
depthBufferSize
() const : int
directRendering
() const : bool
doubleBuffer
() const : bool
fromSurfaceFormat
(const QSurfaceFormat &) : QGLFormat
greenBufferSize
() const : int
hasOpenGL
() : bool
hasOpenGLOverlays
() : bool
hasOverlay
() const : bool
majorVersion
() const : int
minorVersion
() const : int
openGLVersionFlags
() : OpenGLVersionFlags
plane
() const : int
profile
() const : OpenGLContextProfile
redBufferSize
() const : int
rgba
() const : bool
sampleBuffers
() const : bool
samples
() const : int
setAccum
(bool)
setAccumBufferSize
(int)
setAlpha
(bool)
setAlphaBufferSize
(int)
setBlueBufferSize
(int)
setDefaultFormat
(const QGLFormat &)
setDefaultOverlayFormat
(const QGLFormat &)
setDepth
(bool)
setDepthBufferSize
(int)
setDirectRendering
(bool)
setDoubleBuffer
(bool)
setGreenBufferSize
(int)
setOption
(QGL::FormatOptions)
setOverlay
(bool)
setPlane
(int)
setProfile
(OpenGLContextProfile)
setRedBufferSize
(int)
setRgba
(bool)
setSampleBuffers
(bool)
setSamples
(int)
setStencil
(bool)
setStencilBufferSize
(int)
setStereo
(bool)
setSwapInterval
(int)
setVersion
(int, int)
stencil
() const : bool
stencilBufferSize
() const : int
stereo
() const : bool
swapInterval
() const : int
testOption
(QGL::FormatOptions) const : bool
toSurfaceFormat
(const QGLFormat &) : QSurfaceFormat
operator=
(const QGLFormat &) : QGLFormat &