FTXUI
5.0.0
C++ functional terminal UI.
|
Public Member Functions | |
NodeDecorator (Element child) | |
void | ComputeRequirement () override |
Compute how much space an elements needs. More... | |
void | SetBox (Box box) override |
Assign a position and a dimension to an element for drawing. More... | |
Requirement | requirement () |
virtual void | Render (Screen &screen) |
Display an element on a ftxui::Screen. More... | |
virtual void | Check (Status *status) |
Protected Attributes | |
Elements | children_ |
Requirement | requirement_ |
Box | box_ |
Definition at line 16 of file node_decorator.hpp.
|
inline |
Definition at line 18 of file node_decorator.hpp.
|
overridevirtual |
Compute how much space an elements needs.
Reimplemented from Node.
Definition at line 14 of file node_decorator.cpp.
|
overridevirtual |
Assign a position and a dimension to an element for drawing.
Reimplemented from Node.
Definition at line 19 of file node_decorator.cpp.
|
inlineinherited |
|
virtualinherited |
Display an element on a ftxui::Screen.
|
protectedinherited |