FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
component_base.hpp File Reference

Go to the source code of this file.

Classes

class  ComponentBase
 它將自己實作為 ftxui::Element 進行渲染。它透過回應 ftxui::Event 來實現鍵盤導航。 More...
 

Namespaces

namespace  ftxui
 FTXUI 的 ftxui:: 命名空間
 
namespace  ftxui::animation
 FTXUI ftxui::animation:: 命名空間
 

Typedefs

using Component = std::shared_ptr<ComponentBase>
 
using Components = std::vector<Component>