FTXUI
main
v6.1.9
v6.1.8
v6.1.7
v6.1.6
v6.1.5
v6.1.4
v6.1.3
v6.1.2
v6.1.1
v6.1.0
v6.0.2
v6.0.1
v6.0.0
v5.0.0
v4.1.1
v4.1.0
v4.0.0
v3.0.0
v2.0.0
v0.11
v0.10
v0.9
C++ functional terminal UI.
Toggle main menu visibility
Pages
Reference
Modules
Modules List
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
a
b
c
d
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
w
x
y
Functions
c
d
e
h
i
l
m
n
s
t
v
w
Variables
Macros
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Modules
Loading...
Searching...
No Matches
canvas.cppm
Go to the documentation of this file.
1
/// @module ftxui.dom:Canvas
2
/// @brief Module file for the Canvas struct of the DOM module
3
4
module
;
5
6
#include <
ftxui/dom/canvas.hpp
>
7
8
export
module
ftxui.dom:Canvas
;
9
10
/**
11
* @namespace ftxui
12
* @brief The FTXUI ftxui:: namespace
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Canvas
;
16
}
canvas.hpp
ftxui::Canvas
Canvas is a drawable buffer associated with drawing operations.
Definition
canvas.hpp:38
ftxui.dom
Module file for FTXUI DOM operations.
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10