FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
loop.cppm
Go to the documentation of this file.
1
/**
2
* @file loop.cppm
3
* @brief Module file for the Loop class of the Component module
4
*/
5
6
module
;
7
8
#include <
ftxui/component/loop.hpp
>
9
10
export
module
ftxui.component.loop
;
11
12
/**
13
* @namespace ftxui
14
* @brief The FTXUI ftxui:: namespace
15
*/
16
export
namespace
ftxui
{
17
using
ftxui::ComponentBase
;
18
using
ftxui::Component
;
19
using
ftxui::ScreenInteractive
;
20
21
using
ftxui::Loop
;
22
}
ftxui::Loop
Definition
loop.hpp:17
ftxui::ScreenInteractive
Definition
screen_interactive.hpp:30
ftxui::ComponentBase
It implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ft...
Definition
component_base.hpp:30
loop.hpp
ftxui.component.loop
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10
ftxui::Component
std::shared_ptr< ComponentBase > Component
Definition
component_base.hpp:24
src
ftxui
component
loop.cppm
Generated by
1.12.0