|
FTXUI 6.1.9
C++ functional terminal UI.
|
类 | |
| class | ComponentBase |
| 它将自身实现为 ftxui::Element。它通过响应 ftxui::Event 来实现键盘导航。 更多... | |
命名空间 | |
| namespace | ftxui |
| #include "ftxui/component/component_base.hpp" // 用于 ComponentBase | |
| namespace | ftxui::animation |
| FTXUI ftxui::animation:: 命名空间 | |
类型定义 | |
| using | Component = std::shared_ptr<ComponentBase> |
| using | Components = std::vector<Component> |