FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen/screen.cppm
Go to the documentation of this file.
1
/**
2
* @file screen.cppm
3
* @brief Module file for the Screen class of the Screen module
4
*/
5
6
module
;
7
8
#include <
ftxui/screen/screen.hpp
>
9
10
export
module
ftxui.screen.screen
;
11
12
/**
13
* @namespace ftxui
14
* @brief The FTXUI ftxui:: namespace
15
*/
16
export
namespace
ftxui
{
17
namespace
Dimension {
18
using
ftxui::Dimension::Fixed;
19
using
ftxui::Dimension::Full;
20
}
21
22
using
ftxui::Image
;
23
using
ftxui::Screen
;
24
}
ftxui::Image
A rectangular grid of Pixel.
Definition
image.hpp:17
ftxui::Screen
A rectangular grid of Pixel.
Definition
screen.hpp:27
ftxui.screen.screen
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10
screen.hpp
src
ftxui
screen
screen.cppm
Generated by
1.12.0