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

#include <qgl_p.h>

Public Functions

 QGLFormatPrivate ()
 
 QGLFormatPrivate (const QGLFormatPrivate *other)
 

Public Variables

int accumSize
 
int alphaSize
 
int blueSize
 
int depthSize
 
int greenSize
 
int majorVersion
 
int minorVersion
 
int numSamples
 
QGL::FormatOptions opts
 
int pln
 
QGLFormat::OpenGLContextProfile profile
 
int redSize
 
QAtomicInt ref
 
int stencilSize
 
int swapInterval
 

Detailed Description

Definition at line 121 of file qgl_p.h.

Constructors and Destructors

◆ QGLFormatPrivate() [1/2]

QGLFormatPrivate::QGLFormatPrivate ( )
inline

Definition at line 124 of file qgl_p.h.

125  : ref(1)
126  {
129  pln = 0;
131  numSamples = -1;
132  swapInterval = -1;
133  majorVersion = 1;
134  minorVersion = 0;
136  }
int numSamples
Definition: qgl_p.h:165
Definition: qgl.h:147
int minorVersion
Definition: qgl_p.h:168
int majorVersion
Definition: qgl_p.h:167
QGL::FormatOptions opts
Definition: qgl_p.h:156
QGLFormat::OpenGLContextProfile profile
Definition: qgl_p.h:169
QAtomicInt ref
Definition: qgl_p.h:155
int swapInterval
Definition: qgl_p.h:166
int stencilSize
Definition: qgl_p.h:160

◆ QGLFormatPrivate() [2/2]

QGLFormatPrivate::QGLFormatPrivate ( const QGLFormatPrivate other)
inline

Definition at line 137 of file qgl_p.h.

138  : ref(1),
139  opts(other->opts),
140  pln(other->pln),
141  depthSize(other->depthSize),
142  accumSize(other->accumSize),
143  stencilSize(other->stencilSize),
144  redSize(other->redSize),
145  greenSize(other->greenSize),
146  blueSize(other->blueSize),
147  alphaSize(other->alphaSize),
148  numSamples(other->numSamples),
149  swapInterval(other->swapInterval),
150  majorVersion(other->majorVersion),
151  minorVersion(other->minorVersion),
152  profile(other->profile)
153  {
154  }
int numSamples
Definition: qgl_p.h:165
int minorVersion
Definition: qgl_p.h:168
int majorVersion
Definition: qgl_p.h:167
QGL::FormatOptions opts
Definition: qgl_p.h:156
QGLFormat::OpenGLContextProfile profile
Definition: qgl_p.h:169
QAtomicInt ref
Definition: qgl_p.h:155
int swapInterval
Definition: qgl_p.h:166
int stencilSize
Definition: qgl_p.h:160

Properties

◆ accumSize

int QGLFormatPrivate::accumSize

Definition at line 159 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ alphaSize

int QGLFormatPrivate::alphaSize

Definition at line 164 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ blueSize

int QGLFormatPrivate::blueSize

Definition at line 163 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ depthSize

int QGLFormatPrivate::depthSize

Definition at line 158 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ greenSize

int QGLFormatPrivate::greenSize

Definition at line 162 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ majorVersion

int QGLFormatPrivate::majorVersion

Definition at line 167 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ minorVersion

int QGLFormatPrivate::minorVersion

Definition at line 168 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ numSamples

int QGLFormatPrivate::numSamples

Definition at line 165 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ opts

QGL::FormatOptions QGLFormatPrivate::opts

Definition at line 156 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ pln

int QGLFormatPrivate::pln

Definition at line 157 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ profile

QGLFormat::OpenGLContextProfile QGLFormatPrivate::profile

Definition at line 169 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ redSize

int QGLFormatPrivate::redSize

Definition at line 161 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ ref

QAtomicInt QGLFormatPrivate::ref

Definition at line 155 of file qgl_p.h.

Referenced by QGLFormat::operator=().

◆ stencilSize

int QGLFormatPrivate::stencilSize

Definition at line 160 of file qgl_p.h.

Referenced by QGLFormatPrivate().

◆ swapInterval

int QGLFormatPrivate::swapInterval

Definition at line 166 of file qgl_p.h.

Referenced by QGLFormatPrivate().


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