#include <GLGlobalState.h>
Public Member Functions | |
| GLGlobalState (unsigned wantedState) | |
| virtual | ~GLGlobalState () |
Static Public Member Functions | |
| static void | setState (unsigned wanted) |
Static Protected Attributes | |
| static GLState * | state_ |
| static unsigned int | stateStack_ |
Definition at line 28 of file GLGlobalState.h.
| GLGlobalState::GLGlobalState | ( | unsigned | wantedState | ) |
Definition at line 27 of file GLGlobalState.cpp.
References DIALOG_ASSERT, GLState::setState(), state_, and stateStack_.
| GLGlobalState::~GLGlobalState | ( | ) | [virtual] |
| void GLGlobalState::setState | ( | unsigned | wanted | ) | [static] |
Definition at line 51 of file GLGlobalState.cpp.
References DIALOG_ASSERT, GLState::setState(), and state_.
GLState * GLGlobalState::state_ [static, protected] |
Definition at line 37 of file GLGlobalState.h.
Referenced by GLGlobalState(), setState(), and ~GLGlobalState().
unsigned int GLGlobalState::stateStack_ [static, protected] |
1.5.3