Qt 4.8
Public Functions | Public Variables | List of all members
QPlatformWindowFormatPrivate Class Reference

Public Functions

 QPlatformWindowFormatPrivate ()
 
 QPlatformWindowFormatPrivate (const QPlatformWindowFormatPrivate *other)
 

Public Variables

int accumSize
 
int alphaSize
 
int blueSize
 
int depthSize
 
int greenSize
 
int numSamples
 
QPlatformWindowFormat::FormatOptions opts
 
int redSize
 
QAtomicInt ref
 
QPlatformGLContextsharedContext
 
int stencilSize
 
int swapInterval
 
QPlatformWindowFormat::WindowApi windowApi
 

Detailed Description

Definition at line 48 of file qplatformwindowformat_qpa.cpp.

Constructors and Destructors

◆ QPlatformWindowFormatPrivate() [1/2]

QPlatformWindowFormatPrivate::QPlatformWindowFormatPrivate ( )
inline

Definition at line 51 of file qplatformwindowformat_qpa.cpp.

Referenced by QPlatformWindowFormat::detach(), and QPlatformWindowFormat::QPlatformWindowFormat().

52  : ref(1)
57  , depthSize(-1)
58  , accumSize(-1)
59  , stencilSize(-1)
60  , redSize(-1)
61  , greenSize(-1)
62  , blueSize(-1)
63  , alphaSize(-1)
64  , numSamples(-1)
65  , swapInterval(-1)
67  , sharedContext(0)
68  {
69  }
QPlatformWindowFormat::FormatOptions opts
QPlatformWindowFormat::WindowApi windowApi

◆ QPlatformWindowFormatPrivate() [2/2]

QPlatformWindowFormatPrivate::QPlatformWindowFormatPrivate ( const QPlatformWindowFormatPrivate other)
inline

Definition at line 71 of file qplatformwindowformat_qpa.cpp.

72  : ref(1),
73  opts(other->opts),
74  depthSize(other->depthSize),
75  accumSize(other->accumSize),
76  stencilSize(other->stencilSize),
77  redSize(other->redSize),
78  greenSize(other->greenSize),
79  blueSize(other->blueSize),
80  alphaSize(other->alphaSize),
81  numSamples(other->numSamples),
82  swapInterval(other->swapInterval),
83  windowApi(other->windowApi),
85  {
86  }
QPlatformWindowFormat::FormatOptions opts
QPlatformWindowFormat::WindowApi windowApi

Properties

◆ accumSize

int QPlatformWindowFormatPrivate::accumSize

Definition at line 90 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<().

◆ alphaSize

int QPlatformWindowFormatPrivate::alphaSize

Definition at line 95 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<().

◆ blueSize

int QPlatformWindowFormatPrivate::blueSize

Definition at line 94 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<().

◆ depthSize

int QPlatformWindowFormatPrivate::depthSize

Definition at line 89 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<().

◆ greenSize

int QPlatformWindowFormatPrivate::greenSize

Definition at line 93 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<().

◆ numSamples

int QPlatformWindowFormatPrivate::numSamples

Definition at line 96 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<(), and QPlatformWindowFormat::setSamples().

◆ opts

QPlatformWindowFormat::FormatOptions QPlatformWindowFormatPrivate::opts

Definition at line 88 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<().

◆ redSize

int QPlatformWindowFormatPrivate::redSize

Definition at line 92 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<().

◆ ref

QAtomicInt QPlatformWindowFormatPrivate::ref

Definition at line 87 of file qplatformwindowformat_qpa.cpp.

Referenced by QPlatformWindowFormat::operator=().

◆ sharedContext

QPlatformGLContext* QPlatformWindowFormatPrivate::sharedContext

Definition at line 99 of file qplatformwindowformat_qpa.cpp.

◆ stencilSize

int QPlatformWindowFormatPrivate::stencilSize

Definition at line 91 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<().

◆ swapInterval

int QPlatformWindowFormatPrivate::swapInterval

Definition at line 97 of file qplatformwindowformat_qpa.cpp.

Referenced by operator<<().

◆ windowApi

QPlatformWindowFormat::WindowApi QPlatformWindowFormatPrivate::windowApi

Definition at line 98 of file qplatformwindowformat_qpa.cpp.


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