Qt 5.15
Qt GUI
C++ Classes
QSurfaceFormat
Qt 5.15.8 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
(QSurfaceFormat::FormatOptions )
QSurfaceFormat
()
enum
RenderableType
enum
SwapBehavior
operator=
(const QSurfaceFormat &) : QSurfaceFormat &
~QSurfaceFormat
()
alphaBufferSize
() const : int
blueBufferSize
() const : int
colorSpace
() const : QSurfaceFormat::ColorSpace
defaultFormat
() : QSurfaceFormat
depthBufferSize
() const : int
greenBufferSize
() const : int
hasAlpha
() const : bool
majorVersion
() const : int
minorVersion
() const : int
options
() const : QSurfaceFormat::FormatOptions
profile
() const : QSurfaceFormat::OpenGLContextProfile
redBufferSize
() const : int
renderableType
() const : QSurfaceFormat::RenderableType
samples
() const : int
setAlphaBufferSize
(int )
setBlueBufferSize
(int )
setColorSpace
(QSurfaceFormat::ColorSpace )
setDefaultFormat
(const QSurfaceFormat &)
setDepthBufferSize
(int )
setGreenBufferSize
(int )
setMajorVersion
(int )
setMinorVersion
(int )
setOption
(QSurfaceFormat::FormatOption , bool )
setOptions
(QSurfaceFormat::FormatOptions )
setProfile
(QSurfaceFormat::OpenGLContextProfile )
setRedBufferSize
(int )
setRenderableType
(QSurfaceFormat::RenderableType )
setSamples
(int )
setStencilBufferSize
(int )
setStereo
(bool )
setSwapBehavior
(QSurfaceFormat::SwapBehavior )
setSwapInterval
(int )
setVersion
(int , int )
stencilBufferSize
() const : int
stereo
() const : bool
swapBehavior
() const : QSurfaceFormat::SwapBehavior
swapInterval
() const : int
testOption
(QSurfaceFormat::FormatOption ) const : bool
version
() const : QPair<int, int>