xoreos  0.0.5
Public Attributes | List of all members
Common::DebugManager::Channel Struct Reference

A debug channel. More...

Collaboration diagram for Common::DebugManager::Channel:
Collaboration graph
[legend]

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...
 

Detailed Description

A debug channel.

Definition at line 171 of file debugman.h.

Member Data Documentation

◆ description

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().

◆ glTypeIDs

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().

◆ level

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().

◆ name

UString Common::DebugManager::Channel::name

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