xoreos
0.0.5
|
A debug channel. More...
Public Attributes | |
UString | name |
The channel's name. More... | |
UString | description |
The channel's description. More... | |
uint32 | level |
The current level at which this debug channel is enabled. More... | |
uint32 | glTypeIDs [kDebugGLTypeMAX] |
Information about the last OpenGL message ID for this channel's types. More... | |
A debug channel.
Definition at line 171 of file debugman.h.
UString Common::DebugManager::Channel::description |
The channel's description.
Definition at line 173 of file debugman.h.
Referenced by Common::DebugManager::DebugManager(), and Common::DebugManager::getDebugChannels().
uint32 Common::DebugManager::Channel::glTypeIDs[kDebugGLTypeMAX] |
Information about the last OpenGL message ID for this channel's types.
Definition at line 178 of file debugman.h.
Referenced by Common::DebugManager::logDebugGL().
uint32 Common::DebugManager::Channel::level |
The current level at which this debug channel is enabled.
Definition at line 175 of file debugman.h.
Referenced by Common::DebugManager::DebugManager(), Common::DebugManager::getVerbosityLevel(), and Common::DebugManager::setVerbosityLevel().
UString Common::DebugManager::Channel::name |
The channel's name.
Definition at line 172 of file debugman.h.
Referenced by Common::DebugManager::DebugManager(), Common::DebugManager::getDebugChannels(), and Common::DebugManager::setConfigToVerbosityLevels().