FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
node.cppm
Go to the documentation of this file.
1
/**
2
* @file node.cppm
3
* @brief Module file for the Node class of the Dom module
4
*/
5
6
module
;
7
8
#include <
ftxui/dom/node.hpp
>
9
10
export
module
ftxui.dom.node
;
11
12
/**
13
* @namespace ftxui
14
* @brief The FTXUI ftxui:: namespace
15
*/
16
export
namespace
ftxui
{
17
using
ftxui::Node
;
18
using
ftxui::Screen
;
19
20
using
ftxui::Element
;
21
using
ftxui::Elements
;
22
23
using
ftxui::Render;
24
using
ftxui::GetNodeSelectedContent;
25
}
ftxui::Node
Definition
node.hpp:23
ftxui::Screen
A rectangular grid of Pixel.
Definition
screen.hpp:27
ftxui.dom.node
ftxui
The FTXUI ftxui:: namespace.
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
src
ftxui
dom
node.cppm
Generated by
1.12.0