|
FTXUI
6.1.9
C++ functional terminal UI.
|
Functions | |
| void | Compute (Global &global) |
Data Structures | |
| struct | Block |
| struct | Line |
| struct | Global |
| struct ftxui::flexbox_helper::Block |
Definition at line 13 of file flexbox_helper.hpp.
| struct ftxui::flexbox_helper::Line |
Definition at line 33 of file flexbox_helper.hpp.
| Data Fields | ||
|---|---|---|
| vector< Block * > | blocks | |
| int | x = 0 | |
| int | y = 0 | |
| int | dim_x = 0 | |
| int | dim_y = 0 | |
| struct ftxui::flexbox_helper::Global |
Definition at line 41 of file flexbox_helper.hpp.
| Data Fields | ||
|---|---|---|
| vector< Block > | blocks | |
| vector< Line > | lines | |
| FlexboxConfig | config | |
| int | size_x | |
| int | size_y | |
| void Compute | ( | Global & | global | ) |
Definition at line 369 of file flexbox_helper.cpp.