|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <component_options.hpp>
Attributs publics | |
| 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 |
Définition à la ligne 230 du fichier component_options.hpp.
| Ref<T> value |
Définition à la ligne 231 du fichier component_options.hpp.
| ConstRef<T> min = T(0) |
Définition à la ligne 232 du fichier component_options.hpp.
| ConstRef<T> max = T(100) |
Définition à la ligne 233 du fichier component_options.hpp.
Définition à la ligne 234 du fichier component_options.hpp.
| Direction direction = Direction::Right |
Définition à la ligne 235 du fichier component_options.hpp.
| Color color_active = Color::White |
Définition à la ligne 236 du fichier component_options.hpp.
| Color color_inactive = Color::GrayDark |
Définition à la ligne 237 du fichier component_options.hpp.
| std::function<void()> on_change |
Définition à la ligne 238 du fichier component_options.hpp.