Qt 5.7
Qt GUI
C++ Classes
QSurfaceFormat
Qt 5.7.1 Reference Documentation
List of All Members for QSurfaceFormat
This is the complete list of members for
QSurfaceFormat
, including inherited members.
enum
FormatOption
flags
FormatOptions
enum
OpenGLContextProfile
enum
RenderableType
enum
SwapBehavior
QSurfaceFormat
()
QSurfaceFormat
(FormatOptions )
QSurfaceFormat
(const QSurfaceFormat &)
~QSurfaceFormat
()
alphaBufferSize
() const : int
blueBufferSize
() const : int
defaultFormat
() : QSurfaceFormat
depthBufferSize
() const : int
greenBufferSize
() const : int
hasAlpha
() const : bool
majorVersion
() const : int
minorVersion
() const : int
options
() const : QSurfaceFormat::FormatOptions
profile
() const : OpenGLContextProfile
redBufferSize
() const : int
renderableType
() const : RenderableType
samples
() const : int
setAlphaBufferSize
(int )
setBlueBufferSize
(int )
setDefaultFormat
(const QSurfaceFormat &)
setDepthBufferSize
(int )
setGreenBufferSize
(int )
setMajorVersion
(int )
setMinorVersion
(int )
setOption
(FormatOption , bool )
setOptions
(QSurfaceFormat::FormatOptions )
setProfile
(OpenGLContextProfile )
setRedBufferSize
(int )
setRenderableType
(RenderableType )
setSamples
(int )
setStencilBufferSize
(int )
setStereo
(bool )
setSwapBehavior
(SwapBehavior )
setSwapInterval
(int )
setVersion
(int , int )
stencilBufferSize
() const : int
stereo
() const : bool
swapBehavior
() const : SwapBehavior
swapInterval
() const : int
testOption
(FormatOption ) const : bool
version
() const : QPair<int, int>
operator=
(const QSurfaceFormat &) : QSurfaceFormat &