就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.5.1
Qt GUI
C++ 类
QSurfaceFormat
List of All Members for QSurfaceFormat
这是完整成员列表为
QSurfaceFormat
,包括继承的成员。
enum
ColorSpace
enum
FormatOption
flags
FormatOptions
enum
OpenGLContextProfile
enum
RenderableType
enum
SwapBehavior
QSurfaceFormat
()
QSurfaceFormat
(QSurfaceFormat::FormatOptions)
QSurfaceFormat
(const QSurfaceFormat &)
~QSurfaceFormat
()
alphaBufferSize
() const : int
blueBufferSize
() const : int
colorSpace
() const : const QColorSpace &
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
(const QColorSpace &)
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>
operator=
(const QSurfaceFormat &) : QSurfaceFormat &