1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /*
- @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 =
- [
- [ "Qwt User's Guide", "index.html", [
- [ "Qwt - Qt Widgets for Technical Applications", "index.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 ],
- [ "Typedefs", "functions_type.html", null ],
- [ "Enumerations", "functions_enum.html", null ],
- [ "Enumerator", "functions_eval.html", "functions_eval" ]
- ] ]
- ] ]
- ] ]
- ];
- var NAVTREEINDEX =
- [
- "annotated.html",
- "class_qwt_counter.html#a259de8df2b8928139d1fc4738694eac8",
- "class_qwt_interval.html#a15d4be800076713aaca0e00c4ca5975a",
- "class_qwt_magnifier.html#acbb443e8e38f049b937a8b00fcf05869",
- "class_qwt_pixel_matrix.html#a6691629e198fb39e6f653038cfb74f6b",
- "class_qwt_plot_dict.html#a44ae2958a8f6115d17c777c6061aea99",
- "class_qwt_plot_layout.html#ad0d2d60e86a4c69ec105524041d5221da9036bf7de40018a2f12d456a04949c6b",
- "class_qwt_plot_rescaler.html#ac5a49fa34b071da28517efe6212d81ea",
- "class_qwt_point3_d_series_data.html#a4410e3dea4acccfdde70eb1f99829c16",
- "class_qwt_scale_widget.html#addfd5f0802f85f8abee1d3ff7a1617d6",
- "class_qwt_text.html#ad9947790e30eb555a651872ed97757ef",
- "functions_l.html"
- ];
- var SYNCONMSG = 'click to disable panel synchronisation';
- var SYNCOFFMSG = 'click to enable panel synchronisation';
|