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