14export namespace ftxui {
28 using ftxui::operator|;
29 using ftxui::operator|=;
32 using ftxui::Container::Vertical;
33 using ftxui::Container::Horizontal;
34 using ftxui::Container::Tab;
35 using ftxui::Container::Stacked;
39 using ftxui::Checkbox;
42 using ftxui::MenuEntry;
43 using ftxui::Radiobox;
44 using ftxui::Dropdown;
47 using ftxui::ResizableSplit;
48 using ftxui::ResizableSplitLeft;
49 using ftxui::ResizableSplitRight;
50 using ftxui::ResizableSplitTop;
51 using ftxui::ResizableSplitBottom;
52 using ftxui::Renderer;
53 using ftxui::CatchEvent;
56 using ftxui::Collapsible;
57 using ftxui::Hoverable;
Option for the Checkbox component.
Represent an event. It can be key press event, a terminal resize, or more ...
Option for the Radiobox component.
Module file for the Component classes of the Component module.
The FTXUI ftxui:: namespace.
std::function< Element(Element)> ElementDecorator
std::function< Component(Component)> ComponentDecorator