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
NodeはDOMツリー内のすべての要素の基底クラスです。
Definition
node.hpp:36
ftxui::Screen
ピクセルの長方形グリッド。
Definition
screen.hpp:25
ftxui.dom
FTXUI DOM操作用モジュールファイルです。
ftxui
FTXUI ftxui:: 名前空間
Definition
animation.hpp:9
ftxui::Element
std::shared_ptr< Node > Element
Definition
elements.hpp:21
ftxui::Elements
std::vector< Element > Elements
Definition
elements.hpp:22
node.hpp