Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSurfaceFormatPrivate Class Reference
+ Collaboration diagram for QSurfaceFormatPrivate:

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
 

Detailed Description

Definition at line 22 of file qsurfaceformat.cpp.

Constructor & Destructor Documentation

◆ QSurfaceFormatPrivate() [1/2]

QSurfaceFormatPrivate::QSurfaceFormatPrivate ( QSurfaceFormat::FormatOptions _opts = { })
inlineexplicit

Definition at line 25 of file qsurfaceformat.cpp.

◆ QSurfaceFormatPrivate() [2/2]

QSurfaceFormatPrivate::QSurfaceFormatPrivate ( const QSurfaceFormatPrivate * other)
inline

Definition at line 44 of file qsurfaceformat.cpp.

Member Data Documentation

◆ alphaBufferSize

int QSurfaceFormatPrivate::alphaBufferSize

◆ blueBufferSize

int QSurfaceFormatPrivate::blueBufferSize

◆ colorSpace

QColorSpace QSurfaceFormatPrivate::colorSpace

Definition at line 79 of file qsurfaceformat.cpp.

Referenced by QSurfaceFormat::colorSpace(), and QSurfaceFormat::setColorSpace().

◆ depthSize

int QSurfaceFormatPrivate::depthSize

◆ greenBufferSize

int QSurfaceFormatPrivate::greenBufferSize

◆ major

◆ minor

◆ numSamples

int QSurfaceFormatPrivate::numSamples

Definition at line 73 of file qsurfaceformat.cpp.

Referenced by QSurfaceFormat::samples(), and QSurfaceFormat::setSamples().

◆ opts

QSurfaceFormat::FormatOptions QSurfaceFormatPrivate::opts

◆ profile

QSurfaceFormat::OpenGLContextProfile QSurfaceFormatPrivate::profile

Definition at line 75 of file qsurfaceformat.cpp.

Referenced by QSurfaceFormat::profile(), and QSurfaceFormat::setProfile().

◆ redBufferSize

int QSurfaceFormatPrivate::redBufferSize

◆ ref

QAtomicInt QSurfaceFormatPrivate::ref

◆ renderableType

QSurfaceFormat::RenderableType QSurfaceFormatPrivate::renderableType

◆ stencilSize

int QSurfaceFormatPrivate::stencilSize

◆ swapBehavior

QSurfaceFormat::SwapBehavior QSurfaceFormatPrivate::swapBehavior

◆ swapInterval

int QSurfaceFormatPrivate::swapInterval

The documentation for this class was generated from the following file: