Received: by mail.netbsd.org (Postfix, from userid 605) id 158DF84D71; Mon, 28 Oct 2019 19:00:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C59F84D71 for ; Mon, 28 Oct 2019 19:00:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wr2Cm_YYHF7F for ; Mon, 28 Oct 2019 19:00:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E26DB84D28 for ; Mon, 28 Oct 2019 19:00:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4795FA8D; Mon, 28 Oct 2019 19:00:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572289237288940" MIME-Version: 1.0 Date: Mon, 28 Oct 2019 19:00:37 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20191028190037.D4795FA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572289237288940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Mon Oct 28 19:00:37 UTC 2019 Modified Files: pkgsrc/x11: Makefile Added Files: pkgsrc/x11/qwt6-qt5: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/x11/qwt6-qt5/patches: patch-pri patch-qwt.prf Log Message: Add qwt6-qt5 version 6.1.4. Based on qwt6-qt4 package. Qwt is an extension to the Qt GUI library from Troll Tech AS. The Qwt library contains widgets and components which are primarily useful for technical and scientific purposes. It includes a 2-D plotting widget, different kinds of sliders, and much more. To generate a diff of this commit: cvs rdiff -u -r1.855 -r1.856 pkgsrc/x11/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/x11/qwt6-qt5/DESCR pkgsrc/x11/qwt6-qt5/Makefile \ pkgsrc/x11/qwt6-qt5/PLIST pkgsrc/x11/qwt6-qt5/buildlink3.mk \ pkgsrc/x11/qwt6-qt5/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/x11/qwt6-qt5/patches/patch-pri \ pkgsrc/x11/qwt6-qt5/patches/patch-qwt.prf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572289237288940 Content-Disposition: inline Content-Length: 95194 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.855 pkgsrc/x11/Makefile:1.856 --- pkgsrc/x11/Makefile:1.855 Mon Oct 28 12:43:57 2019 +++ pkgsrc/x11/Makefile Mon Oct 28 19:00:37 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.855 2019/10/28 12:43:57 nia Exp $ +# $NetBSD: Makefile,v 1.856 2019/10/28 19:00:37 bouyer Exp $ # COMMENT= Packages to support the X window system @@ -382,6 +382,7 @@ SUBDIR+= qt5-qtx11extras SUBDIR+= qt5-qtxmlpatterns SUBDIR+= qwt-qt4 SUBDIR+= qwt6-qt4 +SUBDIR+= qwt6-qt5 SUBDIR+= qwtplot3d-qt4 SUBDIR+= ratmen SUBDIR+= redshift Added files: Index: pkgsrc/x11/qwt6-qt5/DESCR diff -u /dev/null pkgsrc/x11/qwt6-qt5/DESCR:1.1 --- /dev/null Mon Oct 28 19:00:37 2019 +++ pkgsrc/x11/qwt6-qt5/DESCR Mon Oct 28 19:00:37 2019 @@ -0,0 +1,5 @@ +Qwt is an extension to the Qt GUI library from Troll Tech AS. +The Qwt library contains widgets and components which are +primarily useful for technical and scientific purposes. +It includes a 2-D plotting widget, different kinds of sliders, +and much more. Index: pkgsrc/x11/qwt6-qt5/Makefile diff -u /dev/null pkgsrc/x11/qwt6-qt5/Makefile:1.1 --- /dev/null Mon Oct 28 19:00:37 2019 +++ pkgsrc/x11/qwt6-qt5/Makefile Mon Oct 28 19:00:37 2019 @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2019/10/28 19:00:37 bouyer Exp $ + +DISTNAME= qwt-6.1.4 +PKGNAME= qwt6-qt5-6.1.4 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qwt/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://sourceforge.net/projects/qwt/ +COMMENT= Qt widget library for technical purposes +LICENSE= gnu-lgpl-v2 + +USE_LANGUAGES= c++ +USE_TOOLS+= gmake +USE_LIBTOOL= yes + +AUTO_MKDIRS= yes +INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} + +PLIST_SUBST+= VERSION=${PKGVERSION_NOREV} + +do-configure: + cd ${WRKSRC} && env ${CONFIGURE_ENV} ${QTDIR}/bin/qmake + +.include "../../x11/qt5-qttools/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qtsvg/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/qwt6-qt5/PLIST diff -u /dev/null pkgsrc/x11/qwt6-qt5/PLIST:1.1 --- /dev/null Mon Oct 28 19:00:37 2019 +++ pkgsrc/x11/qwt6-qt5/PLIST Mon Oct 28 19:00:37 2019 @@ -0,0 +1,1664 @@ +@comment $NetBSD: PLIST,v 1.1 2019/10/28 19:00:37 bouyer Exp $ +qt5/plugins/designer/libqwt_designer_plugin.so +qwt-${VERSION}/doc/html/analogclock.png +qwt-${VERSION}/doc/html/annotated.html +qwt-${VERSION}/doc/html/annotated_dup.js +qwt-${VERSION}/doc/html/barchart-grouped-600x400.png +qwt-${VERSION}/doc/html/barchart-stacked-600x400.png +qwt-${VERSION}/doc/html/barchartscreenshots.html +qwt-${VERSION}/doc/html/bc_s.png +qwt-${VERSION}/doc/html/bdwn.png +qwt-${VERSION}/doc/html/bode-blue-600x400.png +qwt-${VERSION}/doc/html/bode-rosy-600x400.png +qwt-${VERSION}/doc/html/class_qwt_abstract_legend-members.html +qwt-${VERSION}/doc/html/class_qwt_abstract_legend.html +qwt-${VERSION}/doc/html/class_qwt_abstract_legend.js +qwt-${VERSION}/doc/html/class_qwt_abstract_legend__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_abstract_legend__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_abstract_legend__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_abstract_scale-members.html +qwt-${VERSION}/doc/html/class_qwt_abstract_scale.html +qwt-${VERSION}/doc/html/class_qwt_abstract_scale.js +qwt-${VERSION}/doc/html/class_qwt_abstract_scale__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_abstract_scale__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_abstract_scale__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_abstract_scale_draw-members.html +qwt-${VERSION}/doc/html/class_qwt_abstract_scale_draw.html +qwt-${VERSION}/doc/html/class_qwt_abstract_scale_draw.js +qwt-${VERSION}/doc/html/class_qwt_abstract_scale_draw__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_abstract_scale_draw__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_abstract_scale_draw__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_abstract_series_store-members.html +qwt-${VERSION}/doc/html/class_qwt_abstract_series_store.html +qwt-${VERSION}/doc/html/class_qwt_abstract_series_store.js +qwt-${VERSION}/doc/html/class_qwt_abstract_series_store__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_abstract_series_store__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_abstract_series_store__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_abstract_slider-members.html +qwt-${VERSION}/doc/html/class_qwt_abstract_slider.html +qwt-${VERSION}/doc/html/class_qwt_abstract_slider.js +qwt-${VERSION}/doc/html/class_qwt_abstract_slider__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_abstract_slider__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_abstract_slider__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_alpha_color_map-members.html +qwt-${VERSION}/doc/html/class_qwt_alpha_color_map.html +qwt-${VERSION}/doc/html/class_qwt_alpha_color_map.js +qwt-${VERSION}/doc/html/class_qwt_alpha_color_map__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_alpha_color_map__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_alpha_color_map__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_analog_clock-members.html +qwt-${VERSION}/doc/html/class_qwt_analog_clock.html +qwt-${VERSION}/doc/html/class_qwt_analog_clock.js +qwt-${VERSION}/doc/html/class_qwt_analog_clock__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_analog_clock__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_analog_clock__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_array_series_data-members.html +qwt-${VERSION}/doc/html/class_qwt_array_series_data.html +qwt-${VERSION}/doc/html/class_qwt_array_series_data.js +qwt-${VERSION}/doc/html/class_qwt_array_series_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_array_series_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_array_series_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_arrow_button-members.html +qwt-${VERSION}/doc/html/class_qwt_arrow_button.html +qwt-${VERSION}/doc/html/class_qwt_arrow_button.js +qwt-${VERSION}/doc/html/class_qwt_arrow_button__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_arrow_button__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_arrow_button__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_c_pointer_data-members.html +qwt-${VERSION}/doc/html/class_qwt_c_pointer_data.html +qwt-${VERSION}/doc/html/class_qwt_c_pointer_data.js +qwt-${VERSION}/doc/html/class_qwt_c_pointer_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_c_pointer_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_c_pointer_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_clipper-members.html +qwt-${VERSION}/doc/html/class_qwt_clipper.html +qwt-${VERSION}/doc/html/class_qwt_color_map-members.html +qwt-${VERSION}/doc/html/class_qwt_color_map.html +qwt-${VERSION}/doc/html/class_qwt_color_map.js +qwt-${VERSION}/doc/html/class_qwt_color_map__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_color_map__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_color_map__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_column_rect-members.html +qwt-${VERSION}/doc/html/class_qwt_column_rect.html +qwt-${VERSION}/doc/html/class_qwt_column_rect.js +qwt-${VERSION}/doc/html/class_qwt_column_symbol-members.html +qwt-${VERSION}/doc/html/class_qwt_column_symbol.html +qwt-${VERSION}/doc/html/class_qwt_column_symbol.js +qwt-${VERSION}/doc/html/class_qwt_compass-members.html +qwt-${VERSION}/doc/html/class_qwt_compass.html +qwt-${VERSION}/doc/html/class_qwt_compass.js +qwt-${VERSION}/doc/html/class_qwt_compass__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_compass__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_compass__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_compass_magnet_needle-members.html +qwt-${VERSION}/doc/html/class_qwt_compass_magnet_needle.html +qwt-${VERSION}/doc/html/class_qwt_compass_magnet_needle.js +qwt-${VERSION}/doc/html/class_qwt_compass_magnet_needle__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_compass_magnet_needle__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_compass_magnet_needle__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_compass_rose-members.html +qwt-${VERSION}/doc/html/class_qwt_compass_rose.html +qwt-${VERSION}/doc/html/class_qwt_compass_rose.js +qwt-${VERSION}/doc/html/class_qwt_compass_rose__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_compass_rose__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_compass_rose__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_compass_scale_draw-members.html +qwt-${VERSION}/doc/html/class_qwt_compass_scale_draw.html +qwt-${VERSION}/doc/html/class_qwt_compass_scale_draw.js +qwt-${VERSION}/doc/html/class_qwt_compass_scale_draw__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_compass_scale_draw__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_compass_scale_draw__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_compass_wind_arrow-members.html +qwt-${VERSION}/doc/html/class_qwt_compass_wind_arrow.html +qwt-${VERSION}/doc/html/class_qwt_compass_wind_arrow.js +qwt-${VERSION}/doc/html/class_qwt_compass_wind_arrow__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_compass_wind_arrow__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_compass_wind_arrow__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_counter-members.html +qwt-${VERSION}/doc/html/class_qwt_counter.html +qwt-${VERSION}/doc/html/class_qwt_counter.js +qwt-${VERSION}/doc/html/class_qwt_counter__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_counter__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_counter__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_curve_fitter-members.html +qwt-${VERSION}/doc/html/class_qwt_curve_fitter.html +qwt-${VERSION}/doc/html/class_qwt_curve_fitter.js +qwt-${VERSION}/doc/html/class_qwt_curve_fitter__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_curve_fitter__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_curve_fitter__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_date-members.html +qwt-${VERSION}/doc/html/class_qwt_date.html +qwt-${VERSION}/doc/html/class_qwt_date.js +qwt-${VERSION}/doc/html/class_qwt_date_scale_draw-members.html +qwt-${VERSION}/doc/html/class_qwt_date_scale_draw.html +qwt-${VERSION}/doc/html/class_qwt_date_scale_draw.js +qwt-${VERSION}/doc/html/class_qwt_date_scale_draw__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_date_scale_draw__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_date_scale_draw__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_date_scale_engine-members.html +qwt-${VERSION}/doc/html/class_qwt_date_scale_engine.html +qwt-${VERSION}/doc/html/class_qwt_date_scale_engine.js +qwt-${VERSION}/doc/html/class_qwt_date_scale_engine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_date_scale_engine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_date_scale_engine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_dial-members.html +qwt-${VERSION}/doc/html/class_qwt_dial.html +qwt-${VERSION}/doc/html/class_qwt_dial.js +qwt-${VERSION}/doc/html/class_qwt_dial__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_dial__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_dial__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_dial_needle-members.html +qwt-${VERSION}/doc/html/class_qwt_dial_needle.html +qwt-${VERSION}/doc/html/class_qwt_dial_needle.js +qwt-${VERSION}/doc/html/class_qwt_dial_needle__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_dial_needle__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_dial_needle__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_dial_simple_needle-members.html +qwt-${VERSION}/doc/html/class_qwt_dial_simple_needle.html +qwt-${VERSION}/doc/html/class_qwt_dial_simple_needle.js +qwt-${VERSION}/doc/html/class_qwt_dial_simple_needle__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_dial_simple_needle__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_dial_simple_needle__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_dyn_grid_layout-members.html +qwt-${VERSION}/doc/html/class_qwt_dyn_grid_layout.html +qwt-${VERSION}/doc/html/class_qwt_dyn_grid_layout.js +qwt-${VERSION}/doc/html/class_qwt_dyn_grid_layout__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_dyn_grid_layout__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_dyn_grid_layout__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_event_pattern-members.html +qwt-${VERSION}/doc/html/class_qwt_event_pattern.html +qwt-${VERSION}/doc/html/class_qwt_event_pattern.js +qwt-${VERSION}/doc/html/class_qwt_event_pattern_1_1_key_pattern-members.html +qwt-${VERSION}/doc/html/class_qwt_event_pattern_1_1_key_pattern.html +qwt-${VERSION}/doc/html/class_qwt_event_pattern_1_1_key_pattern.js +qwt-${VERSION}/doc/html/class_qwt_event_pattern_1_1_mouse_pattern-members.html +qwt-${VERSION}/doc/html/class_qwt_event_pattern_1_1_mouse_pattern.html +qwt-${VERSION}/doc/html/class_qwt_event_pattern_1_1_mouse_pattern.js +qwt-${VERSION}/doc/html/class_qwt_event_pattern__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_event_pattern__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_event_pattern__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_graphic-members.html +qwt-${VERSION}/doc/html/class_qwt_graphic.html +qwt-${VERSION}/doc/html/class_qwt_graphic.js +qwt-${VERSION}/doc/html/class_qwt_graphic__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_graphic__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_graphic__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_interval-members.html +qwt-${VERSION}/doc/html/class_qwt_interval.html +qwt-${VERSION}/doc/html/class_qwt_interval.js +qwt-${VERSION}/doc/html/class_qwt_interval_sample-members.html +qwt-${VERSION}/doc/html/class_qwt_interval_sample.html +qwt-${VERSION}/doc/html/class_qwt_interval_sample.js +qwt-${VERSION}/doc/html/class_qwt_interval_series_data-members.html +qwt-${VERSION}/doc/html/class_qwt_interval_series_data.html +qwt-${VERSION}/doc/html/class_qwt_interval_series_data.js +qwt-${VERSION}/doc/html/class_qwt_interval_series_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_interval_series_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_interval_series_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_interval_symbol-members.html +qwt-${VERSION}/doc/html/class_qwt_interval_symbol.html +qwt-${VERSION}/doc/html/class_qwt_interval_symbol.js +qwt-${VERSION}/doc/html/class_qwt_knob-members.html +qwt-${VERSION}/doc/html/class_qwt_knob.html +qwt-${VERSION}/doc/html/class_qwt_knob.js +qwt-${VERSION}/doc/html/class_qwt_knob__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_knob__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_knob__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_legend-members.html +qwt-${VERSION}/doc/html/class_qwt_legend.html +qwt-${VERSION}/doc/html/class_qwt_legend.js +qwt-${VERSION}/doc/html/class_qwt_legend__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_legend__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_legend__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_legend_data-members.html +qwt-${VERSION}/doc/html/class_qwt_legend_data.html +qwt-${VERSION}/doc/html/class_qwt_legend_data.js +qwt-${VERSION}/doc/html/class_qwt_legend_label-members.html +qwt-${VERSION}/doc/html/class_qwt_legend_label.html +qwt-${VERSION}/doc/html/class_qwt_legend_label.js +qwt-${VERSION}/doc/html/class_qwt_legend_label__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_legend_label__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_legend_label__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_linear_color_map-members.html +qwt-${VERSION}/doc/html/class_qwt_linear_color_map.html +qwt-${VERSION}/doc/html/class_qwt_linear_color_map.js +qwt-${VERSION}/doc/html/class_qwt_linear_color_map__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_linear_color_map__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_linear_color_map__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_linear_scale_engine-members.html +qwt-${VERSION}/doc/html/class_qwt_linear_scale_engine.html +qwt-${VERSION}/doc/html/class_qwt_linear_scale_engine.js +qwt-${VERSION}/doc/html/class_qwt_linear_scale_engine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_linear_scale_engine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_linear_scale_engine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_log_scale_engine-members.html +qwt-${VERSION}/doc/html/class_qwt_log_scale_engine.html +qwt-${VERSION}/doc/html/class_qwt_log_scale_engine.js +qwt-${VERSION}/doc/html/class_qwt_log_scale_engine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_log_scale_engine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_log_scale_engine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_log_transform-members.html +qwt-${VERSION}/doc/html/class_qwt_log_transform.html +qwt-${VERSION}/doc/html/class_qwt_log_transform.js +qwt-${VERSION}/doc/html/class_qwt_log_transform__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_log_transform__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_log_transform__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_magnifier-members.html +qwt-${VERSION}/doc/html/class_qwt_magnifier.html +qwt-${VERSION}/doc/html/class_qwt_magnifier.js +qwt-${VERSION}/doc/html/class_qwt_magnifier__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_magnifier__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_magnifier__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_math_m_l_text_engine-members.html +qwt-${VERSION}/doc/html/class_qwt_math_m_l_text_engine.html +qwt-${VERSION}/doc/html/class_qwt_math_m_l_text_engine.js +qwt-${VERSION}/doc/html/class_qwt_math_m_l_text_engine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_math_m_l_text_engine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_math_m_l_text_engine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_matrix_raster_data-members.html +qwt-${VERSION}/doc/html/class_qwt_matrix_raster_data.html +qwt-${VERSION}/doc/html/class_qwt_matrix_raster_data.js +qwt-${VERSION}/doc/html/class_qwt_matrix_raster_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_matrix_raster_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_matrix_raster_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_null_paint_device-members.html +qwt-${VERSION}/doc/html/class_qwt_null_paint_device.html +qwt-${VERSION}/doc/html/class_qwt_null_paint_device.js +qwt-${VERSION}/doc/html/class_qwt_null_paint_device__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_null_paint_device__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_null_paint_device__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_null_transform-members.html +qwt-${VERSION}/doc/html/class_qwt_null_transform.html +qwt-${VERSION}/doc/html/class_qwt_null_transform.js +qwt-${VERSION}/doc/html/class_qwt_null_transform__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_null_transform__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_null_transform__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_o_h_l_c_sample-members.html +qwt-${VERSION}/doc/html/class_qwt_o_h_l_c_sample.html +qwt-${VERSION}/doc/html/class_qwt_o_h_l_c_sample.js +qwt-${VERSION}/doc/html/class_qwt_painter-members.html +qwt-${VERSION}/doc/html/class_qwt_painter.html +qwt-${VERSION}/doc/html/class_qwt_painter_command-members.html +qwt-${VERSION}/doc/html/class_qwt_painter_command.html +qwt-${VERSION}/doc/html/class_qwt_painter_command.js +qwt-${VERSION}/doc/html/class_qwt_panner-members.html +qwt-${VERSION}/doc/html/class_qwt_panner.html +qwt-${VERSION}/doc/html/class_qwt_panner.js +qwt-${VERSION}/doc/html/class_qwt_panner__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_panner__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_panner__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_picker-members.html +qwt-${VERSION}/doc/html/class_qwt_picker.html +qwt-${VERSION}/doc/html/class_qwt_picker.js +qwt-${VERSION}/doc/html/class_qwt_picker__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_picker__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_picker__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_picker_click_point_machine-members.html +qwt-${VERSION}/doc/html/class_qwt_picker_click_point_machine.html +qwt-${VERSION}/doc/html/class_qwt_picker_click_point_machine.js +qwt-${VERSION}/doc/html/class_qwt_picker_click_point_machine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_picker_click_point_machine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_picker_click_point_machine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_picker_click_rect_machine-members.html +qwt-${VERSION}/doc/html/class_qwt_picker_click_rect_machine.html +qwt-${VERSION}/doc/html/class_qwt_picker_click_rect_machine.js +qwt-${VERSION}/doc/html/class_qwt_picker_click_rect_machine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_picker_click_rect_machine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_picker_click_rect_machine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_picker_drag_line_machine-members.html +qwt-${VERSION}/doc/html/class_qwt_picker_drag_line_machine.html +qwt-${VERSION}/doc/html/class_qwt_picker_drag_line_machine.js +qwt-${VERSION}/doc/html/class_qwt_picker_drag_line_machine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_picker_drag_line_machine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_picker_drag_line_machine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_picker_drag_point_machine-members.html +qwt-${VERSION}/doc/html/class_qwt_picker_drag_point_machine.html +qwt-${VERSION}/doc/html/class_qwt_picker_drag_point_machine.js +qwt-${VERSION}/doc/html/class_qwt_picker_drag_point_machine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_picker_drag_point_machine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_picker_drag_point_machine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_picker_drag_rect_machine-members.html +qwt-${VERSION}/doc/html/class_qwt_picker_drag_rect_machine.html +qwt-${VERSION}/doc/html/class_qwt_picker_drag_rect_machine.js +qwt-${VERSION}/doc/html/class_qwt_picker_drag_rect_machine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_picker_drag_rect_machine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_picker_drag_rect_machine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_picker_machine-members.html +qwt-${VERSION}/doc/html/class_qwt_picker_machine.html +qwt-${VERSION}/doc/html/class_qwt_picker_machine.js +qwt-${VERSION}/doc/html/class_qwt_picker_machine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_picker_machine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_picker_machine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_picker_polygon_machine-members.html +qwt-${VERSION}/doc/html/class_qwt_picker_polygon_machine.html +qwt-${VERSION}/doc/html/class_qwt_picker_polygon_machine.js +qwt-${VERSION}/doc/html/class_qwt_picker_polygon_machine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_picker_polygon_machine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_picker_polygon_machine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_picker_tracker_machine-members.html +qwt-${VERSION}/doc/html/class_qwt_picker_tracker_machine.html +qwt-${VERSION}/doc/html/class_qwt_picker_tracker_machine.js +qwt-${VERSION}/doc/html/class_qwt_picker_tracker_machine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_picker_tracker_machine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_picker_tracker_machine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_pixel_matrix-members.html +qwt-${VERSION}/doc/html/class_qwt_pixel_matrix.html +qwt-${VERSION}/doc/html/class_qwt_pixel_matrix.js +qwt-${VERSION}/doc/html/class_qwt_pixel_matrix__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_pixel_matrix__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_pixel_matrix__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plain_text_engine-members.html +qwt-${VERSION}/doc/html/class_qwt_plain_text_engine.html +qwt-${VERSION}/doc/html/class_qwt_plain_text_engine.js +qwt-${VERSION}/doc/html/class_qwt_plain_text_engine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plain_text_engine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plain_text_engine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot-members.html +qwt-${VERSION}/doc/html/class_qwt_plot.html +qwt-${VERSION}/doc/html/class_qwt_plot.js +qwt-${VERSION}/doc/html/class_qwt_plot__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_abstract_bar_chart-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_abstract_bar_chart.html +qwt-${VERSION}/doc/html/class_qwt_plot_abstract_bar_chart.js +qwt-${VERSION}/doc/html/class_qwt_plot_abstract_bar_chart__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_abstract_bar_chart__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_abstract_bar_chart__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_bar_chart-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_bar_chart.html +qwt-${VERSION}/doc/html/class_qwt_plot_bar_chart.js +qwt-${VERSION}/doc/html/class_qwt_plot_bar_chart__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_bar_chart__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_bar_chart__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_canvas-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_canvas.html +qwt-${VERSION}/doc/html/class_qwt_plot_canvas.js +qwt-${VERSION}/doc/html/class_qwt_plot_canvas__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_canvas__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_canvas__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_curve-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_curve.html +qwt-${VERSION}/doc/html/class_qwt_plot_curve.js +qwt-${VERSION}/doc/html/class_qwt_plot_curve__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_curve__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_curve__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_dict-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_dict.html +qwt-${VERSION}/doc/html/class_qwt_plot_dict.js +qwt-${VERSION}/doc/html/class_qwt_plot_dict__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_dict__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_dict__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_direct_painter-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_direct_painter.html +qwt-${VERSION}/doc/html/class_qwt_plot_direct_painter.js +qwt-${VERSION}/doc/html/class_qwt_plot_direct_painter__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_direct_painter__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_direct_painter__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_g_l_canvas-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_g_l_canvas.html +qwt-${VERSION}/doc/html/class_qwt_plot_g_l_canvas.js +qwt-${VERSION}/doc/html/class_qwt_plot_g_l_canvas__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_g_l_canvas__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_g_l_canvas__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_grid-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_grid.html +qwt-${VERSION}/doc/html/class_qwt_plot_grid.js +qwt-${VERSION}/doc/html/class_qwt_plot_grid__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_grid__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_grid__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_histogram-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_histogram.html +qwt-${VERSION}/doc/html/class_qwt_plot_histogram.js +qwt-${VERSION}/doc/html/class_qwt_plot_histogram__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_histogram__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_histogram__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_interval_curve-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_interval_curve.html +qwt-${VERSION}/doc/html/class_qwt_plot_interval_curve.js +qwt-${VERSION}/doc/html/class_qwt_plot_interval_curve__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_interval_curve__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_interval_curve__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_item-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_item.html +qwt-${VERSION}/doc/html/class_qwt_plot_item.js +qwt-${VERSION}/doc/html/class_qwt_plot_item__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_item__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_item__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_layout-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_layout.html +qwt-${VERSION}/doc/html/class_qwt_plot_layout.js +qwt-${VERSION}/doc/html/class_qwt_plot_legend_item-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_legend_item.html +qwt-${VERSION}/doc/html/class_qwt_plot_legend_item.js +qwt-${VERSION}/doc/html/class_qwt_plot_legend_item__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_legend_item__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_legend_item__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_magnifier-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_magnifier.html +qwt-${VERSION}/doc/html/class_qwt_plot_magnifier.js +qwt-${VERSION}/doc/html/class_qwt_plot_magnifier__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_magnifier__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_magnifier__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_marker-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_marker.html +qwt-${VERSION}/doc/html/class_qwt_plot_marker.js +qwt-${VERSION}/doc/html/class_qwt_plot_marker__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_marker__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_marker__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_multi_bar_chart-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_multi_bar_chart.html +qwt-${VERSION}/doc/html/class_qwt_plot_multi_bar_chart.js +qwt-${VERSION}/doc/html/class_qwt_plot_multi_bar_chart__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_multi_bar_chart__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_multi_bar_chart__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_panner-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_panner.html +qwt-${VERSION}/doc/html/class_qwt_plot_panner.js +qwt-${VERSION}/doc/html/class_qwt_plot_panner__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_panner__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_panner__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_picker-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_picker.html +qwt-${VERSION}/doc/html/class_qwt_plot_picker.js +qwt-${VERSION}/doc/html/class_qwt_plot_picker__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_picker__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_picker__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_raster_item-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_raster_item.html +qwt-${VERSION}/doc/html/class_qwt_plot_raster_item.js +qwt-${VERSION}/doc/html/class_qwt_plot_raster_item__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_raster_item__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_raster_item__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_renderer-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_renderer.html +qwt-${VERSION}/doc/html/class_qwt_plot_renderer.js +qwt-${VERSION}/doc/html/class_qwt_plot_renderer__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_renderer__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_renderer__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_rescaler-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_rescaler.html +qwt-${VERSION}/doc/html/class_qwt_plot_rescaler.js +qwt-${VERSION}/doc/html/class_qwt_plot_rescaler__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_rescaler__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_rescaler__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_scale_item-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_scale_item.html +qwt-${VERSION}/doc/html/class_qwt_plot_scale_item.js +qwt-${VERSION}/doc/html/class_qwt_plot_scale_item__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_scale_item__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_scale_item__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_series_item-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_series_item.html +qwt-${VERSION}/doc/html/class_qwt_plot_series_item.js +qwt-${VERSION}/doc/html/class_qwt_plot_series_item__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_series_item__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_series_item__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_shape_item-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_shape_item.html +qwt-${VERSION}/doc/html/class_qwt_plot_shape_item.js +qwt-${VERSION}/doc/html/class_qwt_plot_shape_item__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_shape_item__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_shape_item__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_spectro_curve-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_spectro_curve.html +qwt-${VERSION}/doc/html/class_qwt_plot_spectro_curve.js +qwt-${VERSION}/doc/html/class_qwt_plot_spectro_curve__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_spectro_curve__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_spectro_curve__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_spectrogram-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_spectrogram.html +qwt-${VERSION}/doc/html/class_qwt_plot_spectrogram.js +qwt-${VERSION}/doc/html/class_qwt_plot_spectrogram__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_spectrogram__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_spectrogram__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_svg_item-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_svg_item.html +qwt-${VERSION}/doc/html/class_qwt_plot_svg_item.js +qwt-${VERSION}/doc/html/class_qwt_plot_svg_item__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_svg_item__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_svg_item__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_text_label-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_text_label.html +qwt-${VERSION}/doc/html/class_qwt_plot_text_label.js +qwt-${VERSION}/doc/html/class_qwt_plot_text_label__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_text_label__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_text_label__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_trading_curve-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_trading_curve.html +qwt-${VERSION}/doc/html/class_qwt_plot_trading_curve.js +qwt-${VERSION}/doc/html/class_qwt_plot_trading_curve__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_trading_curve__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_trading_curve__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_zone_item-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_zone_item.html +qwt-${VERSION}/doc/html/class_qwt_plot_zone_item.js +qwt-${VERSION}/doc/html/class_qwt_plot_zone_item__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_zone_item__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_zone_item__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_plot_zoomer-members.html +qwt-${VERSION}/doc/html/class_qwt_plot_zoomer.html +qwt-${VERSION}/doc/html/class_qwt_plot_zoomer.js +qwt-${VERSION}/doc/html/class_qwt_plot_zoomer__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_plot_zoomer__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_plot_zoomer__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_point3_d-members.html +qwt-${VERSION}/doc/html/class_qwt_point3_d.html +qwt-${VERSION}/doc/html/class_qwt_point3_d.js +qwt-${VERSION}/doc/html/class_qwt_point3_d_series_data-members.html +qwt-${VERSION}/doc/html/class_qwt_point3_d_series_data.html +qwt-${VERSION}/doc/html/class_qwt_point3_d_series_data.js +qwt-${VERSION}/doc/html/class_qwt_point3_d_series_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_point3_d_series_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_point3_d_series_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_point_array_data-members.html +qwt-${VERSION}/doc/html/class_qwt_point_array_data.html +qwt-${VERSION}/doc/html/class_qwt_point_array_data.js +qwt-${VERSION}/doc/html/class_qwt_point_array_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_point_array_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_point_array_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_point_mapper-members.html +qwt-${VERSION}/doc/html/class_qwt_point_mapper.html +qwt-${VERSION}/doc/html/class_qwt_point_mapper.js +qwt-${VERSION}/doc/html/class_qwt_point_polar-members.html +qwt-${VERSION}/doc/html/class_qwt_point_polar.html +qwt-${VERSION}/doc/html/class_qwt_point_polar.js +qwt-${VERSION}/doc/html/class_qwt_point_series_data-members.html +qwt-${VERSION}/doc/html/class_qwt_point_series_data.html +qwt-${VERSION}/doc/html/class_qwt_point_series_data.js +qwt-${VERSION}/doc/html/class_qwt_point_series_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_point_series_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_point_series_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_power_transform-members.html +qwt-${VERSION}/doc/html/class_qwt_power_transform.html +qwt-${VERSION}/doc/html/class_qwt_power_transform.js +qwt-${VERSION}/doc/html/class_qwt_power_transform__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_power_transform__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_power_transform__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_raster_data-members.html +qwt-${VERSION}/doc/html/class_qwt_raster_data.html +qwt-${VERSION}/doc/html/class_qwt_raster_data.js +qwt-${VERSION}/doc/html/class_qwt_raster_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_raster_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_raster_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_rich_text_engine-members.html +qwt-${VERSION}/doc/html/class_qwt_rich_text_engine.html +qwt-${VERSION}/doc/html/class_qwt_rich_text_engine.js +qwt-${VERSION}/doc/html/class_qwt_rich_text_engine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_rich_text_engine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_rich_text_engine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_round_scale_draw-members.html +qwt-${VERSION}/doc/html/class_qwt_round_scale_draw.html +qwt-${VERSION}/doc/html/class_qwt_round_scale_draw.js +qwt-${VERSION}/doc/html/class_qwt_round_scale_draw__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_round_scale_draw__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_round_scale_draw__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_sampling_thread-members.html +qwt-${VERSION}/doc/html/class_qwt_sampling_thread.html +qwt-${VERSION}/doc/html/class_qwt_sampling_thread.js +qwt-${VERSION}/doc/html/class_qwt_sampling_thread__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_sampling_thread__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_sampling_thread__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_scale_arithmetic-members.html +qwt-${VERSION}/doc/html/class_qwt_scale_arithmetic.html +qwt-${VERSION}/doc/html/class_qwt_scale_div-members.html +qwt-${VERSION}/doc/html/class_qwt_scale_div.html +qwt-${VERSION}/doc/html/class_qwt_scale_div.js +qwt-${VERSION}/doc/html/class_qwt_scale_draw-members.html +qwt-${VERSION}/doc/html/class_qwt_scale_draw.html +qwt-${VERSION}/doc/html/class_qwt_scale_draw.js +qwt-${VERSION}/doc/html/class_qwt_scale_draw__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_scale_draw__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_scale_draw__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_scale_engine-members.html +qwt-${VERSION}/doc/html/class_qwt_scale_engine.html +qwt-${VERSION}/doc/html/class_qwt_scale_engine.js +qwt-${VERSION}/doc/html/class_qwt_scale_engine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_scale_engine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_scale_engine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_scale_map-members.html +qwt-${VERSION}/doc/html/class_qwt_scale_map.html +qwt-${VERSION}/doc/html/class_qwt_scale_map.js +qwt-${VERSION}/doc/html/class_qwt_scale_widget-members.html +qwt-${VERSION}/doc/html/class_qwt_scale_widget.html +qwt-${VERSION}/doc/html/class_qwt_scale_widget.js +qwt-${VERSION}/doc/html/class_qwt_scale_widget__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_scale_widget__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_scale_widget__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_series_data-members.html +qwt-${VERSION}/doc/html/class_qwt_series_data.html +qwt-${VERSION}/doc/html/class_qwt_series_data.js +qwt-${VERSION}/doc/html/class_qwt_series_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_series_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_series_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_series_store-members.html +qwt-${VERSION}/doc/html/class_qwt_series_store.html +qwt-${VERSION}/doc/html/class_qwt_series_store.js +qwt-${VERSION}/doc/html/class_qwt_series_store__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_series_store__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_series_store__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_set_sample-members.html +qwt-${VERSION}/doc/html/class_qwt_set_sample.html +qwt-${VERSION}/doc/html/class_qwt_set_sample.js +qwt-${VERSION}/doc/html/class_qwt_set_series_data-members.html +qwt-${VERSION}/doc/html/class_qwt_set_series_data.html +qwt-${VERSION}/doc/html/class_qwt_set_series_data.js +qwt-${VERSION}/doc/html/class_qwt_set_series_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_set_series_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_set_series_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_simple_compass_rose-members.html +qwt-${VERSION}/doc/html/class_qwt_simple_compass_rose.html +qwt-${VERSION}/doc/html/class_qwt_simple_compass_rose.js +qwt-${VERSION}/doc/html/class_qwt_simple_compass_rose__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_simple_compass_rose__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_simple_compass_rose__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_slider-members.html +qwt-${VERSION}/doc/html/class_qwt_slider.html +qwt-${VERSION}/doc/html/class_qwt_slider.js +qwt-${VERSION}/doc/html/class_qwt_slider__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_slider__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_slider__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_spline-members.html +qwt-${VERSION}/doc/html/class_qwt_spline.html +qwt-${VERSION}/doc/html/class_qwt_spline.js +qwt-${VERSION}/doc/html/class_qwt_spline_curve_fitter-members.html +qwt-${VERSION}/doc/html/class_qwt_spline_curve_fitter.html +qwt-${VERSION}/doc/html/class_qwt_spline_curve_fitter.js +qwt-${VERSION}/doc/html/class_qwt_spline_curve_fitter__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_spline_curve_fitter__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_spline_curve_fitter__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_symbol-members.html +qwt-${VERSION}/doc/html/class_qwt_symbol.html +qwt-${VERSION}/doc/html/class_qwt_symbol.js +qwt-${VERSION}/doc/html/class_qwt_synthetic_point_data-members.html +qwt-${VERSION}/doc/html/class_qwt_synthetic_point_data.html +qwt-${VERSION}/doc/html/class_qwt_synthetic_point_data.js +qwt-${VERSION}/doc/html/class_qwt_synthetic_point_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_synthetic_point_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_synthetic_point_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_system_clock-members.html +qwt-${VERSION}/doc/html/class_qwt_system_clock.html +qwt-${VERSION}/doc/html/class_qwt_system_clock.js +qwt-${VERSION}/doc/html/class_qwt_text-members.html +qwt-${VERSION}/doc/html/class_qwt_text.html +qwt-${VERSION}/doc/html/class_qwt_text.js +qwt-${VERSION}/doc/html/class_qwt_text_engine-members.html +qwt-${VERSION}/doc/html/class_qwt_text_engine.html +qwt-${VERSION}/doc/html/class_qwt_text_engine.js +qwt-${VERSION}/doc/html/class_qwt_text_engine__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_text_engine__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_text_engine__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_text_label-members.html +qwt-${VERSION}/doc/html/class_qwt_text_label.html +qwt-${VERSION}/doc/html/class_qwt_text_label.js +qwt-${VERSION}/doc/html/class_qwt_text_label__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_text_label__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_text_label__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_thermo-members.html +qwt-${VERSION}/doc/html/class_qwt_thermo.html +qwt-${VERSION}/doc/html/class_qwt_thermo.js +qwt-${VERSION}/doc/html/class_qwt_thermo__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_thermo__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_thermo__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_trading_chart_data-members.html +qwt-${VERSION}/doc/html/class_qwt_trading_chart_data.html +qwt-${VERSION}/doc/html/class_qwt_trading_chart_data.js +qwt-${VERSION}/doc/html/class_qwt_trading_chart_data__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_trading_chart_data__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_trading_chart_data__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_transform-members.html +qwt-${VERSION}/doc/html/class_qwt_transform.html +qwt-${VERSION}/doc/html/class_qwt_transform.js +qwt-${VERSION}/doc/html/class_qwt_transform__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_transform__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_transform__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_weeding_curve_fitter-members.html +qwt-${VERSION}/doc/html/class_qwt_weeding_curve_fitter.html +qwt-${VERSION}/doc/html/class_qwt_weeding_curve_fitter.js +qwt-${VERSION}/doc/html/class_qwt_weeding_curve_fitter__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_weeding_curve_fitter__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_weeding_curve_fitter__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_wheel-members.html +qwt-${VERSION}/doc/html/class_qwt_wheel.html +qwt-${VERSION}/doc/html/class_qwt_wheel.js +qwt-${VERSION}/doc/html/class_qwt_wheel__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_wheel__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_wheel__inherit__graph.png +qwt-${VERSION}/doc/html/class_qwt_widget_overlay-members.html +qwt-${VERSION}/doc/html/class_qwt_widget_overlay.html +qwt-${VERSION}/doc/html/class_qwt_widget_overlay.js +qwt-${VERSION}/doc/html/class_qwt_widget_overlay__inherit__graph.map +qwt-${VERSION}/doc/html/class_qwt_widget_overlay__inherit__graph.md5 +qwt-${VERSION}/doc/html/class_qwt_widget_overlay__inherit__graph.png +qwt-${VERSION}/doc/html/classes.html +qwt-${VERSION}/doc/html/closed.png +qwt-${VERSION}/doc/html/controlscreenshots.html +qwt-${VERSION}/doc/html/cpuplot-600x400.png +qwt-${VERSION}/doc/html/cpuplot-oily-600x400.png +qwt-${VERSION}/doc/html/curves.png +qwt-${VERSION}/doc/html/curvescreenshots.html +qwt-${VERSION}/doc/html/dials1.png +qwt-${VERSION}/doc/html/dials2.png +qwt-${VERSION}/doc/html/dir_03fad1f4ea3ce3b02cb95059119ea2f4.html +qwt-${VERSION}/doc/html/dir_38ce0752a9eb8d28f937191131181730.html +qwt-${VERSION}/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +qwt-${VERSION}/doc/html/distrowatch-600x400.png +qwt-${VERSION}/doc/html/doc.png +qwt-${VERSION}/doc/html/doxygen.css +qwt-${VERSION}/doc/html/doxygen.png +qwt-${VERSION}/doc/html/dynsections.js +qwt-${VERSION}/doc/html/folderclosed.png +qwt-${VERSION}/doc/html/folderopen.png +qwt-${VERSION}/doc/html/form_0.png +qwt-${VERSION}/doc/html/form_1.png +qwt-${VERSION}/doc/html/form_2.png +qwt-${VERSION}/doc/html/form_3.png +qwt-${VERSION}/doc/html/form_4.png +qwt-${VERSION}/doc/html/form_5.png +qwt-${VERSION}/doc/html/formula.repository +qwt-${VERSION}/doc/html/friedberg-bars-600x400.png +qwt-${VERSION}/doc/html/friedberg-tube-600x400.png +qwt-${VERSION}/doc/html/functions.html +qwt-${VERSION}/doc/html/functions_0x7e.html +qwt-${VERSION}/doc/html/functions_b.html +qwt-${VERSION}/doc/html/functions_c.html +qwt-${VERSION}/doc/html/functions_d.html +qwt-${VERSION}/doc/html/functions_dup.js +qwt-${VERSION}/doc/html/functions_e.html +qwt-${VERSION}/doc/html/functions_enum.html +qwt-${VERSION}/doc/html/functions_eval.html +qwt-${VERSION}/doc/html/functions_eval.js +qwt-${VERSION}/doc/html/functions_eval_b.html +qwt-${VERSION}/doc/html/functions_eval_c.html +qwt-${VERSION}/doc/html/functions_eval_d.html +qwt-${VERSION}/doc/html/functions_eval_e.html +qwt-${VERSION}/doc/html/functions_eval_f.html +qwt-${VERSION}/doc/html/functions_eval_g.html +qwt-${VERSION}/doc/html/functions_eval_h.html +qwt-${VERSION}/doc/html/functions_eval_i.html +qwt-${VERSION}/doc/html/functions_eval_j.html +qwt-${VERSION}/doc/html/functions_eval_k.html +qwt-${VERSION}/doc/html/functions_eval_l.html +qwt-${VERSION}/doc/html/functions_eval_m.html +qwt-${VERSION}/doc/html/functions_eval_n.html +qwt-${VERSION}/doc/html/functions_eval_o.html +qwt-${VERSION}/doc/html/functions_eval_p.html +qwt-${VERSION}/doc/html/functions_eval_r.html +qwt-${VERSION}/doc/html/functions_eval_s.html +qwt-${VERSION}/doc/html/functions_eval_t.html +qwt-${VERSION}/doc/html/functions_eval_u.html +qwt-${VERSION}/doc/html/functions_eval_v.html +qwt-${VERSION}/doc/html/functions_eval_w.html +qwt-${VERSION}/doc/html/functions_eval_x.html +qwt-${VERSION}/doc/html/functions_eval_y.html +qwt-${VERSION}/doc/html/functions_f.html +qwt-${VERSION}/doc/html/functions_func.html +qwt-${VERSION}/doc/html/functions_func.js +qwt-${VERSION}/doc/html/functions_func_0x7e.html +qwt-${VERSION}/doc/html/functions_func_b.html +qwt-${VERSION}/doc/html/functions_func_c.html +qwt-${VERSION}/doc/html/functions_func_d.html +qwt-${VERSION}/doc/html/functions_func_e.html +qwt-${VERSION}/doc/html/functions_func_f.html +qwt-${VERSION}/doc/html/functions_func_g.html +qwt-${VERSION}/doc/html/functions_func_h.html +qwt-${VERSION}/doc/html/functions_func_i.html +qwt-${VERSION}/doc/html/functions_func_k.html +qwt-${VERSION}/doc/html/functions_func_l.html +qwt-${VERSION}/doc/html/functions_func_m.html +qwt-${VERSION}/doc/html/functions_func_n.html +qwt-${VERSION}/doc/html/functions_func_o.html +qwt-${VERSION}/doc/html/functions_func_p.html +qwt-${VERSION}/doc/html/functions_func_r.html +qwt-${VERSION}/doc/html/functions_func_s.html +qwt-${VERSION}/doc/html/functions_func_t.html +qwt-${VERSION}/doc/html/functions_func_u.html +qwt-${VERSION}/doc/html/functions_func_v.html +qwt-${VERSION}/doc/html/functions_func_w.html +qwt-${VERSION}/doc/html/functions_func_x.html +qwt-${VERSION}/doc/html/functions_func_y.html +qwt-${VERSION}/doc/html/functions_func_z.html +qwt-${VERSION}/doc/html/functions_g.html +qwt-${VERSION}/doc/html/functions_h.html +qwt-${VERSION}/doc/html/functions_i.html +qwt-${VERSION}/doc/html/functions_j.html +qwt-${VERSION}/doc/html/functions_k.html +qwt-${VERSION}/doc/html/functions_l.html +qwt-${VERSION}/doc/html/functions_m.html +qwt-${VERSION}/doc/html/functions_n.html +qwt-${VERSION}/doc/html/functions_o.html +qwt-${VERSION}/doc/html/functions_p.html +qwt-${VERSION}/doc/html/functions_r.html +qwt-${VERSION}/doc/html/functions_s.html +qwt-${VERSION}/doc/html/functions_t.html +qwt-${VERSION}/doc/html/functions_type.html +qwt-${VERSION}/doc/html/functions_u.html +qwt-${VERSION}/doc/html/functions_v.html +qwt-${VERSION}/doc/html/functions_vars.html +qwt-${VERSION}/doc/html/functions_w.html +qwt-${VERSION}/doc/html/functions_x.html +qwt-${VERSION}/doc/html/functions_y.html +qwt-${VERSION}/doc/html/functions_z.html +qwt-${VERSION}/doc/html/graph_legend.html +qwt-${VERSION}/doc/html/graph_legend.md5 +qwt-${VERSION}/doc/html/graph_legend.png +qwt-${VERSION}/doc/html/hierarchy.html +qwt-${VERSION}/doc/html/hierarchy.js +qwt-${VERSION}/doc/html/index.html +qwt-${VERSION}/doc/html/index.qhp +qwt-${VERSION}/doc/html/inherit_graph_0.map +qwt-${VERSION}/doc/html/inherit_graph_0.md5 +qwt-${VERSION}/doc/html/inherit_graph_0.png +qwt-${VERSION}/doc/html/inherit_graph_1.map +qwt-${VERSION}/doc/html/inherit_graph_1.md5 +qwt-${VERSION}/doc/html/inherit_graph_1.png +qwt-${VERSION}/doc/html/inherit_graph_10.map +qwt-${VERSION}/doc/html/inherit_graph_10.md5 +qwt-${VERSION}/doc/html/inherit_graph_10.png +qwt-${VERSION}/doc/html/inherit_graph_11.map +qwt-${VERSION}/doc/html/inherit_graph_11.md5 +qwt-${VERSION}/doc/html/inherit_graph_11.png +qwt-${VERSION}/doc/html/inherit_graph_12.map +qwt-${VERSION}/doc/html/inherit_graph_12.md5 +qwt-${VERSION}/doc/html/inherit_graph_12.png +qwt-${VERSION}/doc/html/inherit_graph_13.map +qwt-${VERSION}/doc/html/inherit_graph_13.md5 +qwt-${VERSION}/doc/html/inherit_graph_13.png +qwt-${VERSION}/doc/html/inherit_graph_14.map +qwt-${VERSION}/doc/html/inherit_graph_14.md5 +qwt-${VERSION}/doc/html/inherit_graph_14.png +qwt-${VERSION}/doc/html/inherit_graph_15.map +qwt-${VERSION}/doc/html/inherit_graph_15.md5 +qwt-${VERSION}/doc/html/inherit_graph_15.png +qwt-${VERSION}/doc/html/inherit_graph_16.map +qwt-${VERSION}/doc/html/inherit_graph_16.md5 +qwt-${VERSION}/doc/html/inherit_graph_16.png +qwt-${VERSION}/doc/html/inherit_graph_17.map +qwt-${VERSION}/doc/html/inherit_graph_17.md5 +qwt-${VERSION}/doc/html/inherit_graph_17.png +qwt-${VERSION}/doc/html/inherit_graph_18.map +qwt-${VERSION}/doc/html/inherit_graph_18.md5 +qwt-${VERSION}/doc/html/inherit_graph_18.png +qwt-${VERSION}/doc/html/inherit_graph_19.map +qwt-${VERSION}/doc/html/inherit_graph_19.md5 +qwt-${VERSION}/doc/html/inherit_graph_19.png +qwt-${VERSION}/doc/html/inherit_graph_2.map +qwt-${VERSION}/doc/html/inherit_graph_2.md5 +qwt-${VERSION}/doc/html/inherit_graph_2.png +qwt-${VERSION}/doc/html/inherit_graph_20.map +qwt-${VERSION}/doc/html/inherit_graph_20.md5 +qwt-${VERSION}/doc/html/inherit_graph_20.png +qwt-${VERSION}/doc/html/inherit_graph_21.map +qwt-${VERSION}/doc/html/inherit_graph_21.md5 +qwt-${VERSION}/doc/html/inherit_graph_21.png +qwt-${VERSION}/doc/html/inherit_graph_22.map +qwt-${VERSION}/doc/html/inherit_graph_22.md5 +qwt-${VERSION}/doc/html/inherit_graph_22.png +qwt-${VERSION}/doc/html/inherit_graph_23.map +qwt-${VERSION}/doc/html/inherit_graph_23.md5 +qwt-${VERSION}/doc/html/inherit_graph_23.png +qwt-${VERSION}/doc/html/inherit_graph_24.map +qwt-${VERSION}/doc/html/inherit_graph_24.md5 +qwt-${VERSION}/doc/html/inherit_graph_24.png +qwt-${VERSION}/doc/html/inherit_graph_25.map +qwt-${VERSION}/doc/html/inherit_graph_25.md5 +qwt-${VERSION}/doc/html/inherit_graph_25.png +qwt-${VERSION}/doc/html/inherit_graph_26.map +qwt-${VERSION}/doc/html/inherit_graph_26.md5 +qwt-${VERSION}/doc/html/inherit_graph_26.png +qwt-${VERSION}/doc/html/inherit_graph_27.map +qwt-${VERSION}/doc/html/inherit_graph_27.md5 +qwt-${VERSION}/doc/html/inherit_graph_27.png +qwt-${VERSION}/doc/html/inherit_graph_28.map +qwt-${VERSION}/doc/html/inherit_graph_28.md5 +qwt-${VERSION}/doc/html/inherit_graph_28.png +qwt-${VERSION}/doc/html/inherit_graph_29.map +qwt-${VERSION}/doc/html/inherit_graph_29.md5 +qwt-${VERSION}/doc/html/inherit_graph_29.png +qwt-${VERSION}/doc/html/inherit_graph_3.map +qwt-${VERSION}/doc/html/inherit_graph_3.md5 +qwt-${VERSION}/doc/html/inherit_graph_3.png +qwt-${VERSION}/doc/html/inherit_graph_30.map +qwt-${VERSION}/doc/html/inherit_graph_30.md5 +qwt-${VERSION}/doc/html/inherit_graph_30.png +qwt-${VERSION}/doc/html/inherit_graph_31.map +qwt-${VERSION}/doc/html/inherit_graph_31.md5 +qwt-${VERSION}/doc/html/inherit_graph_31.png +qwt-${VERSION}/doc/html/inherit_graph_32.map +qwt-${VERSION}/doc/html/inherit_graph_32.md5 +qwt-${VERSION}/doc/html/inherit_graph_32.png +qwt-${VERSION}/doc/html/inherit_graph_33.map +qwt-${VERSION}/doc/html/inherit_graph_33.md5 +qwt-${VERSION}/doc/html/inherit_graph_33.png +qwt-${VERSION}/doc/html/inherit_graph_34.map +qwt-${VERSION}/doc/html/inherit_graph_34.md5 +qwt-${VERSION}/doc/html/inherit_graph_34.png +qwt-${VERSION}/doc/html/inherit_graph_35.map +qwt-${VERSION}/doc/html/inherit_graph_35.md5 +qwt-${VERSION}/doc/html/inherit_graph_35.png +qwt-${VERSION}/doc/html/inherit_graph_36.map +qwt-${VERSION}/doc/html/inherit_graph_36.md5 +qwt-${VERSION}/doc/html/inherit_graph_36.png +qwt-${VERSION}/doc/html/inherit_graph_37.map +qwt-${VERSION}/doc/html/inherit_graph_37.md5 +qwt-${VERSION}/doc/html/inherit_graph_37.png +qwt-${VERSION}/doc/html/inherit_graph_38.map +qwt-${VERSION}/doc/html/inherit_graph_38.md5 +qwt-${VERSION}/doc/html/inherit_graph_38.png +qwt-${VERSION}/doc/html/inherit_graph_39.map +qwt-${VERSION}/doc/html/inherit_graph_39.md5 +qwt-${VERSION}/doc/html/inherit_graph_39.png +qwt-${VERSION}/doc/html/inherit_graph_4.map +qwt-${VERSION}/doc/html/inherit_graph_4.md5 +qwt-${VERSION}/doc/html/inherit_graph_4.png +qwt-${VERSION}/doc/html/inherit_graph_40.map +qwt-${VERSION}/doc/html/inherit_graph_40.md5 +qwt-${VERSION}/doc/html/inherit_graph_40.png +qwt-${VERSION}/doc/html/inherit_graph_41.map +qwt-${VERSION}/doc/html/inherit_graph_41.md5 +qwt-${VERSION}/doc/html/inherit_graph_41.png +qwt-${VERSION}/doc/html/inherit_graph_42.map +qwt-${VERSION}/doc/html/inherit_graph_42.md5 +qwt-${VERSION}/doc/html/inherit_graph_42.png +qwt-${VERSION}/doc/html/inherit_graph_43.map +qwt-${VERSION}/doc/html/inherit_graph_43.md5 +qwt-${VERSION}/doc/html/inherit_graph_43.png +qwt-${VERSION}/doc/html/inherit_graph_44.map +qwt-${VERSION}/doc/html/inherit_graph_44.md5 +qwt-${VERSION}/doc/html/inherit_graph_44.png +qwt-${VERSION}/doc/html/inherit_graph_45.map +qwt-${VERSION}/doc/html/inherit_graph_45.md5 +qwt-${VERSION}/doc/html/inherit_graph_45.png +qwt-${VERSION}/doc/html/inherit_graph_46.map +qwt-${VERSION}/doc/html/inherit_graph_46.md5 +qwt-${VERSION}/doc/html/inherit_graph_46.png +qwt-${VERSION}/doc/html/inherit_graph_47.map +qwt-${VERSION}/doc/html/inherit_graph_47.md5 +qwt-${VERSION}/doc/html/inherit_graph_47.png +qwt-${VERSION}/doc/html/inherit_graph_48.map +qwt-${VERSION}/doc/html/inherit_graph_48.md5 +qwt-${VERSION}/doc/html/inherit_graph_48.png +qwt-${VERSION}/doc/html/inherit_graph_49.map +qwt-${VERSION}/doc/html/inherit_graph_49.md5 +qwt-${VERSION}/doc/html/inherit_graph_49.png +qwt-${VERSION}/doc/html/inherit_graph_5.map +qwt-${VERSION}/doc/html/inherit_graph_5.md5 +qwt-${VERSION}/doc/html/inherit_graph_5.png +qwt-${VERSION}/doc/html/inherit_graph_50.map +qwt-${VERSION}/doc/html/inherit_graph_50.md5 +qwt-${VERSION}/doc/html/inherit_graph_50.png +qwt-${VERSION}/doc/html/inherit_graph_6.map +qwt-${VERSION}/doc/html/inherit_graph_6.md5 +qwt-${VERSION}/doc/html/inherit_graph_6.png +qwt-${VERSION}/doc/html/inherit_graph_7.map +qwt-${VERSION}/doc/html/inherit_graph_7.md5 +qwt-${VERSION}/doc/html/inherit_graph_7.png +qwt-${VERSION}/doc/html/inherit_graph_8.map +qwt-${VERSION}/doc/html/inherit_graph_8.md5 +qwt-${VERSION}/doc/html/inherit_graph_8.png +qwt-${VERSION}/doc/html/inherit_graph_9.map +qwt-${VERSION}/doc/html/inherit_graph_9.md5 +qwt-${VERSION}/doc/html/inherit_graph_9.png +qwt-${VERSION}/doc/html/inherits.html +qwt-${VERSION}/doc/html/itemeditor-600x400.png +qwt-${VERSION}/doc/html/jquery.js +qwt-${VERSION}/doc/html/knob.png +qwt-${VERSION}/doc/html/menu.js +qwt-${VERSION}/doc/html/menudata.js +qwt-${VERSION}/doc/html/nav_f.png +qwt-${VERSION}/doc/html/nav_g.png +qwt-${VERSION}/doc/html/nav_h.png +qwt-${VERSION}/doc/html/navtree.css +qwt-${VERSION}/doc/html/navtree.js +qwt-${VERSION}/doc/html/navtreedata.js +qwt-${VERSION}/doc/html/navtreeindex0.js +qwt-${VERSION}/doc/html/navtreeindex1.js +qwt-${VERSION}/doc/html/navtreeindex10.js +qwt-${VERSION}/doc/html/navtreeindex11.js +qwt-${VERSION}/doc/html/navtreeindex2.js +qwt-${VERSION}/doc/html/navtreeindex3.js +qwt-${VERSION}/doc/html/navtreeindex4.js +qwt-${VERSION}/doc/html/navtreeindex5.js +qwt-${VERSION}/doc/html/navtreeindex6.js +qwt-${VERSION}/doc/html/navtreeindex7.js +qwt-${VERSION}/doc/html/navtreeindex8.js +qwt-${VERSION}/doc/html/navtreeindex9.js +qwt-${VERSION}/doc/html/open.png +qwt-${VERSION}/doc/html/otherscreenshots.html +qwt-${VERSION}/doc/html/pages.html +qwt-${VERSION}/doc/html/plot.png +qwt-${VERSION}/doc/html/qwt__abstract__legend_8h_source.html +qwt-${VERSION}/doc/html/qwt__abstract__scale_8h_source.html +qwt-${VERSION}/doc/html/qwt__abstract__scale__draw_8h_source.html +qwt-${VERSION}/doc/html/qwt__abstract__slider_8h_source.html +qwt-${VERSION}/doc/html/qwt__analog__clock_8h_source.html +qwt-${VERSION}/doc/html/qwt__arrow__button_8h_source.html +qwt-${VERSION}/doc/html/qwt__clipper_8h_source.html +qwt-${VERSION}/doc/html/qwt__color__map_8h_source.html +qwt-${VERSION}/doc/html/qwt__column__symbol_8h_source.html +qwt-${VERSION}/doc/html/qwt__compass_8h_source.html +qwt-${VERSION}/doc/html/qwt__compass__rose_8h_source.html +qwt-${VERSION}/doc/html/qwt__compat_8h_source.html +qwt-${VERSION}/doc/html/qwt__counter_8h_source.html +qwt-${VERSION}/doc/html/qwt__curve__fitter_8h_source.html +qwt-${VERSION}/doc/html/qwt__date_8h_source.html +qwt-${VERSION}/doc/html/qwt__date__scale__draw_8h_source.html +qwt-${VERSION}/doc/html/qwt__date__scale__engine_8h_source.html +qwt-${VERSION}/doc/html/qwt__dial_8h_source.html +qwt-${VERSION}/doc/html/qwt__dial__needle_8h_source.html +qwt-${VERSION}/doc/html/qwt__dyngrid__layout_8h_source.html +qwt-${VERSION}/doc/html/qwt__event__pattern_8h_source.html +qwt-${VERSION}/doc/html/qwt__global_8h_source.html +qwt-${VERSION}/doc/html/qwt__graphic_8h_source.html +qwt-${VERSION}/doc/html/qwt__interval_8h_source.html +qwt-${VERSION}/doc/html/qwt__interval__symbol_8h_source.html +qwt-${VERSION}/doc/html/qwt__knob_8h_source.html +qwt-${VERSION}/doc/html/qwt__legend_8h_source.html +qwt-${VERSION}/doc/html/qwt__legend__data_8h_source.html +qwt-${VERSION}/doc/html/qwt__legend__label_8h_source.html +qwt-${VERSION}/doc/html/qwt__magnifier_8h_source.html +qwt-${VERSION}/doc/html/qwt__math_8h_source.html +qwt-${VERSION}/doc/html/qwt__mathml__text__engine_8h_source.html +qwt-${VERSION}/doc/html/qwt__matrix__raster__data_8h_source.html +qwt-${VERSION}/doc/html/qwt__mml__document_8h_source.html +qwt-${VERSION}/doc/html/qwt__null__paintdevice_8h_source.html +qwt-${VERSION}/doc/html/qwt__painter_8h_source.html +qwt-${VERSION}/doc/html/qwt__painter__command_8h_source.html +qwt-${VERSION}/doc/html/qwt__panner_8h_source.html +qwt-${VERSION}/doc/html/qwt__picker_8h_source.html +qwt-${VERSION}/doc/html/qwt__picker__machine_8h_source.html +qwt-${VERSION}/doc/html/qwt__pixel__matrix_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__abstract__barchart_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__barchart_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__canvas_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__curve_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__dict_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__directpainter_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__glcanvas_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__grid_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__histogram_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__intervalcurve_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__item_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__layout_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__legenditem_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__magnifier_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__marker_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__multi__barchart_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__panner_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__picker_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__rasteritem_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__renderer_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__rescaler_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__scaleitem_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__seriesitem_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__shapeitem_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__spectrocurve_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__spectrogram_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__svgitem_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__textlabel_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__tradingcurve_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__zoneitem_8h_source.html +qwt-${VERSION}/doc/html/qwt__plot__zoomer_8h_source.html +qwt-${VERSION}/doc/html/qwt__point__3d_8h_source.html +qwt-${VERSION}/doc/html/qwt__point__data_8h_source.html +qwt-${VERSION}/doc/html/qwt__point__mapper_8h_source.html +qwt-${VERSION}/doc/html/qwt__point__polar_8h_source.html +qwt-${VERSION}/doc/html/qwt__raster__data_8h_source.html +qwt-${VERSION}/doc/html/qwt__round__scale__draw_8h_source.html +qwt-${VERSION}/doc/html/qwt__samples_8h_source.html +qwt-${VERSION}/doc/html/qwt__sampling__thread_8h_source.html +qwt-${VERSION}/doc/html/qwt__scale__div_8h_source.html +qwt-${VERSION}/doc/html/qwt__scale__draw_8h_source.html +qwt-${VERSION}/doc/html/qwt__scale__engine_8h_source.html +qwt-${VERSION}/doc/html/qwt__scale__map_8h_source.html +qwt-${VERSION}/doc/html/qwt__scale__widget_8h_source.html +qwt-${VERSION}/doc/html/qwt__series__data_8h_source.html +qwt-${VERSION}/doc/html/qwt__series__store_8h_source.html +qwt-${VERSION}/doc/html/qwt__slider_8h_source.html +qwt-${VERSION}/doc/html/qwt__spline_8h_source.html +qwt-${VERSION}/doc/html/qwt__symbol_8h_source.html +qwt-${VERSION}/doc/html/qwt__system__clock_8h_source.html +qwt-${VERSION}/doc/html/qwt__text_8h_source.html +qwt-${VERSION}/doc/html/qwt__text__engine_8h_source.html +qwt-${VERSION}/doc/html/qwt__text__label_8h_source.html +qwt-${VERSION}/doc/html/qwt__thermo_8h_source.html +qwt-${VERSION}/doc/html/qwt__transform_8h_source.html +qwt-${VERSION}/doc/html/qwt__wheel_8h_source.html +qwt-${VERSION}/doc/html/qwt__widget__overlay_8h_source.html +qwt-${VERSION}/doc/html/qwtchangelog.html +qwt-${VERSION}/doc/html/qwtinstall.html +qwt-${VERSION}/doc/html/qwtlicense.html +qwt-${VERSION}/doc/html/radio.png +qwt-${VERSION}/doc/html/resize.js +qwt-${VERSION}/doc/html/scatterplot-600x400.png +qwt-${VERSION}/doc/html/search/all_0.html +qwt-${VERSION}/doc/html/search/all_0.js +qwt-${VERSION}/doc/html/search/all_1.html +qwt-${VERSION}/doc/html/search/all_1.js +qwt-${VERSION}/doc/html/search/all_10.html +qwt-${VERSION}/doc/html/search/all_10.js +qwt-${VERSION}/doc/html/search/all_11.html +qwt-${VERSION}/doc/html/search/all_11.js +qwt-${VERSION}/doc/html/search/all_12.html +qwt-${VERSION}/doc/html/search/all_12.js +qwt-${VERSION}/doc/html/search/all_13.html +qwt-${VERSION}/doc/html/search/all_13.js +qwt-${VERSION}/doc/html/search/all_14.html +qwt-${VERSION}/doc/html/search/all_14.js +qwt-${VERSION}/doc/html/search/all_15.html +qwt-${VERSION}/doc/html/search/all_15.js +qwt-${VERSION}/doc/html/search/all_16.html +qwt-${VERSION}/doc/html/search/all_16.js +qwt-${VERSION}/doc/html/search/all_17.html +qwt-${VERSION}/doc/html/search/all_17.js +qwt-${VERSION}/doc/html/search/all_18.html +qwt-${VERSION}/doc/html/search/all_18.js +qwt-${VERSION}/doc/html/search/all_19.html +qwt-${VERSION}/doc/html/search/all_19.js +qwt-${VERSION}/doc/html/search/all_1a.html +qwt-${VERSION}/doc/html/search/all_1a.js +qwt-${VERSION}/doc/html/search/all_2.html +qwt-${VERSION}/doc/html/search/all_2.js +qwt-${VERSION}/doc/html/search/all_3.html +qwt-${VERSION}/doc/html/search/all_3.js +qwt-${VERSION}/doc/html/search/all_4.html +qwt-${VERSION}/doc/html/search/all_4.js +qwt-${VERSION}/doc/html/search/all_5.html +qwt-${VERSION}/doc/html/search/all_5.js +qwt-${VERSION}/doc/html/search/all_6.html +qwt-${VERSION}/doc/html/search/all_6.js +qwt-${VERSION}/doc/html/search/all_7.html +qwt-${VERSION}/doc/html/search/all_7.js +qwt-${VERSION}/doc/html/search/all_8.html +qwt-${VERSION}/doc/html/search/all_8.js +qwt-${VERSION}/doc/html/search/all_9.html +qwt-${VERSION}/doc/html/search/all_9.js +qwt-${VERSION}/doc/html/search/all_a.html +qwt-${VERSION}/doc/html/search/all_a.js +qwt-${VERSION}/doc/html/search/all_b.html +qwt-${VERSION}/doc/html/search/all_b.js +qwt-${VERSION}/doc/html/search/all_c.html +qwt-${VERSION}/doc/html/search/all_c.js +qwt-${VERSION}/doc/html/search/all_d.html +qwt-${VERSION}/doc/html/search/all_d.js +qwt-${VERSION}/doc/html/search/all_e.html +qwt-${VERSION}/doc/html/search/all_e.js +qwt-${VERSION}/doc/html/search/all_f.html +qwt-${VERSION}/doc/html/search/all_f.js +qwt-${VERSION}/doc/html/search/classes_0.html +qwt-${VERSION}/doc/html/search/classes_0.js +qwt-${VERSION}/doc/html/search/classes_1.html +qwt-${VERSION}/doc/html/search/classes_1.js +qwt-${VERSION}/doc/html/search/classes_2.html +qwt-${VERSION}/doc/html/search/classes_2.js +qwt-${VERSION}/doc/html/search/close.png +qwt-${VERSION}/doc/html/search/enums_0.html +qwt-${VERSION}/doc/html/search/enums_0.js +qwt-${VERSION}/doc/html/search/enums_1.html +qwt-${VERSION}/doc/html/search/enums_1.js +qwt-${VERSION}/doc/html/search/enums_10.html +qwt-${VERSION}/doc/html/search/enums_10.js +qwt-${VERSION}/doc/html/search/enums_2.html +qwt-${VERSION}/doc/html/search/enums_2.js +qwt-${VERSION}/doc/html/search/enums_3.html +qwt-${VERSION}/doc/html/search/enums_3.js +qwt-${VERSION}/doc/html/search/enums_4.html +qwt-${VERSION}/doc/html/search/enums_4.js +qwt-${VERSION}/doc/html/search/enums_5.html +qwt-${VERSION}/doc/html/search/enums_5.js +qwt-${VERSION}/doc/html/search/enums_6.html +qwt-${VERSION}/doc/html/search/enums_6.js +qwt-${VERSION}/doc/html/search/enums_7.html +qwt-${VERSION}/doc/html/search/enums_7.js +qwt-${VERSION}/doc/html/search/enums_8.html +qwt-${VERSION}/doc/html/search/enums_8.js +qwt-${VERSION}/doc/html/search/enums_9.html +qwt-${VERSION}/doc/html/search/enums_9.js +qwt-${VERSION}/doc/html/search/enums_a.html +qwt-${VERSION}/doc/html/search/enums_a.js +qwt-${VERSION}/doc/html/search/enums_b.html +qwt-${VERSION}/doc/html/search/enums_b.js +qwt-${VERSION}/doc/html/search/enums_c.html +qwt-${VERSION}/doc/html/search/enums_c.js +qwt-${VERSION}/doc/html/search/enums_d.html +qwt-${VERSION}/doc/html/search/enums_d.js +qwt-${VERSION}/doc/html/search/enums_e.html +qwt-${VERSION}/doc/html/search/enums_e.js +qwt-${VERSION}/doc/html/search/enums_f.html +qwt-${VERSION}/doc/html/search/enums_f.js +qwt-${VERSION}/doc/html/search/enumvalues_0.html +qwt-${VERSION}/doc/html/search/enumvalues_0.js +qwt-${VERSION}/doc/html/search/enumvalues_1.html +qwt-${VERSION}/doc/html/search/enumvalues_1.js +qwt-${VERSION}/doc/html/search/enumvalues_10.html +qwt-${VERSION}/doc/html/search/enumvalues_10.js +qwt-${VERSION}/doc/html/search/enumvalues_11.html +qwt-${VERSION}/doc/html/search/enumvalues_11.js +qwt-${VERSION}/doc/html/search/enumvalues_12.html +qwt-${VERSION}/doc/html/search/enumvalues_12.js +qwt-${VERSION}/doc/html/search/enumvalues_13.html +qwt-${VERSION}/doc/html/search/enumvalues_13.js +qwt-${VERSION}/doc/html/search/enumvalues_14.html +qwt-${VERSION}/doc/html/search/enumvalues_14.js +qwt-${VERSION}/doc/html/search/enumvalues_15.html +qwt-${VERSION}/doc/html/search/enumvalues_15.js +qwt-${VERSION}/doc/html/search/enumvalues_16.html +qwt-${VERSION}/doc/html/search/enumvalues_16.js +qwt-${VERSION}/doc/html/search/enumvalues_17.html +qwt-${VERSION}/doc/html/search/enumvalues_17.js +qwt-${VERSION}/doc/html/search/enumvalues_2.html +qwt-${VERSION}/doc/html/search/enumvalues_2.js +qwt-${VERSION}/doc/html/search/enumvalues_3.html +qwt-${VERSION}/doc/html/search/enumvalues_3.js +qwt-${VERSION}/doc/html/search/enumvalues_4.html +qwt-${VERSION}/doc/html/search/enumvalues_4.js +qwt-${VERSION}/doc/html/search/enumvalues_5.html +qwt-${VERSION}/doc/html/search/enumvalues_5.js +qwt-${VERSION}/doc/html/search/enumvalues_6.html +qwt-${VERSION}/doc/html/search/enumvalues_6.js +qwt-${VERSION}/doc/html/search/enumvalues_7.html +qwt-${VERSION}/doc/html/search/enumvalues_7.js +qwt-${VERSION}/doc/html/search/enumvalues_8.html +qwt-${VERSION}/doc/html/search/enumvalues_8.js +qwt-${VERSION}/doc/html/search/enumvalues_9.html +qwt-${VERSION}/doc/html/search/enumvalues_9.js +qwt-${VERSION}/doc/html/search/enumvalues_a.html +qwt-${VERSION}/doc/html/search/enumvalues_a.js +qwt-${VERSION}/doc/html/search/enumvalues_b.html +qwt-${VERSION}/doc/html/search/enumvalues_b.js +qwt-${VERSION}/doc/html/search/enumvalues_c.html +qwt-${VERSION}/doc/html/search/enumvalues_c.js +qwt-${VERSION}/doc/html/search/enumvalues_d.html +qwt-${VERSION}/doc/html/search/enumvalues_d.js +qwt-${VERSION}/doc/html/search/enumvalues_e.html +qwt-${VERSION}/doc/html/search/enumvalues_e.js +qwt-${VERSION}/doc/html/search/enumvalues_f.html +qwt-${VERSION}/doc/html/search/enumvalues_f.js +qwt-${VERSION}/doc/html/search/functions_0.html +qwt-${VERSION}/doc/html/search/functions_0.js +qwt-${VERSION}/doc/html/search/functions_1.html +qwt-${VERSION}/doc/html/search/functions_1.js +qwt-${VERSION}/doc/html/search/functions_10.html +qwt-${VERSION}/doc/html/search/functions_10.js +qwt-${VERSION}/doc/html/search/functions_11.html +qwt-${VERSION}/doc/html/search/functions_11.js +qwt-${VERSION}/doc/html/search/functions_12.html +qwt-${VERSION}/doc/html/search/functions_12.js +qwt-${VERSION}/doc/html/search/functions_13.html +qwt-${VERSION}/doc/html/search/functions_13.js +qwt-${VERSION}/doc/html/search/functions_14.html +qwt-${VERSION}/doc/html/search/functions_14.js +qwt-${VERSION}/doc/html/search/functions_15.html +qwt-${VERSION}/doc/html/search/functions_15.js +qwt-${VERSION}/doc/html/search/functions_16.html +qwt-${VERSION}/doc/html/search/functions_16.js +qwt-${VERSION}/doc/html/search/functions_17.html +qwt-${VERSION}/doc/html/search/functions_17.js +qwt-${VERSION}/doc/html/search/functions_18.html +qwt-${VERSION}/doc/html/search/functions_18.js +qwt-${VERSION}/doc/html/search/functions_19.html +qwt-${VERSION}/doc/html/search/functions_19.js +qwt-${VERSION}/doc/html/search/functions_2.html +qwt-${VERSION}/doc/html/search/functions_2.js +qwt-${VERSION}/doc/html/search/functions_3.html +qwt-${VERSION}/doc/html/search/functions_3.js +qwt-${VERSION}/doc/html/search/functions_4.html +qwt-${VERSION}/doc/html/search/functions_4.js +qwt-${VERSION}/doc/html/search/functions_5.html +qwt-${VERSION}/doc/html/search/functions_5.js +qwt-${VERSION}/doc/html/search/functions_6.html +qwt-${VERSION}/doc/html/search/functions_6.js +qwt-${VERSION}/doc/html/search/functions_7.html +qwt-${VERSION}/doc/html/search/functions_7.js +qwt-${VERSION}/doc/html/search/functions_8.html +qwt-${VERSION}/doc/html/search/functions_8.js +qwt-${VERSION}/doc/html/search/functions_9.html +qwt-${VERSION}/doc/html/search/functions_9.js +qwt-${VERSION}/doc/html/search/functions_a.html +qwt-${VERSION}/doc/html/search/functions_a.js +qwt-${VERSION}/doc/html/search/functions_b.html +qwt-${VERSION}/doc/html/search/functions_b.js +qwt-${VERSION}/doc/html/search/functions_c.html +qwt-${VERSION}/doc/html/search/functions_c.js +qwt-${VERSION}/doc/html/search/functions_d.html +qwt-${VERSION}/doc/html/search/functions_d.js +qwt-${VERSION}/doc/html/search/functions_e.html +qwt-${VERSION}/doc/html/search/functions_e.js +qwt-${VERSION}/doc/html/search/functions_f.html +qwt-${VERSION}/doc/html/search/functions_f.js +qwt-${VERSION}/doc/html/search/mag_sel.png +qwt-${VERSION}/doc/html/search/nomatches.html +qwt-${VERSION}/doc/html/search/pages_0.html +qwt-${VERSION}/doc/html/search/pages_0.js +qwt-${VERSION}/doc/html/search/pages_1.html +qwt-${VERSION}/doc/html/search/pages_1.js +qwt-${VERSION}/doc/html/search/pages_2.html +qwt-${VERSION}/doc/html/search/pages_2.js +qwt-${VERSION}/doc/html/search/pages_3.html +qwt-${VERSION}/doc/html/search/pages_3.js +qwt-${VERSION}/doc/html/search/pages_4.html +qwt-${VERSION}/doc/html/search/pages_4.js +qwt-${VERSION}/doc/html/search/pages_5.html +qwt-${VERSION}/doc/html/search/pages_5.js +qwt-${VERSION}/doc/html/search/pages_6.html +qwt-${VERSION}/doc/html/search/pages_6.js +qwt-${VERSION}/doc/html/search/pages_7.html +qwt-${VERSION}/doc/html/search/pages_7.js +qwt-${VERSION}/doc/html/search/search.css +qwt-${VERSION}/doc/html/search/search.js +qwt-${VERSION}/doc/html/search/search_l.png +qwt-${VERSION}/doc/html/search/search_m.png +qwt-${VERSION}/doc/html/search/search_r.png +qwt-${VERSION}/doc/html/search/searchdata.js +qwt-${VERSION}/doc/html/search/typedefs_0.html +qwt-${VERSION}/doc/html/search/typedefs_0.js +qwt-${VERSION}/doc/html/search/typedefs_1.html +qwt-${VERSION}/doc/html/search/typedefs_1.js +qwt-${VERSION}/doc/html/search/typedefs_2.html +qwt-${VERSION}/doc/html/search/typedefs_2.js +qwt-${VERSION}/doc/html/search/typedefs_3.html +qwt-${VERSION}/doc/html/search/typedefs_3.js +qwt-${VERSION}/doc/html/search/typedefs_4.html +qwt-${VERSION}/doc/html/search/typedefs_4.js +qwt-${VERSION}/doc/html/search/typedefs_5.html +qwt-${VERSION}/doc/html/search/typedefs_5.js +qwt-${VERSION}/doc/html/search/typedefs_6.html +qwt-${VERSION}/doc/html/search/typedefs_6.js +qwt-${VERSION}/doc/html/search/typedefs_7.html +qwt-${VERSION}/doc/html/search/typedefs_7.js +qwt-${VERSION}/doc/html/search/typedefs_8.html +qwt-${VERSION}/doc/html/search/typedefs_8.js +qwt-${VERSION}/doc/html/search/typedefs_9.html +qwt-${VERSION}/doc/html/search/typedefs_9.js +qwt-${VERSION}/doc/html/search/typedefs_a.html +qwt-${VERSION}/doc/html/search/typedefs_a.js +qwt-${VERSION}/doc/html/search/variables_0.html +qwt-${VERSION}/doc/html/search/variables_0.js +qwt-${VERSION}/doc/html/search/variables_1.html +qwt-${VERSION}/doc/html/search/variables_1.js +qwt-${VERSION}/doc/html/search/variables_2.html +qwt-${VERSION}/doc/html/search/variables_2.js +qwt-${VERSION}/doc/html/search/variables_3.html +qwt-${VERSION}/doc/html/search/variables_3.js +qwt-${VERSION}/doc/html/search/variables_4.html +qwt-${VERSION}/doc/html/search/variables_4.js +qwt-${VERSION}/doc/html/search/variables_5.html +qwt-${VERSION}/doc/html/search/variables_5.js +qwt-${VERSION}/doc/html/search/variables_6.html +qwt-${VERSION}/doc/html/search/variables_6.js +qwt-${VERSION}/doc/html/search/variables_7.html +qwt-${VERSION}/doc/html/search/variables_7.js +qwt-${VERSION}/doc/html/search/variables_8.html +qwt-${VERSION}/doc/html/search/variables_8.js +qwt-${VERSION}/doc/html/search/variables_9.html +qwt-${VERSION}/doc/html/search/variables_9.js +qwt-${VERSION}/doc/html/search/variables_a.html +qwt-${VERSION}/doc/html/search/variables_a.js +qwt-${VERSION}/doc/html/search/variables_b.html +qwt-${VERSION}/doc/html/search/variables_b.js +qwt-${VERSION}/doc/html/sliders.png +qwt-${VERSION}/doc/html/spectrogram-contour1-600x400.png +qwt-${VERSION}/doc/html/spectrogram-contour2-600x400.png +qwt-${VERSION}/doc/html/spectrogram-hue-600x400.png +qwt-${VERSION}/doc/html/spectrogram-rgb-600x400.png +qwt-${VERSION}/doc/html/spectrogram-saturation-600x400.png +qwt-${VERSION}/doc/html/spectrogram-value-600x400.png +qwt-${VERSION}/doc/html/spectrogramscreenshots.html +qwt-${VERSION}/doc/html/splitbar.png +qwt-${VERSION}/doc/html/stockchart-600x400.png +qwt-${VERSION}/doc/html/sync_off.png +qwt-${VERSION}/doc/html/sync_on.png +qwt-${VERSION}/doc/html/sysinfo.png +qwt-${VERSION}/doc/html/tab_a.png +qwt-${VERSION}/doc/html/tab_b.png +qwt-${VERSION}/doc/html/tab_h.png +qwt-${VERSION}/doc/html/tab_s.png +qwt-${VERSION}/doc/html/tabs.css +qwt-${VERSION}/doc/html/tvplot-600x400.png +qwt-${VERSION}/doc/man/man3/QwtAbstractLegend.3 +qwt-${VERSION}/doc/man/man3/QwtAbstractScale.3 +qwt-${VERSION}/doc/man/man3/QwtAbstractScaleDraw.3 +qwt-${VERSION}/doc/man/man3/QwtAbstractSeriesStore.3 +qwt-${VERSION}/doc/man/man3/QwtAbstractSlider.3 +qwt-${VERSION}/doc/man/man3/QwtAlphaColorMap.3 +qwt-${VERSION}/doc/man/man3/QwtAnalogClock.3 +qwt-${VERSION}/doc/man/man3/QwtArraySeriesData.3 +qwt-${VERSION}/doc/man/man3/QwtArrowButton.3 +qwt-${VERSION}/doc/man/man3/QwtCPointerData.3 +qwt-${VERSION}/doc/man/man3/QwtClipper.3 +qwt-${VERSION}/doc/man/man3/QwtColorMap.3 +qwt-${VERSION}/doc/man/man3/QwtColumnRect.3 +qwt-${VERSION}/doc/man/man3/QwtColumnSymbol.3 +qwt-${VERSION}/doc/man/man3/QwtCompass.3 +qwt-${VERSION}/doc/man/man3/QwtCompassMagnetNeedle.3 +qwt-${VERSION}/doc/man/man3/QwtCompassRose.3 +qwt-${VERSION}/doc/man/man3/QwtCompassScaleDraw.3 +qwt-${VERSION}/doc/man/man3/QwtCompassWindArrow.3 +qwt-${VERSION}/doc/man/man3/QwtCounter.3 +qwt-${VERSION}/doc/man/man3/QwtCurveFitter.3 +qwt-${VERSION}/doc/man/man3/QwtDate.3 +qwt-${VERSION}/doc/man/man3/QwtDateScaleDraw.3 +qwt-${VERSION}/doc/man/man3/QwtDateScaleEngine.3 +qwt-${VERSION}/doc/man/man3/QwtDial.3 +qwt-${VERSION}/doc/man/man3/QwtDialNeedle.3 +qwt-${VERSION}/doc/man/man3/QwtDialSimpleNeedle.3 +qwt-${VERSION}/doc/man/man3/QwtDynGridLayout.3 +qwt-${VERSION}/doc/man/man3/QwtEventPattern.3 +qwt-${VERSION}/doc/man/man3/QwtEventPattern_KeyPattern.3 +qwt-${VERSION}/doc/man/man3/QwtEventPattern_MousePattern.3 +qwt-${VERSION}/doc/man/man3/QwtGraphic.3 +qwt-${VERSION}/doc/man/man3/QwtInterval.3 +qwt-${VERSION}/doc/man/man3/QwtIntervalSample.3 +qwt-${VERSION}/doc/man/man3/QwtIntervalSeriesData.3 +qwt-${VERSION}/doc/man/man3/QwtIntervalSymbol.3 +qwt-${VERSION}/doc/man/man3/QwtKnob.3 +qwt-${VERSION}/doc/man/man3/QwtLegend.3 +qwt-${VERSION}/doc/man/man3/QwtLegendData.3 +qwt-${VERSION}/doc/man/man3/QwtLegendLabel.3 +qwt-${VERSION}/doc/man/man3/QwtLinearColorMap.3 +qwt-${VERSION}/doc/man/man3/QwtLinearScaleEngine.3 +qwt-${VERSION}/doc/man/man3/QwtLogScaleEngine.3 +qwt-${VERSION}/doc/man/man3/QwtLogTransform.3 +qwt-${VERSION}/doc/man/man3/QwtMagnifier.3 +qwt-${VERSION}/doc/man/man3/QwtMathMLTextEngine.3 +qwt-${VERSION}/doc/man/man3/QwtMatrixRasterData.3 +qwt-${VERSION}/doc/man/man3/QwtNullPaintDevice.3 +qwt-${VERSION}/doc/man/man3/QwtNullTransform.3 +qwt-${VERSION}/doc/man/man3/QwtOHLCSample.3 +qwt-${VERSION}/doc/man/man3/QwtPainter.3 +qwt-${VERSION}/doc/man/man3/QwtPainterCommand.3 +qwt-${VERSION}/doc/man/man3/QwtPanner.3 +qwt-${VERSION}/doc/man/man3/QwtPicker.3 +qwt-${VERSION}/doc/man/man3/QwtPickerClickPointMachine.3 +qwt-${VERSION}/doc/man/man3/QwtPickerClickRectMachine.3 +qwt-${VERSION}/doc/man/man3/QwtPickerDragLineMachine.3 +qwt-${VERSION}/doc/man/man3/QwtPickerDragPointMachine.3 +qwt-${VERSION}/doc/man/man3/QwtPickerDragRectMachine.3 +qwt-${VERSION}/doc/man/man3/QwtPickerMachine.3 +qwt-${VERSION}/doc/man/man3/QwtPickerPolygonMachine.3 +qwt-${VERSION}/doc/man/man3/QwtPickerTrackerMachine.3 +qwt-${VERSION}/doc/man/man3/QwtPixelMatrix.3 +qwt-${VERSION}/doc/man/man3/QwtPlainTextEngine.3 +qwt-${VERSION}/doc/man/man3/QwtPlot.3 +qwt-${VERSION}/doc/man/man3/QwtPlotAbstractBarChart.3 +qwt-${VERSION}/doc/man/man3/QwtPlotBarChart.3 +qwt-${VERSION}/doc/man/man3/QwtPlotCanvas.3 +qwt-${VERSION}/doc/man/man3/QwtPlotCurve.3 +qwt-${VERSION}/doc/man/man3/QwtPlotDict.3 +qwt-${VERSION}/doc/man/man3/QwtPlotDirectPainter.3 +qwt-${VERSION}/doc/man/man3/QwtPlotGLCanvas.3 +qwt-${VERSION}/doc/man/man3/QwtPlotGrid.3 +qwt-${VERSION}/doc/man/man3/QwtPlotHistogram.3 +qwt-${VERSION}/doc/man/man3/QwtPlotIntervalCurve.3 +qwt-${VERSION}/doc/man/man3/QwtPlotItem.3 +qwt-${VERSION}/doc/man/man3/QwtPlotLayout.3 +qwt-${VERSION}/doc/man/man3/QwtPlotLegendItem.3 +qwt-${VERSION}/doc/man/man3/QwtPlotMagnifier.3 +qwt-${VERSION}/doc/man/man3/QwtPlotMarker.3 +qwt-${VERSION}/doc/man/man3/QwtPlotMultiBarChart.3 +qwt-${VERSION}/doc/man/man3/QwtPlotPanner.3 +qwt-${VERSION}/doc/man/man3/QwtPlotPicker.3 +qwt-${VERSION}/doc/man/man3/QwtPlotRasterItem.3 +qwt-${VERSION}/doc/man/man3/QwtPlotRenderer.3 +qwt-${VERSION}/doc/man/man3/QwtPlotRescaler.3 +qwt-${VERSION}/doc/man/man3/QwtPlotScaleItem.3 +qwt-${VERSION}/doc/man/man3/QwtPlotSeriesItem.3 +qwt-${VERSION}/doc/man/man3/QwtPlotShapeItem.3 +qwt-${VERSION}/doc/man/man3/QwtPlotSpectroCurve.3 +qwt-${VERSION}/doc/man/man3/QwtPlotSpectrogram.3 +qwt-${VERSION}/doc/man/man3/QwtPlotSvgItem.3 +qwt-${VERSION}/doc/man/man3/QwtPlotTextLabel.3 +qwt-${VERSION}/doc/man/man3/QwtPlotTradingCurve.3 +qwt-${VERSION}/doc/man/man3/QwtPlotZoneItem.3 +qwt-${VERSION}/doc/man/man3/QwtPlotZoomer.3 +qwt-${VERSION}/doc/man/man3/QwtPoint3D.3 +qwt-${VERSION}/doc/man/man3/QwtPoint3DSeriesData.3 +qwt-${VERSION}/doc/man/man3/QwtPointArrayData.3 +qwt-${VERSION}/doc/man/man3/QwtPointMapper.3 +qwt-${VERSION}/doc/man/man3/QwtPointPolar.3 +qwt-${VERSION}/doc/man/man3/QwtPointSeriesData.3 +qwt-${VERSION}/doc/man/man3/QwtPowerTransform.3 +qwt-${VERSION}/doc/man/man3/QwtRasterData.3 +qwt-${VERSION}/doc/man/man3/QwtRichTextEngine.3 +qwt-${VERSION}/doc/man/man3/QwtRoundScaleDraw.3 +qwt-${VERSION}/doc/man/man3/QwtSamplingThread.3 +qwt-${VERSION}/doc/man/man3/QwtScaleArithmetic.3 +qwt-${VERSION}/doc/man/man3/QwtScaleDiv.3 +qwt-${VERSION}/doc/man/man3/QwtScaleDraw.3 +qwt-${VERSION}/doc/man/man3/QwtScaleEngine.3 +qwt-${VERSION}/doc/man/man3/QwtScaleMap.3 +qwt-${VERSION}/doc/man/man3/QwtScaleWidget.3 +qwt-${VERSION}/doc/man/man3/QwtSeriesData.3 +qwt-${VERSION}/doc/man/man3/QwtSeriesStore.3 +qwt-${VERSION}/doc/man/man3/QwtSetSample.3 +qwt-${VERSION}/doc/man/man3/QwtSetSeriesData.3 +qwt-${VERSION}/doc/man/man3/QwtSimpleCompassRose.3 +qwt-${VERSION}/doc/man/man3/QwtSlider.3 +qwt-${VERSION}/doc/man/man3/QwtSpline.3 +qwt-${VERSION}/doc/man/man3/QwtSplineCurveFitter.3 +qwt-${VERSION}/doc/man/man3/QwtSymbol.3 +qwt-${VERSION}/doc/man/man3/QwtSyntheticPointData.3 +qwt-${VERSION}/doc/man/man3/QwtSystemClock.3 +qwt-${VERSION}/doc/man/man3/QwtText.3 +qwt-${VERSION}/doc/man/man3/QwtTextEngine.3 +qwt-${VERSION}/doc/man/man3/QwtTextLabel.3 +qwt-${VERSION}/doc/man/man3/QwtThermo.3 +qwt-${VERSION}/doc/man/man3/QwtTradingChartData.3 +qwt-${VERSION}/doc/man/man3/QwtTransform.3 +qwt-${VERSION}/doc/man/man3/QwtWeedingCurveFitter.3 +qwt-${VERSION}/doc/man/man3/QwtWheel.3 +qwt-${VERSION}/doc/man/man3/QwtWidgetOverlay.3 +qwt-${VERSION}/doc/man/man3/barchartscreenshots.3 +qwt-${VERSION}/doc/man/man3/controlscreenshots.3 +qwt-${VERSION}/doc/man/man3/curvescreenshots.3 +qwt-${VERSION}/doc/man/man3/otherscreenshots.3 +qwt-${VERSION}/doc/man/man3/qwtchangelog.3 +qwt-${VERSION}/doc/man/man3/qwtinstall.3 +qwt-${VERSION}/doc/man/man3/qwtlicense.3 +qwt-${VERSION}/doc/man/man3/spectrogramscreenshots.3 +qwt-${VERSION}/features/qwt.prf +qwt-${VERSION}/features/qwtconfig.pri +qwt-${VERSION}/features/qwtfunctions.pri +qwt-${VERSION}/include/qwt.h +qwt-${VERSION}/include/qwt_abstract_legend.h +qwt-${VERSION}/include/qwt_abstract_scale.h +qwt-${VERSION}/include/qwt_abstract_scale_draw.h +qwt-${VERSION}/include/qwt_abstract_slider.h +qwt-${VERSION}/include/qwt_analog_clock.h +qwt-${VERSION}/include/qwt_arrow_button.h +qwt-${VERSION}/include/qwt_clipper.h +qwt-${VERSION}/include/qwt_color_map.h +qwt-${VERSION}/include/qwt_column_symbol.h +qwt-${VERSION}/include/qwt_compass.h +qwt-${VERSION}/include/qwt_compass_rose.h +qwt-${VERSION}/include/qwt_compat.h +qwt-${VERSION}/include/qwt_counter.h +qwt-${VERSION}/include/qwt_curve_fitter.h +qwt-${VERSION}/include/qwt_date.h +qwt-${VERSION}/include/qwt_date_scale_draw.h +qwt-${VERSION}/include/qwt_date_scale_engine.h +qwt-${VERSION}/include/qwt_dial.h +qwt-${VERSION}/include/qwt_dial_needle.h +qwt-${VERSION}/include/qwt_dyngrid_layout.h +qwt-${VERSION}/include/qwt_event_pattern.h +qwt-${VERSION}/include/qwt_global.h +qwt-${VERSION}/include/qwt_graphic.h +qwt-${VERSION}/include/qwt_interval.h +qwt-${VERSION}/include/qwt_interval_symbol.h +qwt-${VERSION}/include/qwt_knob.h +qwt-${VERSION}/include/qwt_legend.h +qwt-${VERSION}/include/qwt_legend_data.h +qwt-${VERSION}/include/qwt_legend_label.h +qwt-${VERSION}/include/qwt_magnifier.h +qwt-${VERSION}/include/qwt_math.h +qwt-${VERSION}/include/qwt_matrix_raster_data.h +qwt-${VERSION}/include/qwt_null_paintdevice.h +qwt-${VERSION}/include/qwt_painter.h +qwt-${VERSION}/include/qwt_painter_command.h +qwt-${VERSION}/include/qwt_panner.h +qwt-${VERSION}/include/qwt_picker.h +qwt-${VERSION}/include/qwt_picker_machine.h +qwt-${VERSION}/include/qwt_pixel_matrix.h +qwt-${VERSION}/include/qwt_plot.h +qwt-${VERSION}/include/qwt_plot_abstract_barchart.h +qwt-${VERSION}/include/qwt_plot_barchart.h +qwt-${VERSION}/include/qwt_plot_canvas.h +qwt-${VERSION}/include/qwt_plot_curve.h +qwt-${VERSION}/include/qwt_plot_dict.h +qwt-${VERSION}/include/qwt_plot_directpainter.h +qwt-${VERSION}/include/qwt_plot_glcanvas.h +qwt-${VERSION}/include/qwt_plot_grid.h +qwt-${VERSION}/include/qwt_plot_histogram.h +qwt-${VERSION}/include/qwt_plot_intervalcurve.h +qwt-${VERSION}/include/qwt_plot_item.h +qwt-${VERSION}/include/qwt_plot_layout.h +qwt-${VERSION}/include/qwt_plot_legenditem.h +qwt-${VERSION}/include/qwt_plot_magnifier.h +qwt-${VERSION}/include/qwt_plot_marker.h +qwt-${VERSION}/include/qwt_plot_multi_barchart.h +qwt-${VERSION}/include/qwt_plot_panner.h +qwt-${VERSION}/include/qwt_plot_picker.h +qwt-${VERSION}/include/qwt_plot_rasteritem.h +qwt-${VERSION}/include/qwt_plot_renderer.h +qwt-${VERSION}/include/qwt_plot_rescaler.h +qwt-${VERSION}/include/qwt_plot_scaleitem.h +qwt-${VERSION}/include/qwt_plot_seriesitem.h +qwt-${VERSION}/include/qwt_plot_shapeitem.h +qwt-${VERSION}/include/qwt_plot_spectrocurve.h +qwt-${VERSION}/include/qwt_plot_spectrogram.h +qwt-${VERSION}/include/qwt_plot_svgitem.h +qwt-${VERSION}/include/qwt_plot_textlabel.h +qwt-${VERSION}/include/qwt_plot_tradingcurve.h +qwt-${VERSION}/include/qwt_plot_zoneitem.h +qwt-${VERSION}/include/qwt_plot_zoomer.h +qwt-${VERSION}/include/qwt_point_3d.h +qwt-${VERSION}/include/qwt_point_data.h +qwt-${VERSION}/include/qwt_point_mapper.h +qwt-${VERSION}/include/qwt_point_polar.h +qwt-${VERSION}/include/qwt_raster_data.h +qwt-${VERSION}/include/qwt_round_scale_draw.h +qwt-${VERSION}/include/qwt_samples.h +qwt-${VERSION}/include/qwt_sampling_thread.h +qwt-${VERSION}/include/qwt_scale_div.h +qwt-${VERSION}/include/qwt_scale_draw.h +qwt-${VERSION}/include/qwt_scale_engine.h +qwt-${VERSION}/include/qwt_scale_map.h +qwt-${VERSION}/include/qwt_scale_widget.h +qwt-${VERSION}/include/qwt_series_data.h +qwt-${VERSION}/include/qwt_series_store.h +qwt-${VERSION}/include/qwt_slider.h +qwt-${VERSION}/include/qwt_spline.h +qwt-${VERSION}/include/qwt_symbol.h +qwt-${VERSION}/include/qwt_system_clock.h +qwt-${VERSION}/include/qwt_text.h +qwt-${VERSION}/include/qwt_text_engine.h +qwt-${VERSION}/include/qwt_text_label.h +qwt-${VERSION}/include/qwt_thermo.h +qwt-${VERSION}/include/qwt_transform.h +qwt-${VERSION}/include/qwt_wheel.h +qwt-${VERSION}/include/qwt_widget_overlay.h +qwt-${VERSION}/lib/libqwt.so +qwt-${VERSION}/lib/libqwt.so.6 +qwt-${VERSION}/lib/libqwt.so.6.1 +qwt-${VERSION}/lib/libqwt.so.6.1.4 Index: pkgsrc/x11/qwt6-qt5/buildlink3.mk diff -u /dev/null pkgsrc/x11/qwt6-qt5/buildlink3.mk:1.1 --- /dev/null Mon Oct 28 19:00:37 2019 +++ pkgsrc/x11/qwt6-qt5/buildlink3.mk Mon Oct 28 19:00:37 2019 @@ -0,0 +1,21 @@ +# $NetBSD: buildlink3.mk,v 1.1 2019/10/28 19:00:37 bouyer Exp $ + +BUILDLINK_TREE+= qwt6-qt5 + +.if !defined(QWT_BUILDLINK3_MK) +QWT_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.qwt6-qt5+= qwt6-qt5>=6.1.4 +BUILDLINK_ABI_DEPENDS.qwt6-qt5+= qwt6-qt5>=6.1.4 +BUILDLINK_PKGSRCDIR.qwt6-qt5?= ../../x11/qwt6-qt5 + +QWT_DIR= ${BUILDLINK_PREFIX.qwt6-qt5}/qwt-6.1.4 +BUILDLINK_INCDIRS.qwt6-qt5+= qwt-6.1.4/include +BUILDLINK_LIBDIRS.qwt6-qt5+= qwt-6.1.4/lib +BUILDLINK_RPATHDIRS.qwt6-qt5+= qwt-6.1.4/lib + +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qtsvg/buildlink3.mk" +.endif # QWT_BUILDLINK3_MK + +BUILDLINK_TREE+= -qwt6-qt5 Index: pkgsrc/x11/qwt6-qt5/distinfo diff -u /dev/null pkgsrc/x11/qwt6-qt5/distinfo:1.1 --- /dev/null Mon Oct 28 19:00:37 2019 +++ pkgsrc/x11/qwt6-qt5/distinfo Mon Oct 28 19:00:37 2019 @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1 2019/10/28 19:00:37 bouyer Exp $ + +SHA1 (qwt-6.1.4.tar.bz2) = a1028cb0a33322920266fb183869023b8ed30394 +RMD160 (qwt-6.1.4.tar.bz2) = a78f245b430b3e97443245d336031be59e2b0e17 +SHA512 (qwt-6.1.4.tar.bz2) = 6135ce47fd4f9ff5b705193fc1f7410cfd5a0b84931bb17db750f6a5486ae810c261dae32431bd52838c36eadee02487148e1efa71c465c63aa43062eec160da +Size (qwt-6.1.4.tar.bz2) = 4227315 bytes +SHA1 (patch-pri) = ae8ca6197b76c082e22e4a9df57328ff8033d724 +SHA1 (patch-qwt.prf) = e6ba3daffb0ba084e435dd573bde50341933b694 Index: pkgsrc/x11/qwt6-qt5/patches/patch-pri diff -u /dev/null pkgsrc/x11/qwt6-qt5/patches/patch-pri:1.1 --- /dev/null Mon Oct 28 19:00:37 2019 +++ pkgsrc/x11/qwt6-qt5/patches/patch-pri Mon Oct 28 19:00:37 2019 @@ -0,0 +1,30 @@ +$NetBSD: patch-pri,v 1.1 2019/10/28 19:00:37 bouyer Exp $ + +--- qwtconfig.pri.orig 2019-01-02 17:21:31.556467499 +0100 ++++ qwtconfig.pri 2019-10-25 18:51:20.912266571 +0200 +@@ -19,7 +19,7 @@ + QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX] + + unix { +- QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION ++ QWT_INSTALL_PREFIX = $$(PREFIX)/qwt-$$QWT_VERSION + # QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION-qt-$$QT_VERSION + } + +@@ -42,14 +42,14 @@ + # runtime environment of designer/creator. + ###################################################################### + +-QWT_INSTALL_PLUGINS = $${QWT_INSTALL_PREFIX}/plugins/designer ++#QWT_INSTALL_PLUGINS = $${QWT_INSTALL_PREFIX}/plugins/designer + + # linux distributors often organize the Qt installation + # their way and QT_INSTALL_PREFIX doesn't offer a good + # path. Also QT_INSTALL_PREFIX is only one of the default + # search paths of the designer - not the Qt creator + +-#QWT_INSTALL_PLUGINS = $$[QT_INSTALL_PREFIX]/plugins/designer ++QWT_INSTALL_PLUGINS = $$[QT_INSTALL_PREFIX]/plugins/designer + + ###################################################################### + # Features Index: pkgsrc/x11/qwt6-qt5/patches/patch-qwt.prf diff -u /dev/null pkgsrc/x11/qwt6-qt5/patches/patch-qwt.prf:1.1 --- /dev/null Mon Oct 28 19:00:37 2019 +++ pkgsrc/x11/qwt6-qt5/patches/patch-qwt.prf Mon Oct 28 19:00:37 2019 @@ -0,0 +1,12 @@ +$NetBSD: patch-qwt.prf,v 1.1 2019/10/28 19:00:37 bouyer Exp $ +Needs to add QWT_INSTALL_LIBS to RPATH + +--- qwt.prf.orig 2019-10-27 11:19:56.445946771 +0100 ++++ qwt.prf 2019-10-27 11:20:03.718973346 +0100 +@@ -33,5 +33,5 @@ + INCLUDEPATH *= $${QWT_INSTALL_HEADERS} + } + +-# QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS} ++QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS} + qwtAddLibrary($${QWT_INSTALL_LIBS}, qwt) --_----------=_1572289237288940--