FTXUI  5.0.0
C++ functional terminal UI.
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
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

◆ 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.