FTXUI 6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
ResizableSplitOption结构体 参考

#include <component_options.hpp>

Public 属性

Component main
 
Component back
 
Ref< Directiondirection = 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.hpp211 行定义.

类成员变量说明

◆ main

Component main

在文件 component_options.hpp212 行定义.

◆ back

Component back

在文件 component_options.hpp213 行定义.

◆ direction

在文件 component_options.hpp214 行定义.

◆ main_size

Ref<int> main_size

◆ separator_func

std::function<Element()> separator_func = [] { return ::ftxui::separator(); }

在文件 component_options.hpp218 行定义.

◆ min

Ref<int> min = 0

在文件 component_options.hpp221 行定义.

◆ max

Ref<int> max = std::numeric_limits<int>::max()

在文件 component_options.hpp222 行定义.


该结构体的文档由以下文件生成: