|
TrueReality
v0.1.1912
|
#include <trUtil/Export.h>

Go to the source code of this file.
Namespaces | |
| trUtil | |
| Namespace that holds various utility classes for the engine. | |
| trUtil::Console | |
Functions | |
| void TR_UTIL_EXPORT | trUtil::Console::TextColor (TXT_COLOR TextColor) |
| Changes Text color in the console window.... More... | |
| void TR_UTIL_EXPORT | trUtil::Console::PrintAllColors () |
| Prints an example of all available colors This is usually used for testing and development. More... | |
Variables | |
| DEFAULT | |
| BRIGHT_RED | |
| RED | |
| BRIGHT_GREEN | |
| GREEN | |
| BRIGHT_BLUE | |
| BLUE | |
| BRIGHT_YELLOW | |
| YELLOW | |
| WHITE | |
| BRIGHT_CYAN | |
| CYAN | |
| BRIGHT_MAGENTA | |
| MAGENTA | |
| BLUE |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| BRIGHT_BLUE |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Console::Logo(), trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| BRIGHT_CYAN |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| BRIGHT_GREEN |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| BRIGHT_MAGENTA |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| BRIGHT_RED |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::VersionUtil::GetCurrentCommitNum(), trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Console::Logo(), trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| BRIGHT_YELLOW |
Definition at line 41 of file TextColor.h.
Referenced by IncremenetVersion(), trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Console::Logo(), main(), trUtil::Console::PrintAllColors(), SetVersion(), trUtil::Console::TextColor(), and UpdateVersion().
| CYAN |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| DEFAULT |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::VersionUtil::GetCurrentCommitNum(), IncremenetVersion(), trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Console::Logo(), main(), trUtil::Console::PrintAllColors(), SetVersion(), and UpdateVersion().
| GREEN |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| MAGENTA |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| RED |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| WHITE |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().
| YELLOW |
Definition at line 41 of file TextColor.h.
Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().