FTXUI 6.1.9 C++ functional terminal UI. |
Go to the source code of this file.
Classes | |
class | ComponentBase |
It implement rendering itself asftxui::Element. It implement keyboard navigation by responding toftxui::Event.More... | |
Namespaces | |
namespace | ftxui |
The FTXUI ftxui:: namespace. | |
namespace | ftxui::animation |
The FTXUIftxui::animation:: namespace. | |
Typedefs | |
using | Component = std::shared_ptr<ComponentBase> |
using | Components = std::vector<Component> |