|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <component_options.hpp>
Public 属性 | |
| Component | main |
| Component | back |
| Ref< Direction > | direction = Direction::Left |
| Ref< int > | main_size |
| std::function< Element()> | separator_func = [] { return ::ftxui::separator(); } |
| Ref< int > | min = 0 |
| Ref< int > | max = std::numeric_limits<int>::max() |
在文件 component_options.hpp 第 211 行定义.
| Component main |
在文件 component_options.hpp 第 212 行定义.
| Component back |
在文件 component_options.hpp 第 213 行定义.
| Ref<Direction> direction = Direction::Left |
在文件 component_options.hpp 第 214 行定义.
| Ref<int> main_size |
在文件 component_options.hpp 第 215 行定义.
| std::function<Element()> separator_func = [] { return ::ftxui::separator(); } |
在文件 component_options.hpp 第 218 行定义.
| Ref<int> min = 0 |
在文件 component_options.hpp 第 221 行定义.
| Ref<int> max = std::numeric_limits<int>::max() |
在文件 component_options.hpp 第 222 行定义.