|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <component_options.hpp>
Attributs publics | |
| 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() |
Définition à la ligne 213 du fichier component_options.hpp.
| Component main |
Définition à la ligne 214 du fichier component_options.hpp.
| Component back |
Définition à la ligne 215 du fichier component_options.hpp.
| Ref<Direction> direction = Direction::Left |
Définition à la ligne 216 du fichier component_options.hpp.
| Ref<int> main_size |
Définition à la ligne 217 du fichier component_options.hpp.
Définition à la ligne 220 du fichier component_options.hpp.
| Ref<int> min = 0 |
Définition à la ligne 223 du fichier component_options.hpp.
| Ref<int> max = std::numeric_limits<int>::max() |
Définition à la ligne 224 du fichier component_options.hpp.