FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
component_base.cppm
Go to the documentation of this file.
1/// @module ftxui.component.component_base
2/// @brief Module file for the ComponentBase class of the Component module
3
4module;
5
7
9
10/**
11 * @namespace ftxui
12 * @brief The FTXUI ftxui:: namespace
13 */
14export namespace ftxui {
15 using ftxui::Delegate;
16 using ftxui::Focus;
17 using ftxui::Event;
18
19 namespace animation {
21 }
22
24 using ftxui::Component;
26}
It implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ft...
Represent an event. It can be key press event, a terminal resize, or more ...
Definition event.hpp:29
Module file for the ComponentBase class of the Component module.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10
std::vector< Component > Components
std::shared_ptr< ComponentBase > Component