FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
direction.cppm
Go to the documentation of this file.
1
/// @module ftxui.dom:Direction
2
/// @brief Dom 模組中 Direction 列舉的模組檔案
3
4
module
;
5
6
#include <
ftxui/dom/direction.hpp
>
7
8
export
module
ftxui.dom:Direction
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空間
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Direction
;
16
}
direction.hpp
ftxui::Direction
Direction
Direction 是一個列舉,表示四個主要方向。
Definition
direction.hpp:12
ftxui.dom
FTXUI DOM 操作的模組檔案。
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10