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