FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
ftxui.hpp
Go to the documentation of this file.
1
// Copyright 2026 Arthur Sonzogni. All rights reserved.
2
// Use of this source code is governed by the MIT license that can be found in
3
// the LICENSE file.
4
#ifndef FTXUI_HPP
5
#define FTXUI_HPP
6
7
#include "
ftxui/component/animation.hpp
"
8
#include "
ftxui/component/app.hpp
"
9
#include "
ftxui/component/captured_mouse.hpp
"
10
#include "
ftxui/component/component.hpp
"
11
#include "
ftxui/component/component_base.hpp
"
12
#include "
ftxui/component/component_options.hpp
"
13
#include "
ftxui/component/event.hpp
"
14
#include "
ftxui/component/loop.hpp
"
15
#include "
ftxui/component/mouse.hpp
"
16
#include "
ftxui/component/receiver.hpp
"
17
#include "
ftxui/component/screen_interactive.hpp
"
18
#include "
ftxui/component/task.hpp
"
19
#include "
ftxui/dom/canvas.hpp
"
20
#include "
ftxui/dom/direction.hpp
"
21
#include "
ftxui/dom/elements.hpp
"
22
#include "
ftxui/dom/flexbox_config.hpp
"
23
#include "
ftxui/dom/linear_gradient.hpp
"
24
#include "
ftxui/dom/node.hpp
"
25
#include "
ftxui/dom/table.hpp
"
26
#include "
ftxui/screen/box.hpp
"
27
#include "
ftxui/screen/cell.hpp
"
28
#include "
ftxui/screen/color.hpp
"
29
#include "
ftxui/screen/color_info.hpp
"
30
#include "
ftxui/screen/image.hpp
"
31
#include "
ftxui/screen/pixel.hpp
"
32
#include "
ftxui/screen/screen.hpp
"
33
#include "
ftxui/screen/string.hpp
"
34
#include "
ftxui/screen/surface.hpp
"
35
#include "
ftxui/screen/terminal.hpp
"
36
#include "
ftxui/util/autoreset.hpp
"
37
#include "
ftxui/util/export.hpp
"
38
#include "
ftxui/util/ref.hpp
"
39
40
#endif
/* end of include guard: FTXUI_HPP */
animation.hpp
app.hpp
autoreset.hpp
box.hpp
canvas.hpp
captured_mouse.hpp
cell.hpp
color.hpp
color_info.hpp
component.hpp
component_base.hpp
component_options.hpp
direction.hpp
elements.hpp
event.hpp
export.hpp
flexbox_config.hpp
image.hpp
linear_gradient.hpp
loop.hpp
mouse.hpp
node.hpp
pixel.hpp
receiver.hpp
ref.hpp
screen.hpp
screen_interactive.hpp
string.hpp
surface.hpp
table.hpp
task.hpp
terminal.hpp