|
SynchroTime
|
The file contains the definition of the constructor and methods of the Console class. More...

Macros | |
| #define | ESC_START QRegExp( QStringLiteral("\x1b[[]3\\dm")) |
| Start of every ESC sequence. More... | |
| #define | ESC_END QStringLiteral("\x1b[0m") |
| End of a ESCAPE sequence. More... | |
The file contains the definition of the constructor and methods of the Console class.
| #define ESC_END QStringLiteral("\x1b[0m") |
End of a ESCAPE sequence.
Referenced by Console::putData().
| #define ESC_START QRegExp( QStringLiteral("\x1b[[]3\\dm")) |
Start of every ESC sequence.
Referenced by Console::putData().
1.8.11