4#ifndef FTXUI_DOM_NODE_DECORATOR_H_
5#define FTXUI_DOM_NODE_DECORATOR_H_
NodeDecorator(Element child)
void SetBox(Box box) override
Assign a position and a dimension to an element for drawing.
void ComputeRequirement() override
Compute how much space an element needs.
Node is the base class for all elements in the DOM tree.
Box is a structure that represents a rectangular area in a 2D space.
The FTXUI ftxui:: namespace.
std::shared_ptr< Node > Element