FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
table.cppm
Go to the documentation of this file.
1
/// @module ftxui.dom:Table
2
/// @brief DOM 模組中 Table 類別的模組文件
3
4
module
;
5
6
#include <
ftxui/dom/table.hpp
>
7
8
export
module
ftxui.dom:Table
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI 的 ftxui:: 命名空間
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Table
;
16
using
ftxui::TableSelection
;
17
}
ftxui::TableSelection
Definition
table.hpp:63
ftxui::Table
Table 是一個用於繪製表格的工具。
Definition
table.hpp:35
ftxui.dom
FTXUI DOM 操作的模組檔案。
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10
table.hpp