FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
image.cppm
Go to the documentation of this file.
1
/// @module ftxui.screen:Image
2
/// @brief Module file for the Image class of the Screen module
3
4
module
;
5
6
#include <
ftxui/screen/image.hpp
>
7
8
export
module
ftxui.screen:Image
;
9
export
import
:Surface;
10
11
/**
12
* @namespace ftxui
13
* @brief The FTXUI ftxui:: namespace
14
*/
15
export
namespace
ftxui
{
16
using
ftxui::Image
;
17
}
ftxui::Surface
A rectangular grid of Cell.
Definition
surface.hpp:17
image.hpp
ftxui.screen
Module file for FTXUI screen operations.
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10