1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /*
- @ @licstart The following is the entire license notice for the
- JavaScript code in this file.
- Copyright (C) 1997-2017 by Dimitri van Heesch
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- 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.
- 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.
- @licend The above is the entire license notice
- for the JavaScript code in this file
- */
- var NAVTREE =
- [
- [ "EasyQtSql", "index.htm", [
- [ "EasyQtSql User Manual", "index.htm", [
- [ "Introduction", "index.htm#intro_sec", null ],
- [ "Quick Start guide", "index.htm#install_sec", [
- [ "Step 1: Create Qt application project", "index.htm#step1", null ],
- [ "Step 2: Add QtSql support", "index.htm#step2", null ],
- [ "Step 3: Include EasyQtSql library", "index.htm#step3", null ],
- [ "Step 4: Include the library header file and start using it", "index.htm#step4", null ]
- ] ],
- [ "What's next?", "index.htm#whatsnext", null ],
- [ "License", "index.htm#license", null ]
- ] ],
- [ "Namespaces", "namespaces.htm", [
- [ "Namespace List", "namespaces.htm", "namespaces_dup" ]
- ] ],
- [ "Classes", "annotated.htm", [
- [ "Class List", "annotated.htm", "annotated_dup" ],
- [ "Class Index", "classes.htm", null ],
- [ "Class Hierarchy", "hierarchy.htm", "hierarchy" ],
- [ "Class Members", "functions.htm", [
- [ "All", "functions.htm", "functions_dup" ],
- [ "Functions", "functions_func.htm", "functions_func" ],
- [ "Variables", "functions_vars.htm", null ],
- [ "Typedefs", "functions_type.htm", null ],
- [ "Related Functions", "functions_rela.htm", null ]
- ] ]
- ] ],
- [ "Files", "files.htm", [
- [ "File List", "files.htm", "files_dup" ],
- [ "File Members", "globals.htm", [
- [ "All", "globals.htm", null ],
- [ "Functions", "globals_func.htm", null ],
- [ "Macros", "globals_defs.htm", null ]
- ] ]
- ] ]
- ] ]
- ];
- var NAVTREEINDEX =
- [
- "_easy_qt_sql_8h.htm",
- "class_query_result.htm#a0e5a5d108da1d03b0f624e18330a10f5"
- ];
- var SYNCONMSG = 'click to disable panel synchronisation';
- var SYNCOFFMSG = 'click to enable panel synchronisation';
|