FTXUI  5.0.0
C++ functional terminal UI.
component_base.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ComponentBase
 It implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ftxui::Event. More...
 

Namespaces

namespace  ftxui
 
namespace  ftxui::animation
 

Typedefs

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