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:26
FTXUI 螢幕操作的模組文件。
FTXUI 的 ftxui::Dimension:: 命名空間
FTXUI 的 ftxui:: 命名空間
Definition animation.hpp:10