Qt 5.15
Qt GUI
C++ Classes
QSurfaceFormat
Qt 5.15.15 Reference Documentation
List of All Members for QSurfaceFormat
This is the complete list of members for
QSurfaceFormat
, including inherited members.
enum
ColorSpace
enum
FormatOption
flags
FormatOptions
enum
OpenGLContextProfile
QSurfaceFormat
(const QSurfaceFormat &)
QSurfaceFormat
(FormatOptions )
QSurfaceFormat
()
enum
RenderableType
enum
SwapBehavior
operator=
(const QSurfaceFormat &) : QSurfaceFormat &
~QSurfaceFormat
()
alphaBufferSize
() const : int
blueBufferSize
() const : int
colorSpace
() const : ColorSpace
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 )
setColorSpace
(ColorSpace )
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>