|
ScrUtil
Gestor de consola de texto
|

Estructuras de datos | |
| struct | ScrUtil::Position |
| struct | ScrUtil::Attributes |
Namespaces | |
| namespace | ScrUtil |
Enumeraciones | |
| enum | ScrUtil::Color { ScrUtil::Black, ScrUtil::Blue, ScrUtil::Red, ScrUtil::Magenta, ScrUtil::Green, ScrUtil::Cyan, ScrUtil::Yellow, ScrUtil::White, ScrUtil::UndefinedColor } |
Funciones | |
| void | ScrUtil::clear () |
| void | ScrUtil::setColors (Color tinta, Color papel) |
| void | ScrUtil::setColors (Attributes colors) |
| Attributes | ScrUtil::getCurrentAttributes () |
| int | ScrUtil::getCharacterAt (Position pos) |
| void | ScrUtil::moveCursorTo (unsigned short int fila, int unsigned short columna) |
| void | ScrUtil::moveCursorTo (Position pos) |
| Position | ScrUtil::getConsoleSize () |
| short int | ScrUtil::getMaxRows () |
| short int | ScrUtil::getMaxColumns () |
| Position | ScrUtil::getCursorPosition () |
| void | ScrUtil::showCursor (bool see) |
1.8.1.2