FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
loop.cppm
Go to the documentation of this file.
1
/// @module ftxui.component.loop
2
/// @brief Module file for the Loop class of the Component module
3
4
module
;
5
6
#include <
ftxui/component/loop.hpp
>
7
8
export
module
ftxui.component.loop
;
9
10
/**
11
* @namespace ftxui
12
* @brief The FTXUI ftxui:: namespace
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::ComponentBase
;
16
using
ftxui::Component
;
17
using
ftxui::ScreenInteractive
;
18
19
using
ftxui::Loop
;
20
}
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
Module file for the Loop class of the Component module.
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