Qt 4.8
Public Functions | Public Variables | List of all members
QGLCMapCleanupHandler Struct Reference

Public Functions

 QGLCMapCleanupHandler ()
 
 ~QGLCMapCleanupHandler ()
 

Public Variables

CMapEntryHashcmap_hash
 
GLCMapHashqglcmap_hash
 

Detailed Description

Definition at line 169 of file qgl_x11.cpp.

Constructors and Destructors

◆ QGLCMapCleanupHandler()

QGLCMapCleanupHandler::QGLCMapCleanupHandler ( )
inline

Definition at line 170 of file qgl_x11.cpp.

170  {
171  cmap_hash = new CMapEntryHash;
172  qglcmap_hash = new GLCMapHash;
173  }
GLCMapHash * qglcmap_hash
Definition: qgl_x11.cpp:179
CMapEntryHash * cmap_hash
Definition: qgl_x11.cpp:178
QHash< int, QMap< int, QRgb > > GLCMapHash
Definition: qgl_x11.cpp:163
QHash< int, QCMapEntry * > CMapEntryHash
Definition: qgl_x11.cpp:162

◆ ~QGLCMapCleanupHandler()

QGLCMapCleanupHandler::~QGLCMapCleanupHandler ( )
inline

Definition at line 174 of file qgl_x11.cpp.

174  {
175  delete cmap_hash;
176  delete qglcmap_hash;
177  }
GLCMapHash * qglcmap_hash
Definition: qgl_x11.cpp:179
CMapEntryHash * cmap_hash
Definition: qgl_x11.cpp:178

Properties

◆ cmap_hash

CMapEntryHash* QGLCMapCleanupHandler::cmap_hash

Definition at line 178 of file qgl_x11.cpp.

◆ qglcmap_hash

GLCMapHash* QGLCMapCleanupHandler::qglcmap_hash

Definition at line 179 of file qgl_x11.cpp.


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