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
6module;
7
8#include <ftxui/dom/node.hpp>
9
10export module ftxui.dom.node;
11
12/**
13 * @namespace ftxui
14 * @brief The FTXUI ftxui:: namespace
15 */
16export 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}
A rectangular grid of Pixel.
Definition screen.hpp:27
The FTXUI ftxui:: namespace.
Definition animation.hpp:10
std::shared_ptr< Node > Element
Definition elements.hpp:22
std::vector< Element > Elements
Definition elements.hpp:23