SynchroTime
Macros
console.cpp File Reference

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

#include "console.h"
#include <QScrollBar>
Include dependency graph for console.cpp:

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

Detailed Description

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

Macro Definition Documentation

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