TUI
Terminal user interface library
|
Public Member Functions | |
text_appearance (text_appearance_a active, text_appearance_a inactive) | |
void | setColor (color Color) override |
void | setAppearance (text_appearance appearance) |
text_appearance | getAppearance () const |
void | setActiveAppearance (text_appearance_a active) |
text_appearance_a | getActiveAppearance () const |
void | setInactiveAppearance (text_appearance_a inactive) |
text_appearance_a | getInactiveAppearance () const |
Protected Attributes | |
text_appearance_a | active_appearance |
text_appearance_a | inactive_appearance |
Additional Inherited Members | |
![]() | |
template<typename T > | |
void | setElement (T &elem_to_set, T elem) |
virtual void | setAppearanceAction () |