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
4module;
5
6#include <ftxui/dom/node.hpp>
7
8export module ftxui.dom:Node;
9
10/**
11 * @namespace ftxui
12 * @brief FTXUIのftxui::名前空間
13 */
14export 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}
NodeはDOMツリー内のすべての要素の基底クラスです。
Definition node.hpp:36
ピクセルの長方形グリッド。
Definition screen.hpp:25
FTXUI DOM操作用モジュールファイルです。
FTXUI ftxui:: 名前空間
Definition animation.hpp:9
std::shared_ptr< Node > Element
Definition elements.hpp:21
std::vector< Element > Elements
Definition elements.hpp:22