|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <component_options.hpp>
Public Attributes | |
| Ref< T > | value |
| ConstRef< T > | min = T(0) |
| ConstRef< T > | max = T(100) |
| ConstRef< T > | increment = (max() - min()) / 20 |
| Direction | direction = Direction::Right |
| Color | color_active = Color::White |
| Color | color_inactive = Color::GrayDark |
| std::function< void()> | on_change |
Definition at line 230 of file component_options.hpp.
| Ref<T> value |
Definition at line 231 of file component_options.hpp.
| ConstRef<T> min = T(0) |
Definition at line 232 of file component_options.hpp.
| ConstRef<T> max = T(100) |
Definition at line 233 of file component_options.hpp.
Definition at line 234 of file component_options.hpp.
| Direction direction = Direction::Right |
Definition at line 235 of file component_options.hpp.
| Color color_active = Color::White |
Definition at line 236 of file component_options.hpp.
| Color color_inactive = Color::GrayDark |
Definition at line 237 of file component_options.hpp.
| std::function<void()> on_change |
Definition at line 238 of file component_options.hpp.