mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
103 lines
4.7 KiB
JavaScript
103 lines
4.7 KiB
JavaScript
|
|
/*
|
||
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
||
|
|
|
||
|
|
The MIT License (MIT)
|
||
|
|
|
||
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
||
|
|
|
||
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
||
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
||
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
||
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
||
|
|
furnished to do so, subject to the following conditions:
|
||
|
|
|
||
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
||
|
|
substantial portions of the Software.
|
||
|
|
|
||
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
||
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||
|
|
|
||
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
||
|
|
*/
|
||
|
|
var NAVTREE =
|
||
|
|
[
|
||
|
|
[ "FTXUI", "index.html", [
|
||
|
|
[ "简介", "index.html", "index" ],
|
||
|
|
[ "入门", "getting-started.html", [
|
||
|
|
[ "安装 FTXUI", "getting-started.html#安装-ftxui", null ],
|
||
|
|
[ "最小示例", "getting-started.html#最小示例", null ],
|
||
|
|
[ "入门模板", "getting-started.html#入门模板", null ]
|
||
|
|
] ],
|
||
|
|
[ "Installation", "installation.html", "installation" ],
|
||
|
|
[ "ftxui", "ftxui.html", [
|
||
|
|
[ "ftxui/screen", "ftxui.html#ftxuiscreen", null ],
|
||
|
|
[ "ftxui/dom", "ftxui.html#ftxuidom", null ],
|
||
|
|
[ "ftxui/component", "ftxui.html#ftxuicomponent", null ]
|
||
|
|
] ],
|
||
|
|
[ "ftxui / screen", "module-screen.html", null ],
|
||
|
|
[ "ftxui / dom", "module-dom.html", "module-dom" ],
|
||
|
|
[ "ftxui / component", "module-component.html", "module-component" ],
|
||
|
|
[ "C++20 Modules", "cpp20-modules.html", null ],
|
||
|
|
[ "FTXUI 中的 POSIX 管道输入", "md_doc_2posix__pipe.html", [
|
||
|
|
[ "什么是 POSIX 管道?", "md_doc_2posix__pipe.html#什么是-posix-管道", null ],
|
||
|
|
[ "FTXUI 如何处理管道输入", "md_doc_2posix__pipe.html#ftxui-如何处理管道输入", null ],
|
||
|
|
[ "关闭管道输入", "md_doc_2posix__pipe.html#关闭管道输入", null ]
|
||
|
|
] ],
|
||
|
|
[ "待办事项列表", "todo.html", null ],
|
||
|
|
[ "Reference", "topics.html", "topics" ],
|
||
|
|
[ "模块", "modules.html", [
|
||
|
|
[ "模块列表", "modules.html", "modules_dup" ]
|
||
|
|
] ],
|
||
|
|
[ "命名空间成员", "namespacemembers.html", [
|
||
|
|
[ "全部", "namespacemembers.html", "namespacemembers_dup" ],
|
||
|
|
[ "函数", "namespacemembers_func.html", "namespacemembers_func" ],
|
||
|
|
[ "变量", "namespacemembers_vars.html", null ],
|
||
|
|
[ "类型定义", "namespacemembers_type.html", null ],
|
||
|
|
[ "枚举", "namespacemembers_enum.html", null ],
|
||
|
|
[ "枚举值", "namespacemembers_eval.html", null ]
|
||
|
|
] ],
|
||
|
|
[ "类", "annotated.html", [
|
||
|
|
[ "类列表", "annotated.html", "annotated_dup" ],
|
||
|
|
[ "类继承关系", "hierarchy.html", "hierarchy" ],
|
||
|
|
[ "类成员", "functions.html", [
|
||
|
|
[ "全部", "functions.html", "functions_dup" ],
|
||
|
|
[ "函数", "functions_func.html", "functions_func" ],
|
||
|
|
[ "变量", "functions_vars.html", "functions_vars" ],
|
||
|
|
[ "类型定义", "functions_type.html", null ],
|
||
|
|
[ "枚举", "functions_enum.html", null ],
|
||
|
|
[ "枚举值", "functions_eval.html", "functions_eval" ],
|
||
|
|
[ "相关符号", "functions_rela.html", null ]
|
||
|
|
] ]
|
||
|
|
] ],
|
||
|
|
[ "文件", "files.html", [
|
||
|
|
[ "文件列表", "files.html", "files_dup" ],
|
||
|
|
[ "文件成员", "globals.html", [
|
||
|
|
[ "全部", "globals.html", null ],
|
||
|
|
[ "函数", "globals_func.html", null ],
|
||
|
|
[ "变量", "globals_vars.html", null ],
|
||
|
|
[ "宏定义", "globals_defs.html", null ]
|
||
|
|
] ]
|
||
|
|
] ],
|
||
|
|
[ "示例", "examples.html", "examples" ]
|
||
|
|
] ]
|
||
|
|
];
|
||
|
|
|
||
|
|
var NAVTREEINDEX =
|
||
|
|
[
|
||
|
|
"animation_8cpp.html",
|
||
|
|
"classftxui_1_1TableSelection.html#ab3efbe517730170703eba50cf23b150d",
|
||
|
|
"examples_2component_2focus_8cpp.html#a9543e1b98f00db8484ee0c856a1d4cca",
|
||
|
|
"functions_r.html",
|
||
|
|
"group__component.html#ga25099e2d2ead8a46c8d9a899982070b7",
|
||
|
|
"group__dom.html#ga778e52afe28f1978f1f7ef065ed92d6d",
|
||
|
|
"group__screen.html#abd07c48f62cc507fafa2486a43130fcfa7d2d4cc3af6756a4eac7d12fbe4775d4",
|
||
|
|
"menu2_8cpp_source.html",
|
||
|
|
"node_8hpp_source.html",
|
||
|
|
"string__internal_8hpp.html#a64a9bd1df7ca3ffb1622507d01cd0b13"
|
||
|
|
];
|
||
|
|
|
||
|
|
var SYNCONMSG = '点击 关闭 面板同步';
|
||
|
|
var SYNCOFFMSG = '点击 开启 面板同步';
|