|
FTXUI
0.8.1
C++ functional terminal UI.
|
Inheritance diagram for Node:Public Member Functions | |
| Node () | |
| Node (Elements children) | |
| virtual | ~Node () |
| virtual void | ComputeRequirement () |
| Compute how much space an elements needs. More... | |
| Requirement | requirement () |
| virtual void | SetBox (Box box) |
| Assign a position and a dimension to an element for drawing. More... | |
| virtual void | Render (Screen &screen) |
| Display an element on a ftxui::Screen. More... | |
Protected Attributes | |
| Elements | children_ |
| Requirement | requirement_ |
| Box | box_ |
|
virtual |
Compute how much space an elements needs.
Reimplemented in NodeDecorator.
|
inline |
|
virtual |
Assign a position and a dimension to an element for drawing.
Reimplemented in NodeDecorator.
|
virtual |
Display an element on a ftxui::Screen.
|
protected |