|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <component_options.hpp>
Public 属性 | |
| 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 |
在文件 component_options.hpp 第 228 行定义.
| Ref<T> value |
| ConstRef<T> min = T(0) |
在文件 component_options.hpp 第 230 行定义.
| ConstRef<T> max = T(100) |
| Direction direction = Direction::Right |
| Color color_active = Color::White |
在文件 component_options.hpp 第 234 行定义.
| Color color_inactive = Color::GrayDark |
在文件 component_options.hpp 第 235 行定义.
| std::function<void()> on_change |
在文件 component_options.hpp 第 236 行定义.