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 ComponentモジュールのLoopクラスのモジュールファイル
3
4module;
5
7
8export module ftxui.component:Loop;
9
10/**
11 * @namespace ftxui
12 * @brief FTXUI ftxui:: 名前空間
13 */
14export namespace ftxui {
16 using ftxui::Component;
18
19 using ftxui::Loop;
20}
ftxui::Elementとして自身のレンダリングを実装します。ftxui::Eventに応答してキーボードナビゲーションを実装します。
Loopは、コンポーネントのイベントループを管理するクラスです。
Definition loop.hpp:53
ScreenInteractive はイベントを処理し、メインループを実行し、コンポーネントを管理できる Screen です。
FTXUIコンポーネント操作用モジュールファイルです。
FTXUI ftxui:: 名前空間
Definition animation.hpp:9
std::shared_ptr< ComponentBase > Component