terminalgui
0.1.0
Widgets for your terminal, powered by Qt! Create textual GUI (TUI) in your console easily.
|
6 #include <QSharedPointer>
62 using BorderStylePointer = QSharedPointer<Tg::BorderStyle>;
Tg::Color overshootTextColor
Color used to draw overshoot characters.
Definition: tgborderstyle.h:56
@ Black
Default black color, depends on terminal settings.
Tg::Color backgroundColor
Color used to draw border background.
Definition: tgborderstyle.h:53
@ Red
Default red color, depends on terminal settings.
QString verticalOvershoot
Definition: tgborderstyle.h:47
QString topLeft
Character used to draw top left corner.
Definition: tgborderstyle.h:21
All Terminal GUI classes (both core and widgets) are defined within the Tg namespace.
Definition: tgcolor.h:6
@ White
Default white color, depends on terminal settings.
Tg::Color overshootBackgroundColor
Color used to draw overshoot background.
Definition: tgborderstyle.h:59
Represents colors in a terminal.
Definition: tgcolor.h:20
QString bottomRight
Character used to draw bottom right corner.
Definition: tgborderstyle.h:30
QString bottomLeft
Character used to draw bottom left corner.
Definition: tgborderstyle.h:27
QString vertical
Character used to draw all vertical edges.
Definition: tgborderstyle.h:36
QString topRight
Character used to draw top right corner.
Definition: tgborderstyle.h:24
QString resizableCorner
Character used to draw resizable corner "icon".
Definition: tgborderstyle.h:39
QString horizontal
Character used to draw all horizontal edges.
Definition: tgborderstyle.h:33
int width
Border width.
Definition: tgborderstyle.h:18
Defines colors, characters with which Widget draws it's borders.
Definition: tgborderstyle.h:15
QString horizontalOvershoot
Definition: tgborderstyle.h:43
Tg::Color textColor
Color used to draw border characters.
Definition: tgborderstyle.h:50