FTXUI
6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
task.cppm
浏览该文件的文档.
1
/// @module ftxui.component:Task
2
/// @brief Component 模块中 Task 类的模块文件
3
4
module
;
5
6
#include <
ftxui/component/task.hpp
>
7
8
export
module
ftxui.component:Task
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空间
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::AnimationTask
;
16
using
ftxui::Closure
;
17
using
ftxui::Task
;
18
}
ftxui::AnimationTask
定义
task.hpp:11
ftxui.component
FTXUI组件操作的模块文件。
ftxui
#include "ftxui/component/component_base.hpp" // 用于 ComponentBase
定义
animation.hpp:9
ftxui::Task
std::variant< Event, Closure, AnimationTask > Task
定义
task.hpp:13
ftxui::Closure
std::function< void()> Closure
定义
task.hpp:12
task.hpp