14export namespace ftxui {
Node is the base class for all elements in the DOM tree.
void Render(Screen &screen, const Element &element)
Display an element on a ftxui::Screen.
A rectangular grid of Pixel.
Module file for the Node class of the Dom module.
The FTXUI ftxui:: namespace.
std::string GetNodeSelectedContent(Screen &screen, Node *node, Selection &selection)
std::shared_ptr< Node > Element
std::vector< Element > Elements