#include "QMutex"
Go to the source code of this file.
Namespaces | |
| namespace | glc |
Defines | |
| #define | GLC_VERSION "1.2.0" |
| #define | GLC_DESCRIPTION "GLC_lib is a Open Source C++ class library that enables the quick creation of an OpenGL application based on QT4." |
Typedefs | |
| typedef unsigned int | GLC_uint |
Functions | |
| GLC_uint | glc::GLC_GenID (void) |
| Simple ID generation. | |
| GLC_uint | glc::GLC_GenGeomID (void) |
| Simple Geom ID generation. | |
| GLC_uint | glc::GLC_GenUserID (void) |
| Simple User ID generation. | |
Variables | |
| const int | glc::GLC_DISCRET = 70 |
| const int | glc::GLC_POLYDISCRET = 60 |
| QMutex | glc::iDMutex |
| QMutex | glc::geomIdMutex |
| QMutex | glc::userIdMutex |
Definition in file glc_enum.h.
| #define GLC_DESCRIPTION "GLC_lib is a Open Source C++ class library that enables the quick creation of an OpenGL application based on QT4." |
Definition at line 57 of file glc_enum.h.
| #define GLC_VERSION "1.2.0" |
Definition at line 56 of file glc_enum.h.
| typedef unsigned int GLC_uint |
Definition at line 33 of file glc_enum.h.