#include <Console.h>
Definition at line 16 of file Console.h.
| void Console::display |
( |
| ) |
|
|
static |
| static bool Console::isVisible |
( |
| ) |
|
|
inlinestatic |
| static void Console::setVisible |
( |
bool |
v | ) |
|
|
inlinestatic |
| const int Console::bufferLength = 256 |
|
staticprivate |
| bool Console::visible = false |
|
staticprivate |
| char Console::buffer = "" |
|
staticprivate |
| unsigned long Console::lastLogLength = 0 |
|
staticprivate |
| std::vector< std::string > Console::lastCommands |
|
staticprivate |
| long Console::lastCommandIndex = -1 |
|
staticprivate |
| std::string Console::bufferedCommand |
|
staticprivate |
The documentation for this class was generated from the following files: