FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
node.cppm
Go to the documentation of this file.
1
/// @module ftxui.dom:Node
2
/// @brief DOM 模組中 Node 類的模組文件
3
4
module
;
5
6
#include <
ftxui/dom/node.hpp
>
7
8
export
module
ftxui.dom:Node
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空間
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Node
;
16
using
ftxui::Screen
;
17
18
using
ftxui::Element
;
19
using
ftxui::Elements
;
20
21
using
ftxui::Render;
22
using
ftxui::GetNodeSelectedContent;
23
}
ftxui::Node
節點是DOM樹中所有元素的基底類別。
Definition
node.hpp:34
ftxui::Screen
像素的矩形網格。
Definition
screen.hpp:26
ftxui.dom
FTXUI DOM 操作的模組檔案。
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10
ftxui::Element
std::shared_ptr< Node > Element
Definition
elements.hpp:22
ftxui::Elements
std::vector< Element > Elements
Definition
elements.hpp:23
node.hpp