FTXUI
6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
dom/deprecated.cppm
浏览该文件的文档.
1
/// @module ftxui.dom:Deprecated
2
/// @brief DOM模块中已弃用部分的模块文件
3
4
module
;
5
6
#include <
ftxui/dom/deprecated.hpp
>
7
8
export
module
ftxui.dom:Deprecated
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空间
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::text;
16
using
ftxui::vtext;
17
using
ftxui::paragraph;
18
}
deprecated.hpp
ftxui.dom
FTXUI DOM 操作的模块文件。
ftxui
#include "ftxui/component/component_base.hpp" // 用于 ComponentBase
定义
animation.hpp:9