FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
selection.cppm
Go to the documentation of this file.
1
/// @module ftxui.dom:Selection
2
/// @brief DOM 模組中 Selection 類別的模組文件
3
4
module
;
5
6
#include <
ftxui/dom/selection.hpp
>
7
8
export
module
ftxui.dom:Selection
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空間
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Selection
;
16
}
ftxui::Selection
表示終端機使用者介面中的選取範圍。
Definition
selection.hpp:21
ftxui.dom
FTXUI DOM 操作的模組檔案。
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10
selection.hpp