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
4
module
;
5
6
#include <
ftxui/screen/screen.hpp
>
7
8
export
module
ftxui.screen:Screen
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI 的 ftxui:: 命名空間
13
*/
14
export
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
}
ftxui::Image
像素的矩形網格。
Definition
image.hpp:17
ftxui::Screen
像素的矩形網格。
Definition
screen.hpp:26
ftxui.screen
FTXUI 螢幕操作的模組文件。
Dimension
FTXUI 的 ftxui::Dimension:: 命名空間
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10
screen.hpp