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 224 of file component_options.hpp.
Ref<T> value |
Definition at line 225 of file component_options.hpp.
ConstRef<T> min = T(0) |
Definition at line 226 of file component_options.hpp.
ConstRef<T> max = T(100) |
Definition at line 227 of file component_options.hpp.
Definition at line 228 of file component_options.hpp.
Direction direction = Direction::Right |
Definition at line 229 of file component_options.hpp.
Color color_active = Color::White |
Definition at line 230 of file component_options.hpp.
Color color_inactive = Color::GrayDark |
Definition at line 231 of file component_options.hpp.
std::function<void()> on_change |
Definition at line 232 of file component_options.hpp.