mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
98 lines
4.5 KiB
JavaScript
98 lines
4.5 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", [
|
|
[ "Introduction", "index.html", "index" ],
|
|
[ "Getting Started", "getting-started.html", [
|
|
[ "Install FTXUI", "getting-started.html#install-ftxui", null ],
|
|
[ "Minimal Example", "getting-started.html#minimal-example", null ],
|
|
[ "Starter Template", "getting-started.html#starter-template", null ]
|
|
] ],
|
|
[ "Installation", "installation.html", "installation" ],
|
|
[ "Modules", "modules.html", [
|
|
[ "ftxui/screen", "modules.html#ftxuiscreen", null ],
|
|
[ "ftxui/dom", "modules.html#ftxuidom", null ],
|
|
[ "ftxui/component", "modules.html#ftxuicomponent", null ]
|
|
] ],
|
|
[ "ftxui / screen", "module-screen.html", [
|
|
[ "Screen", "module-screen.html#ftxuiscreen-1", null ],
|
|
[ "Dimension", "module-screen.html#ftxuidimension", null ],
|
|
[ "Pixel", "module-screen.html#ftxuipixel", null ],
|
|
[ "Color", "module-screen.html#ftxuicolor", null ]
|
|
] ],
|
|
[ "ftxui / dom", "module-dom.html", "module-dom" ],
|
|
[ "ftxui / component", "module-component.html", "module-component" ],
|
|
[ "Reference", "topics.html", "topics" ],
|
|
[ "Namespace Members", "namespacemembers.html", [
|
|
[ "All", "namespacemembers.html", "namespacemembers_dup" ],
|
|
[ "Functions", "namespacemembers_func.html", "namespacemembers_func" ],
|
|
[ "Variables", "namespacemembers_vars.html", null ],
|
|
[ "Typedefs", "namespacemembers_type.html", null ],
|
|
[ "Enumerations", "namespacemembers_enum.html", null ],
|
|
[ "Enumerator", "namespacemembers_eval.html", null ]
|
|
] ],
|
|
[ "Classes", "annotated.html", [
|
|
[ "Class List", "annotated.html", "annotated_dup" ],
|
|
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
|
|
[ "Class Members", "functions.html", [
|
|
[ "All", "functions.html", "functions_dup" ],
|
|
[ "Functions", "functions_func.html", "functions_func" ],
|
|
[ "Variables", "functions_vars.html", "functions_vars" ],
|
|
[ "Typedefs", "functions_type.html", null ],
|
|
[ "Enumerations", "functions_enum.html", null ],
|
|
[ "Enumerator", "functions_eval.html", "functions_eval" ],
|
|
[ "Related Symbols", "functions_rela.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Files", "files.html", [
|
|
[ "File List", "files.html", "files_dup" ],
|
|
[ "File Members", "globals.html", [
|
|
[ "All", "globals.html", null ],
|
|
[ "Functions", "globals_func.html", null ],
|
|
[ "Variables", "globals_vars.html", null ],
|
|
[ "Macros", "globals_defs.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Examples", "examples.html", "examples" ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"animation_8cpp.html",
|
|
"classftxui_1_1ScreenInteractive.html#a6f7095d721dd1dbd490d97c028eb676f",
|
|
"examples_2component_2focus_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4",
|
|
"functions_vars_d.html",
|
|
"group__dom.html#ga1974176e676afdb96d203e8e0f579219",
|
|
"group__screen.html#abd07c48f62cc507fafa2486a43130fcfa5d8f598938ed69b4f04b843abfadc88b",
|
|
"installation_cmake.html#using-git-submodule",
|
|
"namespacemembers_t.html",
|
|
"string__internal_8hpp.html#a903cd2e24b3b7cf8d7d4daa680e0a8d5",
|
|
"structftxui_1_1flexbox__helper_1_1Block.html#ab4e07297a2a55de7158ef0115b6b46a9"
|
|
];
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
|
var SYNCOFFMSG = 'click to enable panel synchronisation'; |