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 Module file for the Node class of the Dom module
3
4
module
;
5
6
#include <
ftxui/dom/node.hpp
>
7
8
export
module
ftxui.dom.node
;
9
10
/**
11
* @namespace ftxui
12
* @brief The FTXUI ftxui:: namespace
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
Definition
node.hpp:23
ftxui::Screen
A rectangular grid of Pixel.
Definition
screen.hpp:27
ftxui.dom.node
Module file for the Node class of the Dom module.
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