|
FTXUI 6.1.9
C++ functional terminal UI.
|
命名空间 | |
| namespace | ftxui |
| #include "ftxui/component/component_base.hpp" // 用于 ComponentBase | |
函数 | |
| Element | flexbox (Elements children, FlexboxConfig config) |
| 一个容器,用于在行/列中显示元素,并且在填满时能够换行到下一列/行。 | |
| Element | hflow (Elements children) |
| 一个容器,用于从左到右在行中显示元素。当填满时,它会在下方开始新的一行。 | |
| Element | vflow (Elements children) |
| 一个容器,用于从上到下在行中显示元素。当填满时,它会在右侧开始新的一列。 | |
| int asked_ = 6000 |
在文件 flexbox.cpp 第 221 行定义.
| bool need_iteration_ = true |
在文件 flexbox.cpp 第 222 行定义.
| const FlexboxConfig config_ |
在文件 flexbox.cpp 第 223 行定义.
| const FlexboxConfig config_normalized_ |
在文件 flexbox.cpp 第 224 行定义.
| flexbox_helper::Global global_ |
在文件 flexbox.cpp 第 225 行定义.