2022-05-08 19:59:26 +00:00
|
|
|
/*
|
2022-05-08 22:01:23 +00:00
|
|
|
@licstart The following is the entire license notice for the
|
|
|
|
JavaScript code in this file.
|
2022-05-08 19:59:26 +00:00
|
|
|
|
2022-05-08 22:01:23 +00:00
|
|
|
Copyright (C) 1997-2019 by Dimitri van Heesch
|
2022-05-08 19:59:26 +00:00
|
|
|
|
2022-05-08 22:01:23 +00:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of version 2 of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation
|
2022-05-08 19:59:26 +00:00
|
|
|
|
2022-05-08 22:01:23 +00:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
2022-05-08 19:59:26 +00:00
|
|
|
|
2022-05-08 22:01:23 +00:00
|
|
|
You should have received a copy of the GNU General Public License along
|
|
|
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
2022-05-08 19:59:26 +00:00
|
|
|
|
2022-05-08 22:01:23 +00:00
|
|
|
@licend The above is the entire license notice
|
|
|
|
for the JavaScript code in this file
|
2022-05-08 19:59:26 +00:00
|
|
|
*/
|
|
|
|
var NAVTREE =
|
|
|
|
[
|
|
|
|
[ "GpgFrontend Project", "index.html", [
|
|
|
|
[ "GpgFrontend Develop Document Main Page", "index.html", null ],
|
|
|
|
[ "Namespaces", "namespaces.html", [
|
|
|
|
[ "Namespace List", "namespaces.html", "namespaces_dup" ],
|
|
|
|
[ "Namespace Members", "namespacemembers.html", [
|
|
|
|
[ "All", "namespacemembers.html", null ],
|
|
|
|
[ "Functions", "namespacemembers_func.html", null ],
|
|
|
|
[ "Enumerations", "namespacemembers_enum.html", null ]
|
|
|
|
] ]
|
|
|
|
] ],
|
|
|
|
[ "Classes", "annotated.html", [
|
|
|
|
[ "Class List", "annotated.html", "annotated_dup" ],
|
|
|
|
[ "Class Index", "classes.html", null ],
|
|
|
|
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
|
|
|
|
[ "Class Members", "functions.html", [
|
|
|
|
[ "All", "functions.html", "functions_dup" ],
|
|
|
|
[ "Functions", "functions_func.html", "functions_func" ],
|
|
|
|
[ "Variables", "functions_vars.html", null ]
|
|
|
|
] ]
|
|
|
|
] ],
|
|
|
|
[ "Files", "files.html", [
|
|
|
|
[ "File List", "files.html", "files_dup" ]
|
|
|
|
] ]
|
|
|
|
] ]
|
|
|
|
];
|
|
|
|
|
|
|
|
var NAVTREEINDEX =
|
|
|
|
[
|
|
|
|
"AboutDialog_8h_source.html",
|
2022-05-15 08:40:18 +00:00
|
|
|
"classGpgFrontend_1_1GpgContext.html",
|
|
|
|
"classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4",
|
2022-05-15 14:16:11 +00:00
|
|
|
"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3",
|
|
|
|
"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa0fb2623234f3dea2ef40809c9571360",
|
|
|
|
"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216",
|
|
|
|
"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html#a1dec67f70f17e45e7f78a92414d05485"
|
2022-05-08 19:59:26 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
|
|
|
var SYNCOFFMSG = 'click to enable panel synchronisation';
|