FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen/screen.cppm
Go to the documentation of this file.
1/// @module ftxui.screen:Screen
2/// @brief ScreenモジュールのScreenクラスのためのモジュールファイル
3
4module;
5
7
8export module ftxui.screen:Screen;
9
10/**
11 * @namespace ftxui
12 * @brief FTXUI ftxui::名前空間
13 */
14export namespace ftxui {
15 /**
16 * @namespace Dimension
17 * @brief FTXUI ftxui::Dimension::名前空間
18 */
19 namespace Dimension {
20 using ftxui::Dimension::Fixed;
21 using ftxui::Dimension::Full;
22 }
23
24 using ftxui::Image;
25 using ftxui::Screen;
26}
ピクセルの長方形グリッド。
Definition image.hpp:17
ピクセルの長方形グリッド。
Definition screen.hpp:25
FTXUIスクリーン操作のためのモジュールファイル。
FTXUI ftxui::Dimension::名前空間
FTXUI ftxui:: 名前空間
Definition animation.hpp:9