navtreedata.js 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /*
  2. @ @licstart The following is the entire license notice for the
  3. JavaScript code in this file.
  4. Copyright (C) 1997-2017 by Dimitri van Heesch
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License along
  14. with this program; if not, write to the Free Software Foundation, Inc.,
  15. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  16. @licend The above is the entire license notice
  17. for the JavaScript code in this file
  18. */
  19. var NAVTREE =
  20. [
  21. [ "EasyQtSql", "index.htm", [
  22. [ "EasyQtSql User Manual", "index.htm", [
  23. [ "Introduction", "index.htm#intro_sec", null ],
  24. [ "Quick Start guide", "index.htm#install_sec", [
  25. [ "Step 1: Create Qt application project", "index.htm#step1", null ],
  26. [ "Step 2: Add QtSql support", "index.htm#step2", null ],
  27. [ "Step 3: Include EasyQtSql library", "index.htm#step3", null ],
  28. [ "Step 4: Include the library header file and start using it", "index.htm#step4", null ]
  29. ] ],
  30. [ "What's next?", "index.htm#whatsnext", null ],
  31. [ "License", "index.htm#license", null ]
  32. ] ],
  33. [ "Namespaces", "namespaces.htm", [
  34. [ "Namespace List", "namespaces.htm", "namespaces_dup" ]
  35. ] ],
  36. [ "Classes", "annotated.htm", [
  37. [ "Class List", "annotated.htm", "annotated_dup" ],
  38. [ "Class Index", "classes.htm", null ],
  39. [ "Class Hierarchy", "hierarchy.htm", "hierarchy" ],
  40. [ "Class Members", "functions.htm", [
  41. [ "All", "functions.htm", "functions_dup" ],
  42. [ "Functions", "functions_func.htm", "functions_func" ],
  43. [ "Variables", "functions_vars.htm", null ],
  44. [ "Typedefs", "functions_type.htm", null ],
  45. [ "Related Functions", "functions_rela.htm", null ]
  46. ] ]
  47. ] ],
  48. [ "Files", "files.htm", [
  49. [ "File List", "files.htm", "files_dup" ],
  50. [ "File Members", "globals.htm", [
  51. [ "All", "globals.htm", null ],
  52. [ "Functions", "globals_func.htm", null ],
  53. [ "Macros", "globals_defs.htm", null ]
  54. ] ]
  55. ] ]
  56. ] ]
  57. ];
  58. var NAVTREEINDEX =
  59. [
  60. "_easy_qt_sql_8h.htm",
  61. "class_query_result.htm#a0e5a5d108da1d03b0f624e18330a10f5"
  62. ];
  63. var SYNCONMSG = 'click to disable panel synchronisation';
  64. var SYNCOFFMSG = 'click to enable panel synchronisation';