|
TUI
Terminal user interface library
|
Public Member Functions | |
| slider_appearance (DIRECTION direction=DIRECTION::HORIZONTAL) | |
| slider_appearance (slider_appearance_a active, slider_appearance_a inactive) | |
| void | setColor (color Color) override |
| void | setAppearance (slider_appearance appearance) |
| slider_appearance | getAppearance () const |
| void | setActiveAppearance (slider_appearance_a active) |
| slider_appearance_a | getActiveAppearance () const |
| void | setInactiveAppearance (slider_appearance_a inactive) |
| slider_appearance_a | getInactiveAppearance () const |
Protected Attributes | |
| slider_appearance_a | active_appearance |
| slider_appearance_a | inactive_appearance |
Additional Inherited Members | |
Protected Member Functions inherited from tui::appearance | |
| template<typename T > | |
| void | setElement (T &elem_to_set, T elem) |
| virtual void | setAppearanceAction () |
1.8.18