FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen_interactive.cppm
Go to the documentation of this file.
1/// @module ftxui.component:ScreenInteractive
2/// @brief ComponentモジュールのScreenInteractiveクラスのモジュールファイル
3
4module;
5
7
9
10/**
11 * @namespace ftxui
12 * @brief FTXUI ftxui::名前空間
13 */
14export namespace ftxui {
16 using ftxui::Loop;
17 using ftxui::Event;
18 using ftxui::Component;
19
20 using ftxui::Screen;
21 using ftxui::ScreenInteractivePrivate;
23}
ftxui::Elementとして自身のレンダリングを実装します。ftxui::Eventに応答してキーボードナビゲーションを実装します。
Loopは、コンポーネントのイベントループを管理するクラスです。
Definition loop.hpp:53
ScreenInteractive はイベントを処理し、メインループを実行し、コンポーネントを管理できる Screen です。
イベントを表します。キープレスイベント、ターミナルのリサイズなど、さまざまなイベントがあります。
Definition event.hpp:28
ピクセルの長方形グリッド。
Definition screen.hpp:25
FTXUIコンポーネント操作用モジュールファイルです。
FTXUI ftxui:: 名前空間
Definition animation.hpp:9
std::shared_ptr< ComponentBase > Component