FTXUI
6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
image.cppm
浏览该文件的文档.
1
/// @module ftxui.screen:Image
2
/// @brief Screen 模块 Image 类的模块文件
3
4
module
;
5
6
#include <
ftxui/screen/image.hpp
>
7
8
export
module
ftxui.screen:Image
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空间
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Image
;
16
}
ftxui::Image
像素的矩形网格。
定义
image.hpp:16
image.hpp
ftxui.screen
FTXUI 屏幕操作的模块文件。
ftxui
#include "ftxui/component/component_base.hpp" // 用于 ComponentBase
定义
animation.hpp:9