![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QSurfaceFormatPrivate (QSurfaceFormat::FormatOptions _opts={ }) | |
QSurfaceFormatPrivate (const QSurfaceFormatPrivate *other) | |
Public Attributes | |
QAtomicInt | ref |
QSurfaceFormat::FormatOptions | opts |
int | redBufferSize |
int | greenBufferSize |
int | blueBufferSize |
int | alphaBufferSize |
int | depthSize |
int | stencilSize |
QSurfaceFormat::SwapBehavior | swapBehavior |
int | numSamples |
QSurfaceFormat::RenderableType | renderableType |
QSurfaceFormat::OpenGLContextProfile | profile |
int | major |
int | minor |
int | swapInterval |
QColorSpace | colorSpace |
Definition at line 22 of file qsurfaceformat.cpp.
|
inlineexplicit |
Definition at line 25 of file qsurfaceformat.cpp.
|
inline |
Definition at line 44 of file qsurfaceformat.cpp.
int QSurfaceFormatPrivate::alphaBufferSize |
Definition at line 69 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::alphaBufferSize(), QSurfaceFormat::hasAlpha(), and QSurfaceFormat::setAlphaBufferSize().
int QSurfaceFormatPrivate::blueBufferSize |
Definition at line 68 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::blueBufferSize(), and QSurfaceFormat::setBlueBufferSize().
QColorSpace QSurfaceFormatPrivate::colorSpace |
Definition at line 79 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::colorSpace(), and QSurfaceFormat::setColorSpace().
int QSurfaceFormatPrivate::depthSize |
Definition at line 70 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::depthBufferSize(), and QSurfaceFormat::setDepthBufferSize().
int QSurfaceFormatPrivate::greenBufferSize |
Definition at line 67 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::greenBufferSize(), and QSurfaceFormat::setGreenBufferSize().
int QSurfaceFormatPrivate::major |
Definition at line 76 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::majorVersion(), QSurfaceFormat::setMajorVersion(), QSurfaceFormat::setVersion(), and QSurfaceFormat::version().
int QSurfaceFormatPrivate::minor |
Definition at line 77 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::minorVersion(), QSurfaceFormat::setMinorVersion(), QSurfaceFormat::setVersion(), and QSurfaceFormat::version().
int QSurfaceFormatPrivate::numSamples |
Definition at line 73 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::samples(), and QSurfaceFormat::setSamples().
QSurfaceFormat::FormatOptions QSurfaceFormatPrivate::opts |
Definition at line 65 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::options(), QSurfaceFormat::setOption(), QSurfaceFormat::setOptions(), QSurfaceFormat::setStereo(), and QSurfaceFormat::testOption().
QSurfaceFormat::OpenGLContextProfile QSurfaceFormatPrivate::profile |
Definition at line 75 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::profile(), and QSurfaceFormat::setProfile().
int QSurfaceFormatPrivate::redBufferSize |
Definition at line 66 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::redBufferSize(), and QSurfaceFormat::setRedBufferSize().
QAtomicInt QSurfaceFormatPrivate::ref |
Definition at line 64 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::QSurfaceFormat(), QSurfaceFormat::~QSurfaceFormat(), and QSurfaceFormat::operator=().
QSurfaceFormat::RenderableType QSurfaceFormatPrivate::renderableType |
Definition at line 74 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::renderableType(), and QSurfaceFormat::setRenderableType().
int QSurfaceFormatPrivate::stencilSize |
Definition at line 71 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::setStencilBufferSize(), and QSurfaceFormat::stencilBufferSize().
QSurfaceFormat::SwapBehavior QSurfaceFormatPrivate::swapBehavior |
Definition at line 72 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::setSwapBehavior(), and QSurfaceFormat::swapBehavior().
int QSurfaceFormatPrivate::swapInterval |
Definition at line 78 of file qsurfaceformat.cpp.
Referenced by QSurfaceFormat::setSwapInterval(), and QSurfaceFormat::swapInterval().