FTXUI
5.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Data Structures | |
struct | Block |
struct | Global |
Namespaces | |
namespace | ftxui |
namespace | ftxui::flexbox_helper |
Functions | |
void | Compute (Global &global) |
struct ftxui::flexbox_helper::Block |
Definition at line 13 of file flexbox_helper.hpp.
Data Fields | ||
---|---|---|
int | min_size_x | |
int | min_size_y | |
int | flex_grow_x | |
int | flex_grow_y | |
int | flex_shrink_x | |
int | flex_shrink_y | |
int | line | |
int | line_position | |
int | x | |
int | y | |
int | dim_x | |
int | dim_y | |
bool | overflow |
struct ftxui::flexbox_helper::Global |
Definition at line 32 of file flexbox_helper.hpp.
Data Fields | ||
---|---|---|
vector< Block > | blocks | |
FlexboxConfig | config | |
int | size_x | |
int | size_y |