FTXUI  5.0.0
C++ functional terminal UI.
Loading...
Searching...
No Matches
ftxui::flexbox_helper Namespace Reference

Functions

void Compute (Global &global)

Data Structures

struct  Block
struct  Global

Data Structure Documentation

◆ ftxui::flexbox_helper::Block

struct ftxui::flexbox_helper::Block

Definition at line 13 of file flexbox_helper.hpp.

Data Fields
int min_size_x = 0
int min_size_y = 0
int flex_grow_x = 0
int flex_grow_y = 0
int flex_shrink_x = 0
int flex_shrink_y = 0
int line
int line_position
int x = 0
int y = 0
int dim_x = 0
int dim_y = 0
bool overflow = false

◆ ftxui::flexbox_helper::Global

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

Function Documentation

◆ Compute()

void Compute ( Global & global)

Definition at line 354 of file flexbox_helper.cpp.