FTXUI 6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
component_base.hpp 文件参考

浏览该文件的源代码.

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>