|
FTXUI
0.8.1
C++ functional terminal UI.
|
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 | |
| ftxui | |
Typedefs | |
| using | Component = std::shared_ptr< ComponentBase > |
| using | Components = std::vector< Component > |