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

Public Types

enum  AllocState {
  UnAllocated = 0, Allocated = 0x01, Reserved = 0x02, UnAllocated = 0,
  Allocated = 0x01, Reserved = 0x02
}
 
enum  AllocState {
  UnAllocated = 0, Allocated = 0x01, Reserved = 0x02, UnAllocated = 0,
  Allocated = 0x01, Reserved = 0x02
}
 

Public Functions

bool deref ()
 
bool deref ()
 
 QGLCmapPrivate ()
 
 QGLCmapPrivate ()
 
void ref ()
 
void ref ()
 

Public Variables

QVector< quint8allocArray
 
QVector< uintcolorArray
 
QMap< uint, int > colorMap
 
QVector< quint8contextArray
 
uint count
 
int maxSize
 

Detailed Description

Definition at line 151 of file qgl_win.cpp.

Enumerations

◆ AllocState [1/2]

Enumerator
UnAllocated 
Allocated 
Reserved 
UnAllocated 
Allocated 
Reserved 

Definition at line 74 of file qgl_wince.cpp.

◆ AllocState [2/2]

Enumerator
UnAllocated 
Allocated 
Reserved 
UnAllocated 
Allocated 
Reserved 

Definition at line 159 of file qgl_win.cpp.

Constructors and Destructors

◆ QGLCmapPrivate() [1/2]

QGLCmapPrivate::QGLCmapPrivate ( )
inline

Definition at line 154 of file qgl_win.cpp.

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

154 : count(1) { }

◆ QGLCmapPrivate() [2/2]

QGLCmapPrivate::QGLCmapPrivate ( )
inline

Definition at line 69 of file qgl_wince.cpp.

69 : count(1) { }

Functions

◆ deref() [1/2]

bool QGLCmapPrivate::deref ( )
inline

Definition at line 71 of file qgl_wince.cpp.

71 { return !--count; }

◆ deref() [2/2]

bool QGLCmapPrivate::deref ( )
inline

Definition at line 156 of file qgl_win.cpp.

156 { return !--count; }

◆ ref() [1/2]

void QGLCmapPrivate::ref ( )
inline

Definition at line 70 of file qgl_wince.cpp.

70 { ++count; }

◆ ref() [2/2]

void QGLCmapPrivate::ref ( )
inline

Definition at line 155 of file qgl_win.cpp.

Referenced by QGLCmap::operator=().

155 { ++count; }

Properties

◆ allocArray

QVector< quint8 > QGLCmapPrivate::allocArray

Definition at line 163 of file qgl_win.cpp.

Referenced by QGLCmap::detach().

◆ colorArray

QVector< uint > QGLCmapPrivate::colorArray

Definition at line 162 of file qgl_win.cpp.

Referenced by QGLCmap::detach().

◆ colorMap

QMap< uint, int > QGLCmapPrivate::colorMap

Definition at line 165 of file qgl_win.cpp.

Referenced by QGLCmap::detach().

◆ contextArray

QVector< quint8 > QGLCmapPrivate::contextArray

Definition at line 164 of file qgl_win.cpp.

Referenced by QGLCmap::detach().

◆ count

uint QGLCmapPrivate::count

Definition at line 157 of file qgl_win.cpp.

Referenced by deref(), and ref().

◆ maxSize

int QGLCmapPrivate::maxSize

Definition at line 161 of file qgl_win.cpp.

Referenced by QGLCmap::allocate(), QGLCmap::detach(), and QGLCmap::QGLCmap().


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