From: Landry Breuil Subject: [update] x11/qwt 6.3 & qt6 FLAVOR To: ports@openbsd.org Date: Fri, 1 Nov 2024 18:48:30 +0100 hi, same as for qscintilla, i needed this for qgis-qt6, and had to reuse what was there some years ago. updated from 6.2 to 6.3 while here, make update works fine from the non-splitted 6.2 to 6.3, including installing both qt5 & qt6 libs that can coexist. i've seen that gnuradio is broken because of scipy, and afaict bat from bacula doesn't even link with qwt, only checks for it during build according to some comment there ? if qgis is the sole real consumer... feedback welcome, especially on the @pkgpath/@conflict bits; Landry Index: Makefile =================================================================== RCS file: /cvs/ports/x11/qwt/Makefile,v diff -u -r1.37 Makefile --- Makefile 7 Nov 2023 14:19:51 -0000 1.37 +++ Makefile 1 Nov 2024 17:41:46 -0000 @@ -1,8 +1,10 @@ -COMMENT= Qt widgets for technical applications +COMMENT-main= Qt widgets for technical applications +COMMENT-common = common files for the qwt packages -VERSION = 6.2.0 +VERSION = 6.3.0 DISTNAME = qwt-${VERSION} -REVISION = 0 +FULLPKGNAME-common = qwt-common-${VERSION} +FULLPKGPATH-common = x11/qwt,-common SHARED_LIBS = qwt${QTLIBSUFFIX} 8.0 @@ -17,21 +19,47 @@ # https://qwt.sourceforge.net/qwtlicense.html PERMIT_PACKAGE = Yes -WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Designer Qt5Gui Qt5Widgets Qt5Xml -WANTLIB += Qt5Concurrent Qt5OpenGL Qt5PrintSupport Qt5Svg m - -MODULES = x11/qt5 \ - devel/qmake +MODULES = devel/qmake MODQMAKE_INSTALL_ROOT = NO_TEST = Yes USE_GMAKE = Yes +MULTI_PACKAGES= -main -common +FLAVORS = qt6 +FLAVOR ?= + +.if ${FLAVOR:Mqt6} +PKGSPEC-main = qwt-*-qt6 +MODULES += x11/qt6 +QTVER = qt6 +QTLIBSUFFIX = -${QTVER} +LIB_DEPENDS = x11/qt6/qttools \ + x11/qt6/qtsvg + +WANTLIB-main += Qt6Concurrent Qt6Core Qt6Designer Qt6Gui Qt6OpenGL +WANTLIB-main += Qt6OpenGLWidgets Qt6PrintSupport Qt6Svg Qt6Widgets Qt6Xml +.else +PKGSPEC-main = qwt-*-!qt6 +MODULES += x11/qt5 + +WANTLIB-main += Qt5Concurrent Qt5Core Qt5Designer Qt5Gui Qt5OpenGL +WANTLIB-main += Qt5PrintSupport Qt5Svg Qt5Widgets Qt5Xml + LIB_DEPENDS = x11/qt5/qttools,-main \ x11/qt5/qtsvg QTVER = qt5 +QTLIBSUFFIX = # empty on purpose +.endif +WANTLIB-main += ${COMPILER_LIBCXX} GL m +WANTLIB-common = # empty +RUN_DEPENDS-common = # empty +LIB_DEPENDS-common = # empty +PKG_ARCH-common= * +RUN_DEPENDS = ${FULLPKGPATH-common} + SUBST_VARS = WRKINST QTVER QTLIBSUFFIX pre-configure: @@ -46,6 +74,5 @@ post-install: rm -rf ${PREFIX}/share/doc/qwt/html/*.md5 - mv ${PREFIX}/share/doc/qwt/man/man3 ${PREFIX}/man/ .include Index: distinfo =================================================================== RCS file: /cvs/ports/x11/qwt/distinfo,v diff -u -r1.7 distinfo --- distinfo 2 Sep 2023 10:59:43 -0000 1.7 +++ distinfo 1 Nov 2024 17:41:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (qwt-6.2.0.tar.bz2) = kZT2UTlV0P1zAPZxWBdQZEYBl6urGpL6EnpnpLC3FTA= -SIZE (qwt-6.2.0.tar.bz2) = 4815773 +SHA256 (qwt-6.3.0.tar.bz2) = 3LCFiWwoquxVGMvAjA7itOYK2nrJKdgmOfYYmFGmEpo= +SIZE (qwt-6.3.0.tar.bz2) = 4737935 Index: patches/patch-designer_designer_pro =================================================================== RCS file: patches/patch-designer_designer_pro diff -N patches/patch-designer_designer_pro --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-designer_designer_pro 1 Nov 2024 17:41:46 -0000 @@ -0,0 +1,12 @@ +Index: designer/designer.pro +--- designer/designer.pro.orig ++++ designer/designer.pro +@@ -99,7 +99,7 @@ contains(QWT_CONFIG, QwtDesigner) { + # into the plugin. Not supported on Windows ! + + QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS} +- qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt) ++ qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt${QTLIBSUFFIX}) + + contains(QWT_CONFIG, QwtDll) { + Index: patches/patch-qwt_prf =================================================================== RCS file: patches/patch-qwt_prf diff -N patches/patch-qwt_prf --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-qwt_prf 1 Nov 2024 17:41:46 -0000 @@ -0,0 +1,9 @@ +Index: qwt.prf +--- qwt.prf.orig ++++ qwt.prf +@@ -44,4 +44,4 @@ else { + } + + # QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS} +-qwtAddLibrary($${QWT_INSTALL_LIBS}, qwt) ++qwtAddLibrary($${QWT_INSTALL_LIBS}, qwt${QTLIBSUFFIX}) Index: patches/patch-src_src_pro =================================================================== RCS file: patches/patch-src_src_pro diff -N patches/patch-src_src_pro --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-src_src_pro 1 Nov 2024 17:41:46 -0000 @@ -0,0 +1,12 @@ +Index: src/src.pro +--- src/src.pro.orig ++++ src/src.pro +@@ -17,7 +17,7 @@ include( $${QWT_ROOT}/qwtfunctions.pri ) + QWT_OUT_ROOT = $${OUT_PWD}/.. + + TEMPLATE = lib +-TARGET = $$qwtLibraryTarget(qwt) ++TARGET = $$qwtLibraryTarget(qwt${QTLIBSUFFIX}) + + DESTDIR = $${QWT_OUT_ROOT}/lib + Index: pkg/DESCR =================================================================== RCS file: pkg/DESCR diff -N pkg/DESCR --- pkg/DESCR 9 Nov 2020 18:41:40 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,5 +0,0 @@ -The Qwt library contains GUI Components and utility classes which -are primarily useful for programs with a technical background. Beside -a 2D plot widget it provides scales, sliders, dials, compasses, -thermometers, wheels and knobs to control or display values, arrays, -or ranges of type double. Index: pkg/DESCR-common =================================================================== RCS file: pkg/DESCR-common diff -N pkg/DESCR-common --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/DESCR-common 1 Nov 2024 17:41:46 -0000 @@ -0,0 +1,7 @@ +The Qwt library contains GUI Components and utility classes which +are primarily useful for programs with a technical background. Beside +a 2D plot widget it provides scales, sliders, dials, compasses, +thermometers, wheels and knobs to control or display values, arrays, +or ranges of type double. + +This package contains files common to qt5 & qt6 variants Index: pkg/DESCR-main =================================================================== RCS file: pkg/DESCR-main diff -N pkg/DESCR-main --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/DESCR-main 1 Nov 2024 17:41:46 -0000 @@ -0,0 +1,7 @@ +The Qwt library contains GUI Components and utility classes which +are primarily useful for programs with a technical background. Beside +a 2D plot widget it provides scales, sliders, dials, compasses, +thermometers, wheels and knobs to control or display values, arrays, +or ranges of type double. + +This package only contains the version-specific qt bits. Index: pkg/PFRAG.no-qt6-main =================================================================== RCS file: pkg/PFRAG.no-qt6-main diff -N pkg/PFRAG.no-qt6-main --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/PFRAG.no-qt6-main 1 Nov 2024 17:41:46 -0000 @@ -0,0 +1,4 @@ +@conflict qwt-*-!qt6 +@pkgpath x11/qwt +@lib lib/libqwt${QTLIBSUFFIX}.so.${LIBqwt_VERSION} +lib/pkgconfig/Qt5Qwt6.pc Index: pkg/PFRAG.qt6-main =================================================================== RCS file: pkg/PFRAG.qt6-main diff -N pkg/PFRAG.qt6-main --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/PFRAG.qt6-main 1 Nov 2024 17:41:46 -0000 @@ -0,0 +1,4 @@ +@conflict qwt-*-qt6 +@pkgpath x11/qwt,qt6 +@lib lib/libqwt${QTLIBSUFFIX}.so.${LIBqwt-qt6_VERSION} +lib/pkgconfig/Qt6Qwt6.pc Index: pkg/PLIST =================================================================== RCS file: pkg/PLIST diff -N pkg/PLIST --- pkg/PLIST 2 Sep 2023 10:59:43 -0000 1.8 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,2157 +0,0 @@ -@conflict qwt-<6.1.5 -@conflict qwt-common-<6.1.5 -@conflict qwt-*-qt5 -@pkgpath x11/qwt,-main -@pkgpath x11/qwt,-common -@pkgpath x11/qwt,-main,qt5 -include/QwtAbstractLegend -include/QwtAbstractScale -include/QwtAbstractScaleDraw -include/QwtAbstractSlider -include/QwtAlphaColorMap -include/QwtAnalogClock -include/QwtArrowButton -include/QwtAxis -include/QwtAxisId -include/QwtBezier -include/QwtCPointerData -include/QwtClipper -include/QwtColorMap -include/QwtColumnRect -include/QwtColumnSymbol -include/QwtCompass -include/QwtCompassMagnetNeedle -include/QwtCompassRose -include/QwtCompassScaleDraw -include/QwtCompassWindArrow -include/QwtCounter -include/QwtCurveFitter -include/QwtDate -include/QwtDateScaleDraw -include/QwtDateScaleEngine -include/QwtDial -include/QwtDialNeedle -include/QwtDialSimpleNeedle -include/QwtDynGridLayout -include/QwtEventPattern -include/QwtGlobal -include/QwtGraphic -include/QwtHueColorMap -include/QwtInterval -include/QwtIntervalSample -include/QwtIntervalSeriesData -include/QwtIntervalSymbol -include/QwtKnob -include/QwtLegend -include/QwtLegendData -include/QwtLegendLabel -include/QwtLinearColorMap -include/QwtLinearScaleEngine -include/QwtLogScaleEngine -include/QwtLogTransform -include/QwtMagnifier -include/QwtMath -include/QwtMatrixRasterData -include/QwtNullPaintDevice -include/QwtNullTransform -include/QwtOHLCSample -include/QwtPainter -include/QwtPainterCommand -include/QwtPanner -include/QwtPicker -include/QwtPickerClickPointMachine -include/QwtPickerClickRectMachine -include/QwtPickerDragLineMachine -include/QwtPickerDragPointMachine -include/QwtPickerDragRectMachine -include/QwtPickerMachine -include/QwtPickerPolygonMachine -include/QwtPickerTrackerMachine -include/QwtPixelMatrix -include/QwtPlainTextEngine -include/QwtPlot -include/QwtPlotAbstractBarChart -include/QwtPlotAbstractCanvas -include/QwtPlotBarChart -include/QwtPlotCanvas -include/QwtPlotCurve -include/QwtPlotDict -include/QwtPlotDirectPainter -include/QwtPlotGLCanvas -include/QwtPlotGraphicItem -include/QwtPlotGrid -include/QwtPlotHistogram -include/QwtPlotIntervalCurve -include/QwtPlotItem -include/QwtPlotLayout -include/QwtPlotLegendItem -include/QwtPlotMagnifier -include/QwtPlotMarker -include/QwtPlotMultiBarChart -include/QwtPlotOpenGLCanvas -include/QwtPlotPanner -include/QwtPlotPicker -include/QwtPlotRasterItem -include/QwtPlotRenderer -include/QwtPlotRescaler -include/QwtPlotScaleItem -include/QwtPlotSeriesItem -include/QwtPlotShapeItem -include/QwtPlotSpectroCurve -include/QwtPlotSpectrogram -include/QwtPlotSvgItem -include/QwtPlotTextLabel -include/QwtPlotTradingCurve -include/QwtPlotVectorField -include/QwtPlotZoneItem -include/QwtPlotZoomer -include/QwtPoint3D -include/QwtPoint3DSeriesData -include/QwtPointArrayData -include/QwtPointMapper -include/QwtPointPolar -include/QwtPointSeriesData -include/QwtPowerTransform -include/QwtRasterData -include/QwtRichTextEngine -include/QwtRoundScaleDraw -include/QwtSamplingThread -include/QwtSaturationValueColorMap -include/QwtScaleArithmetic -include/QwtScaleDiv -include/QwtScaleDraw -include/QwtScaleEngine -include/QwtScaleMap -include/QwtScaleWidget -include/QwtSeriesData -include/QwtSetSample -include/QwtSetSeriesData -include/QwtSimpleCompassRose -include/QwtSlider -include/QwtSpline -include/QwtSplineBasis -include/QwtSplineC1 -include/QwtSplineC2 -include/QwtSplineCubic -include/QwtSplineCurveFitter -include/QwtSplineG1 -include/QwtSplineInterpolating -include/QwtSplineLocal -include/QwtSplineParameter -include/QwtSplineParametrization -include/QwtSplinePleasing -include/QwtSplinePolynomial -include/QwtSymbol -include/QwtSyntheticPointData -include/QwtSystemClock -include/QwtText -include/QwtTextEngine -include/QwtTextLabel -include/QwtThermo -include/QwtTradingChartData -include/QwtTransform -include/QwtVectorFieldArrow -include/QwtVectorFieldData -include/QwtVectorFieldSample -include/QwtVectorFieldSymbol -include/QwtVectorFieldThinArrow -include/QwtWeedingCurveFitter -include/QwtWheel -include/QwtWidgetOverlay -include/qwt.h -include/qwt_abstract_legend.h -include/qwt_abstract_scale.h -include/qwt_abstract_scale_draw.h -include/qwt_abstract_slider.h -include/qwt_analog_clock.h -include/qwt_arrow_button.h -include/qwt_axis.h -include/qwt_axis_id.h -include/qwt_bezier.h -include/qwt_clipper.h -include/qwt_color_map.h -include/qwt_column_symbol.h -include/qwt_compass.h -include/qwt_compass_rose.h -include/qwt_counter.h -include/qwt_curve_fitter.h -include/qwt_date.h -include/qwt_date_scale_draw.h -include/qwt_date_scale_engine.h -include/qwt_dial.h -include/qwt_dial_needle.h -include/qwt_dyngrid_layout.h -include/qwt_event_pattern.h -include/qwt_global.h -include/qwt_graphic.h -include/qwt_interval.h -include/qwt_interval_symbol.h -include/qwt_knob.h -include/qwt_legend.h -include/qwt_legend_data.h -include/qwt_legend_label.h -include/qwt_magnifier.h -include/qwt_math.h -include/qwt_matrix_raster_data.h -include/qwt_null_paintdevice.h -include/qwt_painter.h -include/qwt_painter_command.h -include/qwt_panner.h -include/qwt_picker.h -include/qwt_picker_machine.h -include/qwt_pixel_matrix.h -include/qwt_plot.h -include/qwt_plot_abstract_barchart.h -include/qwt_plot_abstract_canvas.h -include/qwt_plot_barchart.h -include/qwt_plot_canvas.h -include/qwt_plot_curve.h -include/qwt_plot_dict.h -include/qwt_plot_directpainter.h -include/qwt_plot_glcanvas.h -include/qwt_plot_graphicitem.h -include/qwt_plot_grid.h -include/qwt_plot_histogram.h -include/qwt_plot_intervalcurve.h -include/qwt_plot_item.h -include/qwt_plot_layout.h -include/qwt_plot_legenditem.h -include/qwt_plot_magnifier.h -include/qwt_plot_marker.h -include/qwt_plot_multi_barchart.h -include/qwt_plot_opengl_canvas.h -include/qwt_plot_panner.h -include/qwt_plot_picker.h -include/qwt_plot_rasteritem.h -include/qwt_plot_renderer.h -include/qwt_plot_rescaler.h -include/qwt_plot_scaleitem.h -include/qwt_plot_seriesitem.h -include/qwt_plot_shapeitem.h -include/qwt_plot_spectrocurve.h -include/qwt_plot_spectrogram.h -include/qwt_plot_svgitem.h -include/qwt_plot_textlabel.h -include/qwt_plot_tradingcurve.h -include/qwt_plot_vectorfield.h -include/qwt_plot_zoneitem.h -include/qwt_plot_zoomer.h -include/qwt_point_3d.h -include/qwt_point_data.h -include/qwt_point_mapper.h -include/qwt_point_polar.h -include/qwt_polar.h -include/qwt_polar_canvas.h -include/qwt_polar_curve.h -include/qwt_polar_fitter.h -include/qwt_polar_grid.h -include/qwt_polar_item.h -include/qwt_polar_itemdict.h -include/qwt_polar_layout.h -include/qwt_polar_magnifier.h -include/qwt_polar_marker.h -include/qwt_polar_panner.h -include/qwt_polar_picker.h -include/qwt_polar_plot.h -include/qwt_polar_renderer.h -include/qwt_polar_spectrogram.h -include/qwt_raster_data.h -include/qwt_round_scale_draw.h -include/qwt_samples.h -include/qwt_sampling_thread.h -include/qwt_scale_div.h -include/qwt_scale_draw.h -include/qwt_scale_engine.h -include/qwt_scale_map.h -include/qwt_scale_widget.h -include/qwt_series_data.h -include/qwt_series_store.h -include/qwt_slider.h -include/qwt_spline.h -include/qwt_spline_basis.h -include/qwt_spline_cubic.h -include/qwt_spline_curve_fitter.h -include/qwt_spline_local.h -include/qwt_spline_parametrization.h -include/qwt_spline_pleasing.h -include/qwt_spline_polynomial.h -include/qwt_symbol.h -include/qwt_system_clock.h -include/qwt_text.h -include/qwt_text_engine.h -include/qwt_text_label.h -include/qwt_thermo.h -include/qwt_transform.h -include/qwt_vectorfield_symbol.h -include/qwt_weeding_curve_fitter.h -include/qwt_wheel.h -include/qwt_widget_overlay.h -@lib lib/libqwt.so.${LIBqwt_VERSION} -lib/pkgconfig/Qt5Qwt6.pc -lib/${QTVER}/mkspecs/features/qwt.prf -lib/${QTVER}/mkspecs/features/qwtconfig.pri -lib/${QTVER}/mkspecs/features/qwtfunctions.pri -@so lib/${QTVER}/plugins/designer/libqwt_designer_plugin.so -@man man/man3/QList.3 -@man man/man3/QMap.3 -@man man/man3/QStack.3 -@man man/man3/QVector.3 -@man man/man3/QwtAbstractLegend.3 -@man man/man3/QwtAbstractScale.3 -@man man/man3/QwtAbstractScaleDraw.3 -@man man/man3/QwtAbstractSeriesStore.3 -@man man/man3/QwtAbstractSlider.3 -@man man/man3/QwtAlphaColorMap.3 -@man man/man3/QwtAnalogClock.3 -@man man/man3/QwtArraySeriesData.3 -@man man/man3/QwtArrowButton.3 -@man man/man3/QwtAxis.3 -@man man/man3/QwtBezier.3 -@man man/man3/QwtCPointerData.3 -@man man/man3/QwtCPointerValueData.3 -@man man/man3/QwtClipper.3 -@man man/man3/QwtColorMap.3 -@man man/man3/QwtColumnRect.3 -@man man/man3/QwtColumnSymbol.3 -@man man/man3/QwtCompass.3 -@man man/man3/QwtCompassMagnetNeedle.3 -@man man/man3/QwtCompassRose.3 -@man man/man3/QwtCompassScaleDraw.3 -@man man/man3/QwtCompassWindArrow.3 -@man man/man3/QwtCounter.3 -@man man/man3/QwtCurveFitter.3 -@man man/man3/QwtDate.3 -@man man/man3/QwtDateScaleDraw.3 -@man man/man3/QwtDateScaleEngine.3 -@man man/man3/QwtDial.3 -@man man/man3/QwtDialNeedle.3 -@man man/man3/QwtDialSimpleNeedle.3 -@man man/man3/QwtDynGridLayout.3 -@man man/man3/QwtEventPattern.3 -@man man/man3/QwtEventPattern_KeyPattern.3 -@man man/man3/QwtEventPattern_MousePattern.3 -@man man/man3/QwtGraphic.3 -@man man/man3/QwtHueColorMap.3 -@man man/man3/QwtInterval.3 -@man man/man3/QwtIntervalSample.3 -@man man/man3/QwtIntervalSeriesData.3 -@man man/man3/QwtIntervalSymbol.3 -@man man/man3/QwtKnob.3 -@man man/man3/QwtLegend.3 -@man man/man3/QwtLegendData.3 -@man man/man3/QwtLegendLabel.3 -@man man/man3/QwtLinearColorMap.3 -@man man/man3/QwtLinearScaleEngine.3 -@man man/man3/QwtLogScaleEngine.3 -@man man/man3/QwtLogTransform.3 -@man man/man3/QwtMagnifier.3 -@man man/man3/QwtMatrixRasterData.3 -@man man/man3/QwtNullPaintDevice.3 -@man man/man3/QwtNullTransform.3 -@man man/man3/QwtOHLCSample.3 -@man man/man3/QwtPainter.3 -@man man/man3/QwtPainterCommand.3 -@man man/man3/QwtPanner.3 -@man man/man3/QwtPicker.3 -@man man/man3/QwtPickerClickPointMachine.3 -@man man/man3/QwtPickerClickRectMachine.3 -@man man/man3/QwtPickerDragLineMachine.3 -@man man/man3/QwtPickerDragPointMachine.3 -@man man/man3/QwtPickerDragRectMachine.3 -@man man/man3/QwtPickerMachine.3 -@man man/man3/QwtPickerPolygonMachine.3 -@man man/man3/QwtPickerTrackerMachine.3 -@man man/man3/QwtPixelMatrix.3 -@man man/man3/QwtPlainTextEngine.3 -@man man/man3/QwtPlot.3 -@man man/man3/QwtPlotAbstractBarChart.3 -@man man/man3/QwtPlotAbstractCanvas.3 -@man man/man3/QwtPlotAbstractGLCanvas.3 -@man man/man3/QwtPlotBarChart.3 -@man man/man3/QwtPlotCanvas.3 -@man man/man3/QwtPlotCurve.3 -@man man/man3/QwtPlotDict.3 -@man man/man3/QwtPlotDirectPainter.3 -@man man/man3/QwtPlotGLCanvas.3 -@man man/man3/QwtPlotGraphicItem.3 -@man man/man3/QwtPlotGrid.3 -@man man/man3/QwtPlotHistogram.3 -@man man/man3/QwtPlotIntervalCurve.3 -@man man/man3/QwtPlotItem.3 -@man man/man3/QwtPlotLayout.3 -@man man/man3/QwtPlotLegendItem.3 -@man man/man3/QwtPlotMagnifier.3 -@man man/man3/QwtPlotMarker.3 -@man man/man3/QwtPlotMultiBarChart.3 -@man man/man3/QwtPlotOpenGLCanvas.3 -@man man/man3/QwtPlotPanner.3 -@man man/man3/QwtPlotPicker.3 -@man man/man3/QwtPlotRasterItem.3 -@man man/man3/QwtPlotRenderer.3 -@man man/man3/QwtPlotRescaler.3 -@man man/man3/QwtPlotScaleItem.3 -@man man/man3/QwtPlotSeriesItem.3 -@man man/man3/QwtPlotShapeItem.3 -@man man/man3/QwtPlotSpectroCurve.3 -@man man/man3/QwtPlotSpectrogram.3 -@man man/man3/QwtPlotSvgItem.3 -@man man/man3/QwtPlotTextLabel.3 -@man man/man3/QwtPlotTradingCurve.3 -@man man/man3/QwtPlotVectorField.3 -@man man/man3/QwtPlotZoneItem.3 -@man man/man3/QwtPlotZoomer.3 -@man man/man3/QwtPoint3D.3 -@man man/man3/QwtPoint3DSeriesData.3 -@man man/man3/QwtPointArrayData.3 -@man man/man3/QwtPointMapper.3 -@man man/man3/QwtPointPolar.3 -@man man/man3/QwtPointSeriesData.3 -@man man/man3/QwtPolarCanvas.3 -@man man/man3/QwtPolarCurve.3 -@man man/man3/QwtPolarFitter.3 -@man man/man3/QwtPolarGrid.3 -@man man/man3/QwtPolarItem.3 -@man man/man3/QwtPolarItemDict.3 -@man man/man3/QwtPolarLayout.3 -@man man/man3/QwtPolarMagnifier.3 -@man man/man3/QwtPolarMarker.3 -@man man/man3/QwtPolarPanner.3 -@man man/man3/QwtPolarPicker.3 -@man man/man3/QwtPolarPlot.3 -@man man/man3/QwtPolarRenderer.3 -@man man/man3/QwtPolarSpectrogram.3 -@man man/man3/QwtPowerTransform.3 -@man man/man3/QwtRasterData.3 -@man man/man3/QwtRichTextEngine.3 -@man man/man3/QwtRoundScaleDraw.3 -@man man/man3/QwtSamplingThread.3 -@man man/man3/QwtSaturationValueColorMap.3 -@man man/man3/QwtScaleArithmetic.3 -@man man/man3/QwtScaleDiv.3 -@man man/man3/QwtScaleDraw.3 -@man man/man3/QwtScaleEngine.3 -@man man/man3/QwtScaleMap.3 -@man man/man3/QwtScaleWidget.3 -@man man/man3/QwtSeriesData.3 -@man man/man3/QwtSeriesStore.3 -@man man/man3/QwtSetSample.3 -@man man/man3/QwtSetSeriesData.3 -@man man/man3/QwtSimpleCompassRose.3 -@man man/man3/QwtSlider.3 -@man man/man3/QwtSpline.3 -@man man/man3/QwtSplineBasis.3 -@man man/man3/QwtSplineC1.3 -@man man/man3/QwtSplineC2.3 -@man man/man3/QwtSplineCubic.3 -@man man/man3/QwtSplineCurveFitter.3 -@man man/man3/QwtSplineG1.3 -@man man/man3/QwtSplineInterpolating.3 -@man man/man3/QwtSplineLocal.3 -@man man/man3/QwtSplineParametrization.3 -@man man/man3/QwtSplinePleasing.3 -@man man/man3/QwtSplinePolynomial.3 -@man man/man3/QwtSymbol.3 -@man man/man3/QwtSyntheticPointData.3 -@man man/man3/QwtSystemClock.3 -@man man/man3/QwtText.3 -@man man/man3/QwtTextEngine.3 -@man man/man3/QwtTextLabel.3 -@man man/man3/QwtThermo.3 -@man man/man3/QwtTradingChartData.3 -@man man/man3/QwtTransform.3 -@man man/man3/QwtValuePointData.3 -@man man/man3/QwtVectorFieldArrow.3 -@man man/man3/QwtVectorFieldData.3 -@man man/man3/QwtVectorFieldSample.3 -@man man/man3/QwtVectorFieldSymbol.3 -@man man/man3/QwtVectorFieldThinArrow.3 -@man man/man3/QwtWeedingCurveFitter.3 -@man man/man3/QwtWheel.3 -@man man/man3/QwtWidgetOverlay.3 -@man man/man3/barchartscreenshots.3 -@man man/man3/controlscreenshots.3 -@man man/man3/curvescreenshots.3 -@man man/man3/otherscreenshots.3 -@man man/man3/qwtchangelog.3 -@man man/man3/qwtinstall.3 -@man man/man3/qwtlicense.3 -@man man/man3/spectrogramscreenshots.3 -share/doc/qwt/ -share/doc/qwt/html/ -share/doc/qwt/html/_form0_tmp.epsi -share/doc/qwt/html/_form0_tmp.pdf -share/doc/qwt/html/_form0_tmp.ps -share/doc/qwt/html/_formulas.aux -share/doc/qwt/html/_formulas.dvi -share/doc/qwt/html/_formulas.log -share/doc/qwt/html/_formulas.tex -share/doc/qwt/html/analogclock.png -share/doc/qwt/html/annotated.html -share/doc/qwt/html/annotated_dup.js -share/doc/qwt/html/barchart-grouped-600x400.png -share/doc/qwt/html/barchart-stacked-600x400.png -share/doc/qwt/html/barchartscreenshots.html -share/doc/qwt/html/bc_s.png -share/doc/qwt/html/bdwn.png -share/doc/qwt/html/bode-blue-600x400.png -share/doc/qwt/html/bode-rosy-600x400.png -share/doc/qwt/html/class_q_list.html -share/doc/qwt/html/class_q_map.html -share/doc/qwt/html/class_q_stack.html -share/doc/qwt/html/class_q_vector.html -share/doc/qwt/html/class_qwt_abstract_legend-members.html -share/doc/qwt/html/class_qwt_abstract_legend.html -share/doc/qwt/html/class_qwt_abstract_legend.js -share/doc/qwt/html/class_qwt_abstract_legend__inherit__graph.map -share/doc/qwt/html/class_qwt_abstract_legend__inherit__graph.svg -share/doc/qwt/html/class_qwt_abstract_scale-members.html -share/doc/qwt/html/class_qwt_abstract_scale.html -share/doc/qwt/html/class_qwt_abstract_scale.js -share/doc/qwt/html/class_qwt_abstract_scale__inherit__graph.map -share/doc/qwt/html/class_qwt_abstract_scale__inherit__graph.svg -share/doc/qwt/html/class_qwt_abstract_scale_draw-members.html -share/doc/qwt/html/class_qwt_abstract_scale_draw.html -share/doc/qwt/html/class_qwt_abstract_scale_draw.js -share/doc/qwt/html/class_qwt_abstract_scale_draw__inherit__graph.map -share/doc/qwt/html/class_qwt_abstract_scale_draw__inherit__graph.svg -share/doc/qwt/html/class_qwt_abstract_series_store-members.html -share/doc/qwt/html/class_qwt_abstract_series_store.html -share/doc/qwt/html/class_qwt_abstract_series_store.js -share/doc/qwt/html/class_qwt_abstract_series_store__inherit__graph.map -share/doc/qwt/html/class_qwt_abstract_series_store__inherit__graph.svg -share/doc/qwt/html/class_qwt_abstract_series_store__inherit__graph_org.svg -share/doc/qwt/html/class_qwt_abstract_slider-members.html -share/doc/qwt/html/class_qwt_abstract_slider.html -share/doc/qwt/html/class_qwt_abstract_slider.js -share/doc/qwt/html/class_qwt_abstract_slider__inherit__graph.map -share/doc/qwt/html/class_qwt_abstract_slider__inherit__graph.svg -share/doc/qwt/html/class_qwt_alpha_color_map-members.html -share/doc/qwt/html/class_qwt_alpha_color_map.html -share/doc/qwt/html/class_qwt_alpha_color_map.js -share/doc/qwt/html/class_qwt_alpha_color_map__inherit__graph.map -share/doc/qwt/html/class_qwt_alpha_color_map__inherit__graph.svg -share/doc/qwt/html/class_qwt_analog_clock-members.html -share/doc/qwt/html/class_qwt_analog_clock.html -share/doc/qwt/html/class_qwt_analog_clock.js -share/doc/qwt/html/class_qwt_analog_clock__inherit__graph.map -share/doc/qwt/html/class_qwt_analog_clock__inherit__graph.svg -share/doc/qwt/html/class_qwt_array_series_data-members.html -share/doc/qwt/html/class_qwt_array_series_data.html -share/doc/qwt/html/class_qwt_array_series_data.js -share/doc/qwt/html/class_qwt_array_series_data__inherit__graph.map -share/doc/qwt/html/class_qwt_array_series_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_arrow_button-members.html -share/doc/qwt/html/class_qwt_arrow_button.html -share/doc/qwt/html/class_qwt_arrow_button.js -share/doc/qwt/html/class_qwt_arrow_button__inherit__graph.map -share/doc/qwt/html/class_qwt_arrow_button__inherit__graph.svg -share/doc/qwt/html/class_qwt_bezier-members.html -share/doc/qwt/html/class_qwt_bezier.html -share/doc/qwt/html/class_qwt_bezier.js -share/doc/qwt/html/class_qwt_c_pointer_data-members.html -share/doc/qwt/html/class_qwt_c_pointer_data.html -share/doc/qwt/html/class_qwt_c_pointer_data.js -share/doc/qwt/html/class_qwt_c_pointer_data__inherit__graph.map -share/doc/qwt/html/class_qwt_c_pointer_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_c_pointer_value_data-members.html -share/doc/qwt/html/class_qwt_c_pointer_value_data.html -share/doc/qwt/html/class_qwt_c_pointer_value_data.js -share/doc/qwt/html/class_qwt_c_pointer_value_data__inherit__graph.map -share/doc/qwt/html/class_qwt_c_pointer_value_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_color_map-members.html -share/doc/qwt/html/class_qwt_color_map.html -share/doc/qwt/html/class_qwt_color_map.js -share/doc/qwt/html/class_qwt_color_map__inherit__graph.map -share/doc/qwt/html/class_qwt_color_map__inherit__graph.svg -share/doc/qwt/html/class_qwt_color_map__inherit__graph_org.svg -share/doc/qwt/html/class_qwt_column_rect-members.html -share/doc/qwt/html/class_qwt_column_rect.html -share/doc/qwt/html/class_qwt_column_rect.js -share/doc/qwt/html/class_qwt_column_symbol-members.html -share/doc/qwt/html/class_qwt_column_symbol.html -share/doc/qwt/html/class_qwt_column_symbol.js -share/doc/qwt/html/class_qwt_compass-members.html -share/doc/qwt/html/class_qwt_compass.html -share/doc/qwt/html/class_qwt_compass.js -share/doc/qwt/html/class_qwt_compass__inherit__graph.map -share/doc/qwt/html/class_qwt_compass__inherit__graph.svg -share/doc/qwt/html/class_qwt_compass_magnet_needle-members.html -share/doc/qwt/html/class_qwt_compass_magnet_needle.html -share/doc/qwt/html/class_qwt_compass_magnet_needle.js -share/doc/qwt/html/class_qwt_compass_magnet_needle__inherit__graph.map -share/doc/qwt/html/class_qwt_compass_magnet_needle__inherit__graph.svg -share/doc/qwt/html/class_qwt_compass_rose-members.html -share/doc/qwt/html/class_qwt_compass_rose.html -share/doc/qwt/html/class_qwt_compass_rose.js -share/doc/qwt/html/class_qwt_compass_rose__inherit__graph.map -share/doc/qwt/html/class_qwt_compass_rose__inherit__graph.svg -share/doc/qwt/html/class_qwt_compass_scale_draw-members.html -share/doc/qwt/html/class_qwt_compass_scale_draw.html -share/doc/qwt/html/class_qwt_compass_scale_draw.js -share/doc/qwt/html/class_qwt_compass_scale_draw__inherit__graph.map -share/doc/qwt/html/class_qwt_compass_scale_draw__inherit__graph.svg -share/doc/qwt/html/class_qwt_compass_wind_arrow-members.html -share/doc/qwt/html/class_qwt_compass_wind_arrow.html -share/doc/qwt/html/class_qwt_compass_wind_arrow.js -share/doc/qwt/html/class_qwt_compass_wind_arrow__inherit__graph.map -share/doc/qwt/html/class_qwt_compass_wind_arrow__inherit__graph.svg -share/doc/qwt/html/class_qwt_counter-members.html -share/doc/qwt/html/class_qwt_counter.html -share/doc/qwt/html/class_qwt_counter.js -share/doc/qwt/html/class_qwt_counter__inherit__graph.map -share/doc/qwt/html/class_qwt_counter__inherit__graph.svg -share/doc/qwt/html/class_qwt_curve_fitter-members.html -share/doc/qwt/html/class_qwt_curve_fitter.html -share/doc/qwt/html/class_qwt_curve_fitter.js -share/doc/qwt/html/class_qwt_curve_fitter__inherit__graph.map -share/doc/qwt/html/class_qwt_curve_fitter__inherit__graph.svg -share/doc/qwt/html/class_qwt_date-members.html -share/doc/qwt/html/class_qwt_date.html -share/doc/qwt/html/class_qwt_date.js -share/doc/qwt/html/class_qwt_date_scale_draw-members.html -share/doc/qwt/html/class_qwt_date_scale_draw.html -share/doc/qwt/html/class_qwt_date_scale_draw.js -share/doc/qwt/html/class_qwt_date_scale_draw__inherit__graph.map -share/doc/qwt/html/class_qwt_date_scale_draw__inherit__graph.svg -share/doc/qwt/html/class_qwt_date_scale_engine-members.html -share/doc/qwt/html/class_qwt_date_scale_engine.html -share/doc/qwt/html/class_qwt_date_scale_engine.js -share/doc/qwt/html/class_qwt_date_scale_engine__inherit__graph.map -share/doc/qwt/html/class_qwt_date_scale_engine__inherit__graph.svg -share/doc/qwt/html/class_qwt_dial-members.html -share/doc/qwt/html/class_qwt_dial.html -share/doc/qwt/html/class_qwt_dial.js -share/doc/qwt/html/class_qwt_dial__inherit__graph.map -share/doc/qwt/html/class_qwt_dial__inherit__graph.svg -share/doc/qwt/html/class_qwt_dial_needle-members.html -share/doc/qwt/html/class_qwt_dial_needle.html -share/doc/qwt/html/class_qwt_dial_needle.js -share/doc/qwt/html/class_qwt_dial_needle__inherit__graph.map -share/doc/qwt/html/class_qwt_dial_needle__inherit__graph.svg -share/doc/qwt/html/class_qwt_dial_simple_needle-members.html -share/doc/qwt/html/class_qwt_dial_simple_needle.html -share/doc/qwt/html/class_qwt_dial_simple_needle.js -share/doc/qwt/html/class_qwt_dial_simple_needle__inherit__graph.map -share/doc/qwt/html/class_qwt_dial_simple_needle__inherit__graph.svg -share/doc/qwt/html/class_qwt_dyn_grid_layout-members.html -share/doc/qwt/html/class_qwt_dyn_grid_layout.html -share/doc/qwt/html/class_qwt_dyn_grid_layout.js -share/doc/qwt/html/class_qwt_dyn_grid_layout__inherit__graph.map -share/doc/qwt/html/class_qwt_dyn_grid_layout__inherit__graph.svg -share/doc/qwt/html/class_qwt_event_pattern-members.html -share/doc/qwt/html/class_qwt_event_pattern.html -share/doc/qwt/html/class_qwt_event_pattern.js -share/doc/qwt/html/class_qwt_event_pattern_1_1_key_pattern-members.html -share/doc/qwt/html/class_qwt_event_pattern_1_1_key_pattern.html -share/doc/qwt/html/class_qwt_event_pattern_1_1_key_pattern.js -share/doc/qwt/html/class_qwt_event_pattern_1_1_mouse_pattern-members.html -share/doc/qwt/html/class_qwt_event_pattern_1_1_mouse_pattern.html -share/doc/qwt/html/class_qwt_event_pattern_1_1_mouse_pattern.js -share/doc/qwt/html/class_qwt_event_pattern__inherit__graph.map -share/doc/qwt/html/class_qwt_event_pattern__inherit__graph.svg -share/doc/qwt/html/class_qwt_graphic-members.html -share/doc/qwt/html/class_qwt_graphic.html -share/doc/qwt/html/class_qwt_graphic.js -share/doc/qwt/html/class_qwt_graphic__inherit__graph.map -share/doc/qwt/html/class_qwt_graphic__inherit__graph.svg -share/doc/qwt/html/class_qwt_hue_color_map-members.html -share/doc/qwt/html/class_qwt_hue_color_map.html -share/doc/qwt/html/class_qwt_hue_color_map.js -share/doc/qwt/html/class_qwt_hue_color_map__inherit__graph.map -share/doc/qwt/html/class_qwt_hue_color_map__inherit__graph.svg -share/doc/qwt/html/class_qwt_interval-members.html -share/doc/qwt/html/class_qwt_interval.html -share/doc/qwt/html/class_qwt_interval.js -share/doc/qwt/html/class_qwt_interval_sample-members.html -share/doc/qwt/html/class_qwt_interval_sample.html -share/doc/qwt/html/class_qwt_interval_sample.js -share/doc/qwt/html/class_qwt_interval_series_data-members.html -share/doc/qwt/html/class_qwt_interval_series_data.html -share/doc/qwt/html/class_qwt_interval_series_data.js -share/doc/qwt/html/class_qwt_interval_series_data__inherit__graph.map -share/doc/qwt/html/class_qwt_interval_series_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_interval_symbol-members.html -share/doc/qwt/html/class_qwt_interval_symbol.html -share/doc/qwt/html/class_qwt_interval_symbol.js -share/doc/qwt/html/class_qwt_knob-members.html -share/doc/qwt/html/class_qwt_knob.html -share/doc/qwt/html/class_qwt_knob.js -share/doc/qwt/html/class_qwt_knob__inherit__graph.map -share/doc/qwt/html/class_qwt_knob__inherit__graph.svg -share/doc/qwt/html/class_qwt_legend-members.html -share/doc/qwt/html/class_qwt_legend.html -share/doc/qwt/html/class_qwt_legend.js -share/doc/qwt/html/class_qwt_legend__inherit__graph.map -share/doc/qwt/html/class_qwt_legend__inherit__graph.svg -share/doc/qwt/html/class_qwt_legend_data-members.html -share/doc/qwt/html/class_qwt_legend_data.html -share/doc/qwt/html/class_qwt_legend_data.js -share/doc/qwt/html/class_qwt_legend_label-members.html -share/doc/qwt/html/class_qwt_legend_label.html -share/doc/qwt/html/class_qwt_legend_label.js -share/doc/qwt/html/class_qwt_legend_label__inherit__graph.map -share/doc/qwt/html/class_qwt_legend_label__inherit__graph.svg -share/doc/qwt/html/class_qwt_linear_color_map-members.html -share/doc/qwt/html/class_qwt_linear_color_map.html -share/doc/qwt/html/class_qwt_linear_color_map.js -share/doc/qwt/html/class_qwt_linear_color_map__inherit__graph.map -share/doc/qwt/html/class_qwt_linear_color_map__inherit__graph.svg -share/doc/qwt/html/class_qwt_linear_scale_engine-members.html -share/doc/qwt/html/class_qwt_linear_scale_engine.html -share/doc/qwt/html/class_qwt_linear_scale_engine.js -share/doc/qwt/html/class_qwt_linear_scale_engine__inherit__graph.map -share/doc/qwt/html/class_qwt_linear_scale_engine__inherit__graph.svg -share/doc/qwt/html/class_qwt_log_scale_engine-members.html -share/doc/qwt/html/class_qwt_log_scale_engine.html -share/doc/qwt/html/class_qwt_log_scale_engine.js -share/doc/qwt/html/class_qwt_log_scale_engine__inherit__graph.map -share/doc/qwt/html/class_qwt_log_scale_engine__inherit__graph.svg -share/doc/qwt/html/class_qwt_log_transform-members.html -share/doc/qwt/html/class_qwt_log_transform.html -share/doc/qwt/html/class_qwt_log_transform.js -share/doc/qwt/html/class_qwt_log_transform__inherit__graph.map -share/doc/qwt/html/class_qwt_log_transform__inherit__graph.svg -share/doc/qwt/html/class_qwt_magnifier-members.html -share/doc/qwt/html/class_qwt_magnifier.html -share/doc/qwt/html/class_qwt_magnifier.js -share/doc/qwt/html/class_qwt_magnifier__inherit__graph.map -share/doc/qwt/html/class_qwt_magnifier__inherit__graph.svg -share/doc/qwt/html/class_qwt_matrix_raster_data-members.html -share/doc/qwt/html/class_qwt_matrix_raster_data.html -share/doc/qwt/html/class_qwt_matrix_raster_data.js -share/doc/qwt/html/class_qwt_matrix_raster_data__inherit__graph.map -share/doc/qwt/html/class_qwt_matrix_raster_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_null_paint_device-members.html -share/doc/qwt/html/class_qwt_null_paint_device.html -share/doc/qwt/html/class_qwt_null_paint_device.js -share/doc/qwt/html/class_qwt_null_paint_device__inherit__graph.map -share/doc/qwt/html/class_qwt_null_paint_device__inherit__graph.svg -share/doc/qwt/html/class_qwt_null_transform-members.html -share/doc/qwt/html/class_qwt_null_transform.html -share/doc/qwt/html/class_qwt_null_transform.js -share/doc/qwt/html/class_qwt_null_transform__inherit__graph.map -share/doc/qwt/html/class_qwt_null_transform__inherit__graph.svg -share/doc/qwt/html/class_qwt_o_h_l_c_sample-members.html -share/doc/qwt/html/class_qwt_o_h_l_c_sample.html -share/doc/qwt/html/class_qwt_o_h_l_c_sample.js -share/doc/qwt/html/class_qwt_painter-members.html -share/doc/qwt/html/class_qwt_painter.html -share/doc/qwt/html/class_qwt_painter_command-members.html -share/doc/qwt/html/class_qwt_painter_command.html -share/doc/qwt/html/class_qwt_painter_command.js -share/doc/qwt/html/class_qwt_panner-members.html -share/doc/qwt/html/class_qwt_panner.html -share/doc/qwt/html/class_qwt_panner.js -share/doc/qwt/html/class_qwt_panner__inherit__graph.map -share/doc/qwt/html/class_qwt_panner__inherit__graph.svg -share/doc/qwt/html/class_qwt_picker-members.html -share/doc/qwt/html/class_qwt_picker.html -share/doc/qwt/html/class_qwt_picker.js -share/doc/qwt/html/class_qwt_picker__inherit__graph.map -share/doc/qwt/html/class_qwt_picker__inherit__graph.svg -share/doc/qwt/html/class_qwt_picker_click_point_machine-members.html -share/doc/qwt/html/class_qwt_picker_click_point_machine.html -share/doc/qwt/html/class_qwt_picker_click_point_machine.js -share/doc/qwt/html/class_qwt_picker_click_point_machine__inherit__graph.map -share/doc/qwt/html/class_qwt_picker_click_point_machine__inherit__graph.svg -share/doc/qwt/html/class_qwt_picker_click_rect_machine-members.html -share/doc/qwt/html/class_qwt_picker_click_rect_machine.html -share/doc/qwt/html/class_qwt_picker_click_rect_machine.js -share/doc/qwt/html/class_qwt_picker_click_rect_machine__inherit__graph.map -share/doc/qwt/html/class_qwt_picker_click_rect_machine__inherit__graph.svg -share/doc/qwt/html/class_qwt_picker_drag_line_machine-members.html -share/doc/qwt/html/class_qwt_picker_drag_line_machine.html -share/doc/qwt/html/class_qwt_picker_drag_line_machine.js -share/doc/qwt/html/class_qwt_picker_drag_line_machine__inherit__graph.map -share/doc/qwt/html/class_qwt_picker_drag_line_machine__inherit__graph.svg -share/doc/qwt/html/class_qwt_picker_drag_point_machine-members.html -share/doc/qwt/html/class_qwt_picker_drag_point_machine.html -share/doc/qwt/html/class_qwt_picker_drag_point_machine.js -share/doc/qwt/html/class_qwt_picker_drag_point_machine__inherit__graph.map -share/doc/qwt/html/class_qwt_picker_drag_point_machine__inherit__graph.svg -share/doc/qwt/html/class_qwt_picker_drag_rect_machine-members.html -share/doc/qwt/html/class_qwt_picker_drag_rect_machine.html -share/doc/qwt/html/class_qwt_picker_drag_rect_machine.js -share/doc/qwt/html/class_qwt_picker_drag_rect_machine__inherit__graph.map -share/doc/qwt/html/class_qwt_picker_drag_rect_machine__inherit__graph.svg -share/doc/qwt/html/class_qwt_picker_machine-members.html -share/doc/qwt/html/class_qwt_picker_machine.html -share/doc/qwt/html/class_qwt_picker_machine.js -share/doc/qwt/html/class_qwt_picker_machine__inherit__graph.map -share/doc/qwt/html/class_qwt_picker_machine__inherit__graph.svg -share/doc/qwt/html/class_qwt_picker_polygon_machine-members.html -share/doc/qwt/html/class_qwt_picker_polygon_machine.html -share/doc/qwt/html/class_qwt_picker_polygon_machine.js -share/doc/qwt/html/class_qwt_picker_polygon_machine__inherit__graph.map -share/doc/qwt/html/class_qwt_picker_polygon_machine__inherit__graph.svg -share/doc/qwt/html/class_qwt_picker_tracker_machine-members.html -share/doc/qwt/html/class_qwt_picker_tracker_machine.html -share/doc/qwt/html/class_qwt_picker_tracker_machine.js -share/doc/qwt/html/class_qwt_picker_tracker_machine__inherit__graph.map -share/doc/qwt/html/class_qwt_picker_tracker_machine__inherit__graph.svg -share/doc/qwt/html/class_qwt_pixel_matrix-members.html -share/doc/qwt/html/class_qwt_pixel_matrix.html -share/doc/qwt/html/class_qwt_pixel_matrix.js -share/doc/qwt/html/class_qwt_pixel_matrix__inherit__graph.map -share/doc/qwt/html/class_qwt_pixel_matrix__inherit__graph.svg -share/doc/qwt/html/class_qwt_plain_text_engine-members.html -share/doc/qwt/html/class_qwt_plain_text_engine.html -share/doc/qwt/html/class_qwt_plain_text_engine.js -share/doc/qwt/html/class_qwt_plain_text_engine__inherit__graph.map -share/doc/qwt/html/class_qwt_plain_text_engine__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot-members.html -share/doc/qwt/html/class_qwt_plot.html -share/doc/qwt/html/class_qwt_plot.js -share/doc/qwt/html/class_qwt_plot__inherit__graph.map -share/doc/qwt/html/class_qwt_plot__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_abstract_bar_chart-members.html -share/doc/qwt/html/class_qwt_plot_abstract_bar_chart.html -share/doc/qwt/html/class_qwt_plot_abstract_bar_chart.js -share/doc/qwt/html/class_qwt_plot_abstract_bar_chart__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_abstract_bar_chart__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_abstract_canvas-members.html -share/doc/qwt/html/class_qwt_plot_abstract_canvas.html -share/doc/qwt/html/class_qwt_plot_abstract_canvas.js -share/doc/qwt/html/class_qwt_plot_abstract_canvas__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_abstract_canvas__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas-members.html -share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas.html -share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas.js -share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_bar_chart-members.html -share/doc/qwt/html/class_qwt_plot_bar_chart.html -share/doc/qwt/html/class_qwt_plot_bar_chart.js -share/doc/qwt/html/class_qwt_plot_bar_chart__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_bar_chart__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_canvas-members.html -share/doc/qwt/html/class_qwt_plot_canvas.html -share/doc/qwt/html/class_qwt_plot_canvas.js -share/doc/qwt/html/class_qwt_plot_canvas__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_canvas__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_curve-members.html -share/doc/qwt/html/class_qwt_plot_curve.html -share/doc/qwt/html/class_qwt_plot_curve.js -share/doc/qwt/html/class_qwt_plot_curve__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_curve__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_dict-members.html -share/doc/qwt/html/class_qwt_plot_dict.html -share/doc/qwt/html/class_qwt_plot_dict.js -share/doc/qwt/html/class_qwt_plot_dict__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_dict__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_direct_painter-members.html -share/doc/qwt/html/class_qwt_plot_direct_painter.html -share/doc/qwt/html/class_qwt_plot_direct_painter.js -share/doc/qwt/html/class_qwt_plot_direct_painter__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_direct_painter__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_g_l_canvas-members.html -share/doc/qwt/html/class_qwt_plot_g_l_canvas.html -share/doc/qwt/html/class_qwt_plot_g_l_canvas.js -share/doc/qwt/html/class_qwt_plot_g_l_canvas__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_g_l_canvas__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_graphic_item-members.html -share/doc/qwt/html/class_qwt_plot_graphic_item.html -share/doc/qwt/html/class_qwt_plot_graphic_item.js -share/doc/qwt/html/class_qwt_plot_graphic_item__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_graphic_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_grid-members.html -share/doc/qwt/html/class_qwt_plot_grid.html -share/doc/qwt/html/class_qwt_plot_grid.js -share/doc/qwt/html/class_qwt_plot_grid__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_grid__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_histogram-members.html -share/doc/qwt/html/class_qwt_plot_histogram.html -share/doc/qwt/html/class_qwt_plot_histogram.js -share/doc/qwt/html/class_qwt_plot_histogram__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_histogram__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_interval_curve-members.html -share/doc/qwt/html/class_qwt_plot_interval_curve.html -share/doc/qwt/html/class_qwt_plot_interval_curve.js -share/doc/qwt/html/class_qwt_plot_interval_curve__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_interval_curve__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_item-members.html -share/doc/qwt/html/class_qwt_plot_item.html -share/doc/qwt/html/class_qwt_plot_item.js -share/doc/qwt/html/class_qwt_plot_item__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_item__inherit__graph_org.svg -share/doc/qwt/html/class_qwt_plot_layout-members.html -share/doc/qwt/html/class_qwt_plot_layout.html -share/doc/qwt/html/class_qwt_plot_layout.js -share/doc/qwt/html/class_qwt_plot_legend_item-members.html -share/doc/qwt/html/class_qwt_plot_legend_item.html -share/doc/qwt/html/class_qwt_plot_legend_item.js -share/doc/qwt/html/class_qwt_plot_legend_item__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_legend_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_magnifier-members.html -share/doc/qwt/html/class_qwt_plot_magnifier.html -share/doc/qwt/html/class_qwt_plot_magnifier.js -share/doc/qwt/html/class_qwt_plot_magnifier__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_magnifier__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_marker-members.html -share/doc/qwt/html/class_qwt_plot_marker.html -share/doc/qwt/html/class_qwt_plot_marker.js -share/doc/qwt/html/class_qwt_plot_marker__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_marker__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_multi_bar_chart-members.html -share/doc/qwt/html/class_qwt_plot_multi_bar_chart.html -share/doc/qwt/html/class_qwt_plot_multi_bar_chart.js -share/doc/qwt/html/class_qwt_plot_multi_bar_chart__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_multi_bar_chart__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_open_g_l_canvas-members.html -share/doc/qwt/html/class_qwt_plot_open_g_l_canvas.html -share/doc/qwt/html/class_qwt_plot_open_g_l_canvas.js -share/doc/qwt/html/class_qwt_plot_open_g_l_canvas__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_open_g_l_canvas__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_panner-members.html -share/doc/qwt/html/class_qwt_plot_panner.html -share/doc/qwt/html/class_qwt_plot_panner.js -share/doc/qwt/html/class_qwt_plot_panner__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_panner__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_picker-members.html -share/doc/qwt/html/class_qwt_plot_picker.html -share/doc/qwt/html/class_qwt_plot_picker.js -share/doc/qwt/html/class_qwt_plot_picker__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_picker__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_raster_item-members.html -share/doc/qwt/html/class_qwt_plot_raster_item.html -share/doc/qwt/html/class_qwt_plot_raster_item.js -share/doc/qwt/html/class_qwt_plot_raster_item__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_raster_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_renderer-members.html -share/doc/qwt/html/class_qwt_plot_renderer.html -share/doc/qwt/html/class_qwt_plot_renderer.js -share/doc/qwt/html/class_qwt_plot_renderer__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_renderer__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_rescaler-members.html -share/doc/qwt/html/class_qwt_plot_rescaler.html -share/doc/qwt/html/class_qwt_plot_rescaler.js -share/doc/qwt/html/class_qwt_plot_rescaler__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_rescaler__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_scale_item-members.html -share/doc/qwt/html/class_qwt_plot_scale_item.html -share/doc/qwt/html/class_qwt_plot_scale_item.js -share/doc/qwt/html/class_qwt_plot_scale_item__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_scale_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_series_item-members.html -share/doc/qwt/html/class_qwt_plot_series_item.html -share/doc/qwt/html/class_qwt_plot_series_item.js -share/doc/qwt/html/class_qwt_plot_series_item__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_series_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_series_item__inherit__graph_org.svg -share/doc/qwt/html/class_qwt_plot_shape_item-members.html -share/doc/qwt/html/class_qwt_plot_shape_item.html -share/doc/qwt/html/class_qwt_plot_shape_item.js -share/doc/qwt/html/class_qwt_plot_shape_item__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_shape_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_spectro_curve-members.html -share/doc/qwt/html/class_qwt_plot_spectro_curve.html -share/doc/qwt/html/class_qwt_plot_spectro_curve.js -share/doc/qwt/html/class_qwt_plot_spectro_curve__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_spectro_curve__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_spectrogram-members.html -share/doc/qwt/html/class_qwt_plot_spectrogram.html -share/doc/qwt/html/class_qwt_plot_spectrogram.js -share/doc/qwt/html/class_qwt_plot_spectrogram__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_spectrogram__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_svg_item-members.html -share/doc/qwt/html/class_qwt_plot_svg_item.html -share/doc/qwt/html/class_qwt_plot_svg_item.js -share/doc/qwt/html/class_qwt_plot_svg_item__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_svg_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_text_label-members.html -share/doc/qwt/html/class_qwt_plot_text_label.html -share/doc/qwt/html/class_qwt_plot_text_label.js -share/doc/qwt/html/class_qwt_plot_text_label__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_text_label__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_trading_curve-members.html -share/doc/qwt/html/class_qwt_plot_trading_curve.html -share/doc/qwt/html/class_qwt_plot_trading_curve.js -share/doc/qwt/html/class_qwt_plot_trading_curve__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_trading_curve__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_vector_field-members.html -share/doc/qwt/html/class_qwt_plot_vector_field.html -share/doc/qwt/html/class_qwt_plot_vector_field.js -share/doc/qwt/html/class_qwt_plot_vector_field__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_vector_field__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_zone_item-members.html -share/doc/qwt/html/class_qwt_plot_zone_item.html -share/doc/qwt/html/class_qwt_plot_zone_item.js -share/doc/qwt/html/class_qwt_plot_zone_item__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_zone_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_plot_zoomer-members.html -share/doc/qwt/html/class_qwt_plot_zoomer.html -share/doc/qwt/html/class_qwt_plot_zoomer.js -share/doc/qwt/html/class_qwt_plot_zoomer__inherit__graph.map -share/doc/qwt/html/class_qwt_plot_zoomer__inherit__graph.svg -share/doc/qwt/html/class_qwt_point3_d-members.html -share/doc/qwt/html/class_qwt_point3_d.html -share/doc/qwt/html/class_qwt_point3_d.js -share/doc/qwt/html/class_qwt_point3_d_series_data-members.html -share/doc/qwt/html/class_qwt_point3_d_series_data.html -share/doc/qwt/html/class_qwt_point3_d_series_data.js -share/doc/qwt/html/class_qwt_point3_d_series_data__inherit__graph.map -share/doc/qwt/html/class_qwt_point3_d_series_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_point_array_data-members.html -share/doc/qwt/html/class_qwt_point_array_data.html -share/doc/qwt/html/class_qwt_point_array_data.js -share/doc/qwt/html/class_qwt_point_array_data__inherit__graph.map -share/doc/qwt/html/class_qwt_point_array_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_point_mapper-members.html -share/doc/qwt/html/class_qwt_point_mapper.html -share/doc/qwt/html/class_qwt_point_mapper.js -share/doc/qwt/html/class_qwt_point_polar-members.html -share/doc/qwt/html/class_qwt_point_polar.html -share/doc/qwt/html/class_qwt_point_polar.js -share/doc/qwt/html/class_qwt_point_series_data-members.html -share/doc/qwt/html/class_qwt_point_series_data.html -share/doc/qwt/html/class_qwt_point_series_data.js -share/doc/qwt/html/class_qwt_point_series_data__inherit__graph.map -share/doc/qwt/html/class_qwt_point_series_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_point_series_data__inherit__graph_org.svg -share/doc/qwt/html/class_qwt_polar_canvas-members.html -share/doc/qwt/html/class_qwt_polar_canvas.html -share/doc/qwt/html/class_qwt_polar_canvas.js -share/doc/qwt/html/class_qwt_polar_canvas__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_canvas__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_curve-members.html -share/doc/qwt/html/class_qwt_polar_curve.html -share/doc/qwt/html/class_qwt_polar_curve.js -share/doc/qwt/html/class_qwt_polar_curve__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_curve__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_fitter-members.html -share/doc/qwt/html/class_qwt_polar_fitter.html -share/doc/qwt/html/class_qwt_polar_fitter.js -share/doc/qwt/html/class_qwt_polar_fitter__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_fitter__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_grid-members.html -share/doc/qwt/html/class_qwt_polar_grid.html -share/doc/qwt/html/class_qwt_polar_grid.js -share/doc/qwt/html/class_qwt_polar_grid__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_grid__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_item-members.html -share/doc/qwt/html/class_qwt_polar_item.html -share/doc/qwt/html/class_qwt_polar_item.js -share/doc/qwt/html/class_qwt_polar_item__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_item__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_item_dict-members.html -share/doc/qwt/html/class_qwt_polar_item_dict.html -share/doc/qwt/html/class_qwt_polar_item_dict.js -share/doc/qwt/html/class_qwt_polar_item_dict__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_item_dict__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_layout-members.html -share/doc/qwt/html/class_qwt_polar_layout.html -share/doc/qwt/html/class_qwt_polar_layout.js -share/doc/qwt/html/class_qwt_polar_magnifier-members.html -share/doc/qwt/html/class_qwt_polar_magnifier.html -share/doc/qwt/html/class_qwt_polar_magnifier.js -share/doc/qwt/html/class_qwt_polar_magnifier__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_magnifier__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_marker-members.html -share/doc/qwt/html/class_qwt_polar_marker.html -share/doc/qwt/html/class_qwt_polar_marker.js -share/doc/qwt/html/class_qwt_polar_marker__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_marker__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_panner-members.html -share/doc/qwt/html/class_qwt_polar_panner.html -share/doc/qwt/html/class_qwt_polar_panner.js -share/doc/qwt/html/class_qwt_polar_panner__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_panner__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_picker-members.html -share/doc/qwt/html/class_qwt_polar_picker.html -share/doc/qwt/html/class_qwt_polar_picker.js -share/doc/qwt/html/class_qwt_polar_picker__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_picker__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_plot-members.html -share/doc/qwt/html/class_qwt_polar_plot.html -share/doc/qwt/html/class_qwt_polar_plot.js -share/doc/qwt/html/class_qwt_polar_plot__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_plot__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_renderer-members.html -share/doc/qwt/html/class_qwt_polar_renderer.html -share/doc/qwt/html/class_qwt_polar_renderer.js -share/doc/qwt/html/class_qwt_polar_renderer__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_renderer__inherit__graph.svg -share/doc/qwt/html/class_qwt_polar_spectrogram-members.html -share/doc/qwt/html/class_qwt_polar_spectrogram.html -share/doc/qwt/html/class_qwt_polar_spectrogram.js -share/doc/qwt/html/class_qwt_polar_spectrogram__inherit__graph.map -share/doc/qwt/html/class_qwt_polar_spectrogram__inherit__graph.svg -share/doc/qwt/html/class_qwt_power_transform-members.html -share/doc/qwt/html/class_qwt_power_transform.html -share/doc/qwt/html/class_qwt_power_transform.js -share/doc/qwt/html/class_qwt_power_transform__inherit__graph.map -share/doc/qwt/html/class_qwt_power_transform__inherit__graph.svg -share/doc/qwt/html/class_qwt_raster_data-members.html -share/doc/qwt/html/class_qwt_raster_data.html -share/doc/qwt/html/class_qwt_raster_data.js -share/doc/qwt/html/class_qwt_raster_data__inherit__graph.map -share/doc/qwt/html/class_qwt_raster_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_rich_text_engine-members.html -share/doc/qwt/html/class_qwt_rich_text_engine.html -share/doc/qwt/html/class_qwt_rich_text_engine.js -share/doc/qwt/html/class_qwt_rich_text_engine__inherit__graph.map -share/doc/qwt/html/class_qwt_rich_text_engine__inherit__graph.svg -share/doc/qwt/html/class_qwt_round_scale_draw-members.html -share/doc/qwt/html/class_qwt_round_scale_draw.html -share/doc/qwt/html/class_qwt_round_scale_draw.js -share/doc/qwt/html/class_qwt_round_scale_draw__inherit__graph.map -share/doc/qwt/html/class_qwt_round_scale_draw__inherit__graph.svg -share/doc/qwt/html/class_qwt_sampling_thread-members.html -share/doc/qwt/html/class_qwt_sampling_thread.html -share/doc/qwt/html/class_qwt_sampling_thread.js -share/doc/qwt/html/class_qwt_sampling_thread__inherit__graph.map -share/doc/qwt/html/class_qwt_sampling_thread__inherit__graph.svg -share/doc/qwt/html/class_qwt_saturation_value_color_map-members.html -share/doc/qwt/html/class_qwt_saturation_value_color_map.html -share/doc/qwt/html/class_qwt_saturation_value_color_map.js -share/doc/qwt/html/class_qwt_saturation_value_color_map__inherit__graph.map -share/doc/qwt/html/class_qwt_saturation_value_color_map__inherit__graph.svg -share/doc/qwt/html/class_qwt_scale_arithmetic-members.html -share/doc/qwt/html/class_qwt_scale_arithmetic.html -share/doc/qwt/html/class_qwt_scale_div-members.html -share/doc/qwt/html/class_qwt_scale_div.html -share/doc/qwt/html/class_qwt_scale_div.js -share/doc/qwt/html/class_qwt_scale_draw-members.html -share/doc/qwt/html/class_qwt_scale_draw.html -share/doc/qwt/html/class_qwt_scale_draw.js -share/doc/qwt/html/class_qwt_scale_draw__inherit__graph.map -share/doc/qwt/html/class_qwt_scale_draw__inherit__graph.svg -share/doc/qwt/html/class_qwt_scale_engine-members.html -share/doc/qwt/html/class_qwt_scale_engine.html -share/doc/qwt/html/class_qwt_scale_engine.js -share/doc/qwt/html/class_qwt_scale_engine__inherit__graph.map -share/doc/qwt/html/class_qwt_scale_engine__inherit__graph.svg -share/doc/qwt/html/class_qwt_scale_map-members.html -share/doc/qwt/html/class_qwt_scale_map.html -share/doc/qwt/html/class_qwt_scale_map.js -share/doc/qwt/html/class_qwt_scale_widget-members.html -share/doc/qwt/html/class_qwt_scale_widget.html -share/doc/qwt/html/class_qwt_scale_widget.js -share/doc/qwt/html/class_qwt_scale_widget__inherit__graph.map -share/doc/qwt/html/class_qwt_scale_widget__inherit__graph.svg -share/doc/qwt/html/class_qwt_series_data-members.html -share/doc/qwt/html/class_qwt_series_data.html -share/doc/qwt/html/class_qwt_series_data.js -share/doc/qwt/html/class_qwt_series_data__inherit__graph.map -share/doc/qwt/html/class_qwt_series_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_series_store-members.html -share/doc/qwt/html/class_qwt_series_store.html -share/doc/qwt/html/class_qwt_series_store.js -share/doc/qwt/html/class_qwt_series_store__inherit__graph.map -share/doc/qwt/html/class_qwt_series_store__inherit__graph.svg -share/doc/qwt/html/class_qwt_set_sample-members.html -share/doc/qwt/html/class_qwt_set_sample.html -share/doc/qwt/html/class_qwt_set_sample.js -share/doc/qwt/html/class_qwt_set_series_data-members.html -share/doc/qwt/html/class_qwt_set_series_data.html -share/doc/qwt/html/class_qwt_set_series_data.js -share/doc/qwt/html/class_qwt_set_series_data__inherit__graph.map -share/doc/qwt/html/class_qwt_set_series_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_simple_compass_rose-members.html -share/doc/qwt/html/class_qwt_simple_compass_rose.html -share/doc/qwt/html/class_qwt_simple_compass_rose.js -share/doc/qwt/html/class_qwt_simple_compass_rose__inherit__graph.map -share/doc/qwt/html/class_qwt_simple_compass_rose__inherit__graph.svg -share/doc/qwt/html/class_qwt_slider-members.html -share/doc/qwt/html/class_qwt_slider.html -share/doc/qwt/html/class_qwt_slider.js -share/doc/qwt/html/class_qwt_slider__inherit__graph.map -share/doc/qwt/html/class_qwt_slider__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline-members.html -share/doc/qwt/html/class_qwt_spline.html -share/doc/qwt/html/class_qwt_spline.js -share/doc/qwt/html/class_qwt_spline__inherit__graph.map -share/doc/qwt/html/class_qwt_spline__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_basis-members.html -share/doc/qwt/html/class_qwt_spline_basis.html -share/doc/qwt/html/class_qwt_spline_basis.js -share/doc/qwt/html/class_qwt_spline_basis__inherit__graph.map -share/doc/qwt/html/class_qwt_spline_basis__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_c1-members.html -share/doc/qwt/html/class_qwt_spline_c1.html -share/doc/qwt/html/class_qwt_spline_c1.js -share/doc/qwt/html/class_qwt_spline_c1__inherit__graph.map -share/doc/qwt/html/class_qwt_spline_c1__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_c2-members.html -share/doc/qwt/html/class_qwt_spline_c2.html -share/doc/qwt/html/class_qwt_spline_c2.js -share/doc/qwt/html/class_qwt_spline_c2__inherit__graph.map -share/doc/qwt/html/class_qwt_spline_c2__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_cubic-members.html -share/doc/qwt/html/class_qwt_spline_cubic.html -share/doc/qwt/html/class_qwt_spline_cubic.js -share/doc/qwt/html/class_qwt_spline_cubic__inherit__graph.map -share/doc/qwt/html/class_qwt_spline_cubic__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_curve_fitter-members.html -share/doc/qwt/html/class_qwt_spline_curve_fitter.html -share/doc/qwt/html/class_qwt_spline_curve_fitter.js -share/doc/qwt/html/class_qwt_spline_curve_fitter__inherit__graph.map -share/doc/qwt/html/class_qwt_spline_curve_fitter__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_g1-members.html -share/doc/qwt/html/class_qwt_spline_g1.html -share/doc/qwt/html/class_qwt_spline_g1.js -share/doc/qwt/html/class_qwt_spline_g1__inherit__graph.map -share/doc/qwt/html/class_qwt_spline_g1__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_interpolating-members.html -share/doc/qwt/html/class_qwt_spline_interpolating.html -share/doc/qwt/html/class_qwt_spline_interpolating.js -share/doc/qwt/html/class_qwt_spline_interpolating__inherit__graph.map -share/doc/qwt/html/class_qwt_spline_interpolating__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_local-members.html -share/doc/qwt/html/class_qwt_spline_local.html -share/doc/qwt/html/class_qwt_spline_local.js -share/doc/qwt/html/class_qwt_spline_local__inherit__graph.map -share/doc/qwt/html/class_qwt_spline_local__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_parametrization-members.html -share/doc/qwt/html/class_qwt_spline_parametrization.html -share/doc/qwt/html/class_qwt_spline_parametrization.js -share/doc/qwt/html/class_qwt_spline_pleasing-members.html -share/doc/qwt/html/class_qwt_spline_pleasing.html -share/doc/qwt/html/class_qwt_spline_pleasing.js -share/doc/qwt/html/class_qwt_spline_pleasing__inherit__graph.map -share/doc/qwt/html/class_qwt_spline_pleasing__inherit__graph.svg -share/doc/qwt/html/class_qwt_spline_polynomial-members.html -share/doc/qwt/html/class_qwt_spline_polynomial.html -share/doc/qwt/html/class_qwt_spline_polynomial.js -share/doc/qwt/html/class_qwt_symbol-members.html -share/doc/qwt/html/class_qwt_symbol.html -share/doc/qwt/html/class_qwt_symbol.js -share/doc/qwt/html/class_qwt_synthetic_point_data-members.html -share/doc/qwt/html/class_qwt_synthetic_point_data.html -share/doc/qwt/html/class_qwt_synthetic_point_data.js -share/doc/qwt/html/class_qwt_synthetic_point_data__inherit__graph.map -share/doc/qwt/html/class_qwt_synthetic_point_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_system_clock-members.html -share/doc/qwt/html/class_qwt_system_clock.html -share/doc/qwt/html/class_qwt_system_clock.js -share/doc/qwt/html/class_qwt_text-members.html -share/doc/qwt/html/class_qwt_text.html -share/doc/qwt/html/class_qwt_text.js -share/doc/qwt/html/class_qwt_text_engine-members.html -share/doc/qwt/html/class_qwt_text_engine.html -share/doc/qwt/html/class_qwt_text_engine.js -share/doc/qwt/html/class_qwt_text_engine__inherit__graph.map -share/doc/qwt/html/class_qwt_text_engine__inherit__graph.svg -share/doc/qwt/html/class_qwt_text_label-members.html -share/doc/qwt/html/class_qwt_text_label.html -share/doc/qwt/html/class_qwt_text_label.js -share/doc/qwt/html/class_qwt_text_label__inherit__graph.map -share/doc/qwt/html/class_qwt_text_label__inherit__graph.svg -share/doc/qwt/html/class_qwt_thermo-members.html -share/doc/qwt/html/class_qwt_thermo.html -share/doc/qwt/html/class_qwt_thermo.js -share/doc/qwt/html/class_qwt_thermo__inherit__graph.map -share/doc/qwt/html/class_qwt_thermo__inherit__graph.svg -share/doc/qwt/html/class_qwt_trading_chart_data-members.html -share/doc/qwt/html/class_qwt_trading_chart_data.html -share/doc/qwt/html/class_qwt_trading_chart_data.js -share/doc/qwt/html/class_qwt_trading_chart_data__inherit__graph.map -share/doc/qwt/html/class_qwt_trading_chart_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_transform-members.html -share/doc/qwt/html/class_qwt_transform.html -share/doc/qwt/html/class_qwt_transform.js -share/doc/qwt/html/class_qwt_transform__inherit__graph.map -share/doc/qwt/html/class_qwt_transform__inherit__graph.svg -share/doc/qwt/html/class_qwt_value_point_data-members.html -share/doc/qwt/html/class_qwt_value_point_data.html -share/doc/qwt/html/class_qwt_value_point_data.js -share/doc/qwt/html/class_qwt_value_point_data__inherit__graph.map -share/doc/qwt/html/class_qwt_value_point_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_vector_field_arrow-members.html -share/doc/qwt/html/class_qwt_vector_field_arrow.html -share/doc/qwt/html/class_qwt_vector_field_arrow.js -share/doc/qwt/html/class_qwt_vector_field_arrow__inherit__graph.map -share/doc/qwt/html/class_qwt_vector_field_arrow__inherit__graph.svg -share/doc/qwt/html/class_qwt_vector_field_data-members.html -share/doc/qwt/html/class_qwt_vector_field_data.html -share/doc/qwt/html/class_qwt_vector_field_data.js -share/doc/qwt/html/class_qwt_vector_field_data__inherit__graph.map -share/doc/qwt/html/class_qwt_vector_field_data__inherit__graph.svg -share/doc/qwt/html/class_qwt_vector_field_sample-members.html -share/doc/qwt/html/class_qwt_vector_field_sample.html -share/doc/qwt/html/class_qwt_vector_field_sample.js -share/doc/qwt/html/class_qwt_vector_field_symbol-members.html -share/doc/qwt/html/class_qwt_vector_field_symbol.html -share/doc/qwt/html/class_qwt_vector_field_symbol.js -share/doc/qwt/html/class_qwt_vector_field_symbol__inherit__graph.map -share/doc/qwt/html/class_qwt_vector_field_symbol__inherit__graph.svg -share/doc/qwt/html/class_qwt_vector_field_thin_arrow-members.html -share/doc/qwt/html/class_qwt_vector_field_thin_arrow.html -share/doc/qwt/html/class_qwt_vector_field_thin_arrow.js -share/doc/qwt/html/class_qwt_vector_field_thin_arrow__inherit__graph.map -share/doc/qwt/html/class_qwt_vector_field_thin_arrow__inherit__graph.svg -share/doc/qwt/html/class_qwt_weeding_curve_fitter-members.html -share/doc/qwt/html/class_qwt_weeding_curve_fitter.html -share/doc/qwt/html/class_qwt_weeding_curve_fitter.js -share/doc/qwt/html/class_qwt_weeding_curve_fitter__inherit__graph.map -share/doc/qwt/html/class_qwt_weeding_curve_fitter__inherit__graph.svg -share/doc/qwt/html/class_qwt_wheel-members.html -share/doc/qwt/html/class_qwt_wheel.html -share/doc/qwt/html/class_qwt_wheel.js -share/doc/qwt/html/class_qwt_wheel__inherit__graph.map -share/doc/qwt/html/class_qwt_wheel__inherit__graph.svg -share/doc/qwt/html/class_qwt_widget_overlay-members.html -share/doc/qwt/html/class_qwt_widget_overlay.html -share/doc/qwt/html/class_qwt_widget_overlay.js -share/doc/qwt/html/class_qwt_widget_overlay__inherit__graph.map -share/doc/qwt/html/class_qwt_widget_overlay__inherit__graph.svg -share/doc/qwt/html/classes.html -share/doc/qwt/html/closed.png -share/doc/qwt/html/controlscreenshots.html -share/doc/qwt/html/cpuplot-600x400.png -share/doc/qwt/html/cpuplot-oily-600x400.png -share/doc/qwt/html/curves.png -share/doc/qwt/html/curvescreenshots.html -share/doc/qwt/html/dials1.png -share/doc/qwt/html/dials2.png -share/doc/qwt/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html -share/doc/qwt/html/distrowatch-600x400.png -share/doc/qwt/html/doc.png -share/doc/qwt/html/doxygen.css -share/doc/qwt/html/doxygen.svg -share/doc/qwt/html/dynsections.js -share/doc/qwt/html/folderclosed.png -share/doc/qwt/html/folderopen.png -share/doc/qwt/html/friedberg-bars-600x400.png -share/doc/qwt/html/friedberg-tube-600x400.png -share/doc/qwt/html/functions.html -share/doc/qwt/html/functions_b.html -share/doc/qwt/html/functions_c.html -share/doc/qwt/html/functions_d.html -share/doc/qwt/html/functions_dup.js -share/doc/qwt/html/functions_e.html -share/doc/qwt/html/functions_enum.html -share/doc/qwt/html/functions_eval.html -share/doc/qwt/html/functions_eval.js -share/doc/qwt/html/functions_eval_b.html -share/doc/qwt/html/functions_eval_c.html -share/doc/qwt/html/functions_eval_d.html -share/doc/qwt/html/functions_eval_e.html -share/doc/qwt/html/functions_eval_f.html -share/doc/qwt/html/functions_eval_g.html -share/doc/qwt/html/functions_eval_h.html -share/doc/qwt/html/functions_eval_i.html -share/doc/qwt/html/functions_eval_j.html -share/doc/qwt/html/functions_eval_k.html -share/doc/qwt/html/functions_eval_l.html -share/doc/qwt/html/functions_eval_m.html -share/doc/qwt/html/functions_eval_n.html -share/doc/qwt/html/functions_eval_o.html -share/doc/qwt/html/functions_eval_p.html -share/doc/qwt/html/functions_eval_r.html -share/doc/qwt/html/functions_eval_s.html -share/doc/qwt/html/functions_eval_t.html -share/doc/qwt/html/functions_eval_u.html -share/doc/qwt/html/functions_eval_v.html -share/doc/qwt/html/functions_eval_w.html -share/doc/qwt/html/functions_eval_x.html -share/doc/qwt/html/functions_eval_y.html -share/doc/qwt/html/functions_f.html -share/doc/qwt/html/functions_func.html -share/doc/qwt/html/functions_func.js -share/doc/qwt/html/functions_func_b.html -share/doc/qwt/html/functions_func_c.html -share/doc/qwt/html/functions_func_d.html -share/doc/qwt/html/functions_func_e.html -share/doc/qwt/html/functions_func_f.html -share/doc/qwt/html/functions_func_g.html -share/doc/qwt/html/functions_func_h.html -share/doc/qwt/html/functions_func_i.html -share/doc/qwt/html/functions_func_k.html -share/doc/qwt/html/functions_func_l.html -share/doc/qwt/html/functions_func_m.html -share/doc/qwt/html/functions_func_n.html -share/doc/qwt/html/functions_func_o.html -share/doc/qwt/html/functions_func_p.html -share/doc/qwt/html/functions_func_r.html -share/doc/qwt/html/functions_func_s.html -share/doc/qwt/html/functions_func_t.html -share/doc/qwt/html/functions_func_u.html -share/doc/qwt/html/functions_func_v.html -share/doc/qwt/html/functions_func_w.html -share/doc/qwt/html/functions_func_x.html -share/doc/qwt/html/functions_func_y.html -share/doc/qwt/html/functions_func_z.html -share/doc/qwt/html/functions_func_~.html -share/doc/qwt/html/functions_g.html -share/doc/qwt/html/functions_h.html -share/doc/qwt/html/functions_i.html -share/doc/qwt/html/functions_j.html -share/doc/qwt/html/functions_k.html -share/doc/qwt/html/functions_l.html -share/doc/qwt/html/functions_m.html -share/doc/qwt/html/functions_n.html -share/doc/qwt/html/functions_o.html -share/doc/qwt/html/functions_p.html -share/doc/qwt/html/functions_r.html -share/doc/qwt/html/functions_s.html -share/doc/qwt/html/functions_t.html -share/doc/qwt/html/functions_type.html -share/doc/qwt/html/functions_u.html -share/doc/qwt/html/functions_v.html -share/doc/qwt/html/functions_vars.html -share/doc/qwt/html/functions_w.html -share/doc/qwt/html/functions_x.html -share/doc/qwt/html/functions_y.html -share/doc/qwt/html/functions_z.html -share/doc/qwt/html/functions_~.html -share/doc/qwt/html/hierarchy.html -share/doc/qwt/html/hierarchy.js -share/doc/qwt/html/index.html -share/doc/qwt/html/index.qhp -share/doc/qwt/html/inherit_graph_0.map -share/doc/qwt/html/inherit_graph_0.svg -share/doc/qwt/html/inherit_graph_1.map -share/doc/qwt/html/inherit_graph_1.svg -share/doc/qwt/html/inherit_graph_10.map -share/doc/qwt/html/inherit_graph_10.svg -share/doc/qwt/html/inherit_graph_11.map -share/doc/qwt/html/inherit_graph_11.svg -share/doc/qwt/html/inherit_graph_12.map -share/doc/qwt/html/inherit_graph_12.svg -share/doc/qwt/html/inherit_graph_13.map -share/doc/qwt/html/inherit_graph_13.svg -share/doc/qwt/html/inherit_graph_14.map -share/doc/qwt/html/inherit_graph_14.svg -share/doc/qwt/html/inherit_graph_15.map -share/doc/qwt/html/inherit_graph_15.svg -share/doc/qwt/html/inherit_graph_16.map -share/doc/qwt/html/inherit_graph_16.svg -share/doc/qwt/html/inherit_graph_17.map -share/doc/qwt/html/inherit_graph_17.svg -share/doc/qwt/html/inherit_graph_18.map -share/doc/qwt/html/inherit_graph_18.svg -share/doc/qwt/html/inherit_graph_19.map -share/doc/qwt/html/inherit_graph_19.svg -share/doc/qwt/html/inherit_graph_2.map -share/doc/qwt/html/inherit_graph_2.svg -share/doc/qwt/html/inherit_graph_20.map -share/doc/qwt/html/inherit_graph_20.svg -share/doc/qwt/html/inherit_graph_21.map -share/doc/qwt/html/inherit_graph_21.svg -share/doc/qwt/html/inherit_graph_22.map -share/doc/qwt/html/inherit_graph_22.svg -share/doc/qwt/html/inherit_graph_23.map -share/doc/qwt/html/inherit_graph_23.svg -share/doc/qwt/html/inherit_graph_24.map -share/doc/qwt/html/inherit_graph_24.svg -share/doc/qwt/html/inherit_graph_25.map -share/doc/qwt/html/inherit_graph_25.svg -share/doc/qwt/html/inherit_graph_26.map -share/doc/qwt/html/inherit_graph_26.svg -share/doc/qwt/html/inherit_graph_27.map -share/doc/qwt/html/inherit_graph_27.svg -share/doc/qwt/html/inherit_graph_28.map -share/doc/qwt/html/inherit_graph_28.svg -share/doc/qwt/html/inherit_graph_29.map -share/doc/qwt/html/inherit_graph_29.svg -share/doc/qwt/html/inherit_graph_3.map -share/doc/qwt/html/inherit_graph_3.svg -share/doc/qwt/html/inherit_graph_30.map -share/doc/qwt/html/inherit_graph_30.svg -share/doc/qwt/html/inherit_graph_31.map -share/doc/qwt/html/inherit_graph_31.svg -share/doc/qwt/html/inherit_graph_32.map -share/doc/qwt/html/inherit_graph_32.svg -share/doc/qwt/html/inherit_graph_33.map -share/doc/qwt/html/inherit_graph_33.svg -share/doc/qwt/html/inherit_graph_34.map -share/doc/qwt/html/inherit_graph_34.svg -share/doc/qwt/html/inherit_graph_35.map -share/doc/qwt/html/inherit_graph_35.svg -share/doc/qwt/html/inherit_graph_36.map -share/doc/qwt/html/inherit_graph_36.svg -share/doc/qwt/html/inherit_graph_37.map -share/doc/qwt/html/inherit_graph_37.svg -share/doc/qwt/html/inherit_graph_38.map -share/doc/qwt/html/inherit_graph_38.svg -share/doc/qwt/html/inherit_graph_39.map -share/doc/qwt/html/inherit_graph_39.svg -share/doc/qwt/html/inherit_graph_4.map -share/doc/qwt/html/inherit_graph_4.svg -share/doc/qwt/html/inherit_graph_40.map -share/doc/qwt/html/inherit_graph_40.svg -share/doc/qwt/html/inherit_graph_41.map -share/doc/qwt/html/inherit_graph_41.svg -share/doc/qwt/html/inherit_graph_42.map -share/doc/qwt/html/inherit_graph_42.svg -share/doc/qwt/html/inherit_graph_43.map -share/doc/qwt/html/inherit_graph_43.svg -share/doc/qwt/html/inherit_graph_44.map -share/doc/qwt/html/inherit_graph_44.svg -share/doc/qwt/html/inherit_graph_45.map -share/doc/qwt/html/inherit_graph_45.svg -share/doc/qwt/html/inherit_graph_46.map -share/doc/qwt/html/inherit_graph_46.svg -share/doc/qwt/html/inherit_graph_47.map -share/doc/qwt/html/inherit_graph_47.svg -share/doc/qwt/html/inherit_graph_48.map -share/doc/qwt/html/inherit_graph_48.svg -share/doc/qwt/html/inherit_graph_49.map -share/doc/qwt/html/inherit_graph_49.svg -share/doc/qwt/html/inherit_graph_5.map -share/doc/qwt/html/inherit_graph_5.svg -share/doc/qwt/html/inherit_graph_50.map -share/doc/qwt/html/inherit_graph_50.svg -share/doc/qwt/html/inherit_graph_51.map -share/doc/qwt/html/inherit_graph_51.svg -share/doc/qwt/html/inherit_graph_52.map -share/doc/qwt/html/inherit_graph_52.svg -share/doc/qwt/html/inherit_graph_53.map -share/doc/qwt/html/inherit_graph_53.svg -share/doc/qwt/html/inherit_graph_54.map -share/doc/qwt/html/inherit_graph_54.svg -share/doc/qwt/html/inherit_graph_55.map -share/doc/qwt/html/inherit_graph_55.svg -share/doc/qwt/html/inherit_graph_56.map -share/doc/qwt/html/inherit_graph_56.svg -share/doc/qwt/html/inherit_graph_57.map -share/doc/qwt/html/inherit_graph_57.svg -share/doc/qwt/html/inherit_graph_58.map -share/doc/qwt/html/inherit_graph_58.svg -share/doc/qwt/html/inherit_graph_59.map -share/doc/qwt/html/inherit_graph_59.svg -share/doc/qwt/html/inherit_graph_6.map -share/doc/qwt/html/inherit_graph_6.svg -share/doc/qwt/html/inherit_graph_60.map -share/doc/qwt/html/inherit_graph_60.svg -share/doc/qwt/html/inherit_graph_61.map -share/doc/qwt/html/inherit_graph_61.svg -share/doc/qwt/html/inherit_graph_62.map -share/doc/qwt/html/inherit_graph_62.svg -share/doc/qwt/html/inherit_graph_63.map -share/doc/qwt/html/inherit_graph_63.svg -share/doc/qwt/html/inherit_graph_64.map -share/doc/qwt/html/inherit_graph_64.svg -share/doc/qwt/html/inherit_graph_65.map -share/doc/qwt/html/inherit_graph_65.svg -share/doc/qwt/html/inherit_graph_66.map -share/doc/qwt/html/inherit_graph_66.svg -share/doc/qwt/html/inherit_graph_67.map -share/doc/qwt/html/inherit_graph_67.svg -share/doc/qwt/html/inherit_graph_68.map -share/doc/qwt/html/inherit_graph_68.svg -share/doc/qwt/html/inherit_graph_69.map -share/doc/qwt/html/inherit_graph_69.svg -share/doc/qwt/html/inherit_graph_7.map -share/doc/qwt/html/inherit_graph_7.svg -share/doc/qwt/html/inherit_graph_70.map -share/doc/qwt/html/inherit_graph_70.svg -share/doc/qwt/html/inherit_graph_71.map -share/doc/qwt/html/inherit_graph_71.svg -share/doc/qwt/html/inherit_graph_72.map -share/doc/qwt/html/inherit_graph_72.svg -share/doc/qwt/html/inherit_graph_73.map -share/doc/qwt/html/inherit_graph_73.svg -share/doc/qwt/html/inherit_graph_74.map -share/doc/qwt/html/inherit_graph_74.svg -share/doc/qwt/html/inherit_graph_75.map -share/doc/qwt/html/inherit_graph_75.svg -share/doc/qwt/html/inherit_graph_76.map -share/doc/qwt/html/inherit_graph_76.svg -share/doc/qwt/html/inherit_graph_77.map -share/doc/qwt/html/inherit_graph_77.svg -share/doc/qwt/html/inherit_graph_78.map -share/doc/qwt/html/inherit_graph_78.svg -share/doc/qwt/html/inherit_graph_79.map -share/doc/qwt/html/inherit_graph_79.svg -share/doc/qwt/html/inherit_graph_8.map -share/doc/qwt/html/inherit_graph_8.svg -share/doc/qwt/html/inherit_graph_80.map -share/doc/qwt/html/inherit_graph_80.svg -share/doc/qwt/html/inherit_graph_9.map -share/doc/qwt/html/inherit_graph_9.svg -share/doc/qwt/html/inherits.html -share/doc/qwt/html/itemeditor-600x400.png -share/doc/qwt/html/jquery.js -share/doc/qwt/html/knob.png -share/doc/qwt/html/menu.js -share/doc/qwt/html/menudata.js -share/doc/qwt/html/namespace_qwt_axis.html -share/doc/qwt/html/namespace_qwt_clipper.html -share/doc/qwt/html/namespacemembers.html -share/doc/qwt/html/namespacemembers_enum.html -share/doc/qwt/html/namespacemembers_eval.html -share/doc/qwt/html/namespacemembers_func.html -share/doc/qwt/html/namespaces.html -share/doc/qwt/html/namespaces_dup.js -share/doc/qwt/html/nav_f.png -share/doc/qwt/html/nav_g.png -share/doc/qwt/html/nav_h.png -share/doc/qwt/html/navtree.css -share/doc/qwt/html/navtree.js -share/doc/qwt/html/navtreedata.js -share/doc/qwt/html/navtreeindex0.js -share/doc/qwt/html/navtreeindex1.js -share/doc/qwt/html/navtreeindex10.js -share/doc/qwt/html/navtreeindex11.js -share/doc/qwt/html/navtreeindex12.js -share/doc/qwt/html/navtreeindex13.js -share/doc/qwt/html/navtreeindex2.js -share/doc/qwt/html/navtreeindex3.js -share/doc/qwt/html/navtreeindex4.js -share/doc/qwt/html/navtreeindex5.js -share/doc/qwt/html/navtreeindex6.js -share/doc/qwt/html/navtreeindex7.js -share/doc/qwt/html/navtreeindex8.js -share/doc/qwt/html/navtreeindex9.js -share/doc/qwt/html/open.png -share/doc/qwt/html/otherscreenshots.html -share/doc/qwt/html/pages.html -share/doc/qwt/html/plot.png -share/doc/qwt/html/qwt_8cpp_source.html -share/doc/qwt/html/qwt__abstract__legend_8cpp_source.html -share/doc/qwt/html/qwt__abstract__legend_8h_source.html -share/doc/qwt/html/qwt__abstract__scale_8cpp_source.html -share/doc/qwt/html/qwt__abstract__scale_8h_source.html -share/doc/qwt/html/qwt__abstract__scale__draw_8cpp_source.html -share/doc/qwt/html/qwt__abstract__scale__draw_8h_source.html -share/doc/qwt/html/qwt__abstract__slider_8cpp_source.html -share/doc/qwt/html/qwt__abstract__slider_8h_source.html -share/doc/qwt/html/qwt__analog__clock_8cpp_source.html -share/doc/qwt/html/qwt__analog__clock_8h_source.html -share/doc/qwt/html/qwt__arrow__button_8cpp_source.html -share/doc/qwt/html/qwt__arrow__button_8h_source.html -share/doc/qwt/html/qwt__axis_8h_source.html -share/doc/qwt/html/qwt__axis__id_8h_source.html -share/doc/qwt/html/qwt__bezier_8cpp_source.html -share/doc/qwt/html/qwt__bezier_8h_source.html -share/doc/qwt/html/qwt__clipper_8cpp_source.html -share/doc/qwt/html/qwt__clipper_8h_source.html -share/doc/qwt/html/qwt__color__map_8cpp_source.html -share/doc/qwt/html/qwt__color__map_8h_source.html -share/doc/qwt/html/qwt__column__symbol_8cpp_source.html -share/doc/qwt/html/qwt__column__symbol_8h_source.html -share/doc/qwt/html/qwt__compass_8cpp_source.html -share/doc/qwt/html/qwt__compass_8h_source.html -share/doc/qwt/html/qwt__compass__rose_8cpp_source.html -share/doc/qwt/html/qwt__compass__rose_8h_source.html -share/doc/qwt/html/qwt__counter_8cpp_source.html -share/doc/qwt/html/qwt__counter_8h_source.html -share/doc/qwt/html/qwt__curve__fitter_8cpp_source.html -share/doc/qwt/html/qwt__curve__fitter_8h_source.html -share/doc/qwt/html/qwt__date_8cpp_source.html -share/doc/qwt/html/qwt__date_8h_source.html -share/doc/qwt/html/qwt__date__scale__draw_8cpp_source.html -share/doc/qwt/html/qwt__date__scale__draw_8h_source.html -share/doc/qwt/html/qwt__date__scale__engine_8cpp_source.html -share/doc/qwt/html/qwt__date__scale__engine_8h_source.html -share/doc/qwt/html/qwt__dial_8cpp_source.html -share/doc/qwt/html/qwt__dial_8h_source.html -share/doc/qwt/html/qwt__dial__needle_8cpp_source.html -share/doc/qwt/html/qwt__dial__needle_8h_source.html -share/doc/qwt/html/qwt__dyngrid__layout_8cpp_source.html -share/doc/qwt/html/qwt__dyngrid__layout_8h_source.html -share/doc/qwt/html/qwt__event__pattern_8cpp_source.html -share/doc/qwt/html/qwt__event__pattern_8h_source.html -share/doc/qwt/html/qwt__global_8h_source.html -share/doc/qwt/html/qwt__graphic_8cpp_source.html -share/doc/qwt/html/qwt__graphic_8h_source.html -share/doc/qwt/html/qwt__interval_8cpp_source.html -share/doc/qwt/html/qwt__interval_8h_source.html -share/doc/qwt/html/qwt__interval__symbol_8cpp_source.html -share/doc/qwt/html/qwt__interval__symbol_8h_source.html -share/doc/qwt/html/qwt__knob_8cpp_source.html -share/doc/qwt/html/qwt__knob_8h_source.html -share/doc/qwt/html/qwt__legend_8cpp_source.html -share/doc/qwt/html/qwt__legend_8h_source.html -share/doc/qwt/html/qwt__legend__data_8cpp_source.html -share/doc/qwt/html/qwt__legend__data_8h_source.html -share/doc/qwt/html/qwt__legend__label_8cpp_source.html -share/doc/qwt/html/qwt__legend__label_8h_source.html -share/doc/qwt/html/qwt__magnifier_8cpp_source.html -share/doc/qwt/html/qwt__magnifier_8h_source.html -share/doc/qwt/html/qwt__math_8cpp_source.html -share/doc/qwt/html/qwt__math_8h_source.html -share/doc/qwt/html/qwt__matrix__raster__data_8cpp_source.html -share/doc/qwt/html/qwt__matrix__raster__data_8h_source.html -share/doc/qwt/html/qwt__null__paintdevice_8cpp_source.html -share/doc/qwt/html/qwt__null__paintdevice_8h_source.html -share/doc/qwt/html/qwt__painter_8cpp_source.html -share/doc/qwt/html/qwt__painter_8h_source.html -share/doc/qwt/html/qwt__painter__command_8cpp_source.html -share/doc/qwt/html/qwt__painter__command_8h_source.html -share/doc/qwt/html/qwt__panner_8cpp_source.html -share/doc/qwt/html/qwt__panner_8h_source.html -share/doc/qwt/html/qwt__picker_8cpp_source.html -share/doc/qwt/html/qwt__picker_8h_source.html -share/doc/qwt/html/qwt__picker__machine_8cpp_source.html -share/doc/qwt/html/qwt__picker__machine_8h_source.html -share/doc/qwt/html/qwt__pixel__matrix_8cpp_source.html -share/doc/qwt/html/qwt__pixel__matrix_8h_source.html -share/doc/qwt/html/qwt__plot_8cpp_source.html -share/doc/qwt/html/qwt__plot_8h_source.html -share/doc/qwt/html/qwt__plot__abstract__barchart_8cpp_source.html -share/doc/qwt/html/qwt__plot__abstract__barchart_8h_source.html -share/doc/qwt/html/qwt__plot__abstract__canvas_8cpp_source.html -share/doc/qwt/html/qwt__plot__abstract__canvas_8h_source.html -share/doc/qwt/html/qwt__plot__axis_8cpp_source.html -share/doc/qwt/html/qwt__plot__barchart_8cpp_source.html -share/doc/qwt/html/qwt__plot__barchart_8h_source.html -share/doc/qwt/html/qwt__plot__canvas_8cpp_source.html -share/doc/qwt/html/qwt__plot__canvas_8h_source.html -share/doc/qwt/html/qwt__plot__curve_8cpp_source.html -share/doc/qwt/html/qwt__plot__curve_8h_source.html -share/doc/qwt/html/qwt__plot__dict_8cpp_source.html -share/doc/qwt/html/qwt__plot__dict_8h_source.html -share/doc/qwt/html/qwt__plot__directpainter_8cpp_source.html -share/doc/qwt/html/qwt__plot__directpainter_8h_source.html -share/doc/qwt/html/qwt__plot__glcanvas_8cpp_source.html -share/doc/qwt/html/qwt__plot__glcanvas_8h_source.html -share/doc/qwt/html/qwt__plot__graphicitem_8cpp_source.html -share/doc/qwt/html/qwt__plot__graphicitem_8h_source.html -share/doc/qwt/html/qwt__plot__grid_8cpp_source.html -share/doc/qwt/html/qwt__plot__grid_8h_source.html -share/doc/qwt/html/qwt__plot__histogram_8cpp_source.html -share/doc/qwt/html/qwt__plot__histogram_8h_source.html -share/doc/qwt/html/qwt__plot__intervalcurve_8cpp_source.html -share/doc/qwt/html/qwt__plot__intervalcurve_8h_source.html -share/doc/qwt/html/qwt__plot__item_8cpp_source.html -share/doc/qwt/html/qwt__plot__item_8h_source.html -share/doc/qwt/html/qwt__plot__layout_8cpp_source.html -share/doc/qwt/html/qwt__plot__layout_8h_source.html -share/doc/qwt/html/qwt__plot__legenditem_8cpp_source.html -share/doc/qwt/html/qwt__plot__legenditem_8h_source.html -share/doc/qwt/html/qwt__plot__magnifier_8cpp_source.html -share/doc/qwt/html/qwt__plot__magnifier_8h_source.html -share/doc/qwt/html/qwt__plot__marker_8cpp_source.html -share/doc/qwt/html/qwt__plot__marker_8h_source.html -share/doc/qwt/html/qwt__plot__multi__barchart_8cpp_source.html -share/doc/qwt/html/qwt__plot__multi__barchart_8h_source.html -share/doc/qwt/html/qwt__plot__opengl__canvas_8cpp_source.html -share/doc/qwt/html/qwt__plot__opengl__canvas_8h_source.html -share/doc/qwt/html/qwt__plot__panner_8cpp_source.html -share/doc/qwt/html/qwt__plot__panner_8h_source.html -share/doc/qwt/html/qwt__plot__picker_8cpp_source.html -share/doc/qwt/html/qwt__plot__picker_8h_source.html -share/doc/qwt/html/qwt__plot__rasteritem_8cpp_source.html -share/doc/qwt/html/qwt__plot__rasteritem_8h_source.html -share/doc/qwt/html/qwt__plot__renderer_8cpp_source.html -share/doc/qwt/html/qwt__plot__renderer_8h_source.html -share/doc/qwt/html/qwt__plot__rescaler_8cpp_source.html -share/doc/qwt/html/qwt__plot__rescaler_8h_source.html -share/doc/qwt/html/qwt__plot__scaleitem_8cpp_source.html -share/doc/qwt/html/qwt__plot__scaleitem_8h_source.html -share/doc/qwt/html/qwt__plot__seriesitem_8cpp_source.html -share/doc/qwt/html/qwt__plot__seriesitem_8h_source.html -share/doc/qwt/html/qwt__plot__shapeitem_8cpp_source.html -share/doc/qwt/html/qwt__plot__shapeitem_8h_source.html -share/doc/qwt/html/qwt__plot__spectrocurve_8cpp_source.html -share/doc/qwt/html/qwt__plot__spectrocurve_8h_source.html -share/doc/qwt/html/qwt__plot__spectrogram_8cpp_source.html -share/doc/qwt/html/qwt__plot__spectrogram_8h_source.html -share/doc/qwt/html/qwt__plot__svgitem_8cpp_source.html -share/doc/qwt/html/qwt__plot__svgitem_8h_source.html -share/doc/qwt/html/qwt__plot__textlabel_8cpp_source.html -share/doc/qwt/html/qwt__plot__textlabel_8h_source.html -share/doc/qwt/html/qwt__plot__tradingcurve_8cpp_source.html -share/doc/qwt/html/qwt__plot__tradingcurve_8h_source.html -share/doc/qwt/html/qwt__plot__vectorfield_8cpp_source.html -share/doc/qwt/html/qwt__plot__vectorfield_8h_source.html -share/doc/qwt/html/qwt__plot__zoneitem_8cpp_source.html -share/doc/qwt/html/qwt__plot__zoneitem_8h_source.html -share/doc/qwt/html/qwt__plot__zoomer_8cpp_source.html -share/doc/qwt/html/qwt__plot__zoomer_8h_source.html -share/doc/qwt/html/qwt__point__3d_8cpp_source.html -share/doc/qwt/html/qwt__point__3d_8h_source.html -share/doc/qwt/html/qwt__point__data_8cpp_source.html -share/doc/qwt/html/qwt__point__data_8h_source.html -share/doc/qwt/html/qwt__point__mapper_8cpp_source.html -share/doc/qwt/html/qwt__point__mapper_8h_source.html -share/doc/qwt/html/qwt__point__polar_8cpp_source.html -share/doc/qwt/html/qwt__point__polar_8h_source.html -share/doc/qwt/html/qwt__polar_8h_source.html -share/doc/qwt/html/qwt__polar__canvas_8cpp_source.html -share/doc/qwt/html/qwt__polar__canvas_8h_source.html -share/doc/qwt/html/qwt__polar__curve_8cpp_source.html -share/doc/qwt/html/qwt__polar__curve_8h_source.html -share/doc/qwt/html/qwt__polar__fitter_8cpp_source.html -share/doc/qwt/html/qwt__polar__fitter_8h_source.html -share/doc/qwt/html/qwt__polar__grid_8cpp_source.html -share/doc/qwt/html/qwt__polar__grid_8h_source.html -share/doc/qwt/html/qwt__polar__item_8cpp_source.html -share/doc/qwt/html/qwt__polar__item_8h_source.html -share/doc/qwt/html/qwt__polar__itemdict_8cpp_source.html -share/doc/qwt/html/qwt__polar__itemdict_8h_source.html -share/doc/qwt/html/qwt__polar__layout_8cpp_source.html -share/doc/qwt/html/qwt__polar__layout_8h_source.html -share/doc/qwt/html/qwt__polar__magnifier_8cpp_source.html -share/doc/qwt/html/qwt__polar__magnifier_8h_source.html -share/doc/qwt/html/qwt__polar__marker_8cpp_source.html -share/doc/qwt/html/qwt__polar__marker_8h_source.html -share/doc/qwt/html/qwt__polar__panner_8cpp_source.html -share/doc/qwt/html/qwt__polar__panner_8h_source.html -share/doc/qwt/html/qwt__polar__picker_8cpp_source.html -share/doc/qwt/html/qwt__polar__picker_8h_source.html -share/doc/qwt/html/qwt__polar__plot_8cpp_source.html -share/doc/qwt/html/qwt__polar__plot_8h_source.html -share/doc/qwt/html/qwt__polar__renderer_8cpp_source.html -share/doc/qwt/html/qwt__polar__renderer_8h_source.html -share/doc/qwt/html/qwt__polar__spectrogram_8cpp_source.html -share/doc/qwt/html/qwt__polar__spectrogram_8h_source.html -share/doc/qwt/html/qwt__raster__data_8cpp_source.html -share/doc/qwt/html/qwt__raster__data_8h_source.html -share/doc/qwt/html/qwt__round__scale__draw_8cpp_source.html -share/doc/qwt/html/qwt__round__scale__draw_8h_source.html -share/doc/qwt/html/qwt__samples_8h_source.html -share/doc/qwt/html/qwt__sampling__thread_8cpp_source.html -share/doc/qwt/html/qwt__sampling__thread_8h_source.html -share/doc/qwt/html/qwt__scale__div_8cpp_source.html -share/doc/qwt/html/qwt__scale__div_8h_source.html -share/doc/qwt/html/qwt__scale__draw_8cpp_source.html -share/doc/qwt/html/qwt__scale__draw_8h_source.html -share/doc/qwt/html/qwt__scale__engine_8cpp_source.html -share/doc/qwt/html/qwt__scale__engine_8h_source.html -share/doc/qwt/html/qwt__scale__map_8cpp_source.html -share/doc/qwt/html/qwt__scale__map_8h_source.html -share/doc/qwt/html/qwt__scale__widget_8cpp_source.html -share/doc/qwt/html/qwt__scale__widget_8h_source.html -share/doc/qwt/html/qwt__series__data_8cpp_source.html -share/doc/qwt/html/qwt__series__data_8h_source.html -share/doc/qwt/html/qwt__series__store_8h_source.html -share/doc/qwt/html/qwt__slider_8cpp_source.html -share/doc/qwt/html/qwt__slider_8h_source.html -share/doc/qwt/html/qwt__spline_8cpp_source.html -share/doc/qwt/html/qwt__spline_8h_source.html -share/doc/qwt/html/qwt__spline__basis_8cpp_source.html -share/doc/qwt/html/qwt__spline__basis_8h_source.html -share/doc/qwt/html/qwt__spline__cubic_8cpp_source.html -share/doc/qwt/html/qwt__spline__cubic_8h_source.html -share/doc/qwt/html/qwt__spline__curve__fitter_8cpp_source.html -share/doc/qwt/html/qwt__spline__curve__fitter_8h_source.html -share/doc/qwt/html/qwt__spline__local_8cpp_source.html -share/doc/qwt/html/qwt__spline__local_8h_source.html -share/doc/qwt/html/qwt__spline__parametrization_8cpp_source.html -share/doc/qwt/html/qwt__spline__parametrization_8h_source.html -share/doc/qwt/html/qwt__spline__pleasing_8cpp_source.html -share/doc/qwt/html/qwt__spline__pleasing_8h_source.html -share/doc/qwt/html/qwt__spline__polynomial_8cpp_source.html -share/doc/qwt/html/qwt__spline__polynomial_8h_source.html -share/doc/qwt/html/qwt__symbol_8cpp_source.html -share/doc/qwt/html/qwt__symbol_8h_source.html -share/doc/qwt/html/qwt__system__clock_8cpp_source.html -share/doc/qwt/html/qwt__system__clock_8h_source.html -share/doc/qwt/html/qwt__text_8cpp_source.html -share/doc/qwt/html/qwt__text_8h_source.html -share/doc/qwt/html/qwt__text__engine_8cpp_source.html -share/doc/qwt/html/qwt__text__engine_8h_source.html -share/doc/qwt/html/qwt__text__label_8cpp_source.html -share/doc/qwt/html/qwt__text__label_8h_source.html -share/doc/qwt/html/qwt__thermo_8cpp_source.html -share/doc/qwt/html/qwt__thermo_8h_source.html -share/doc/qwt/html/qwt__transform_8cpp_source.html -share/doc/qwt/html/qwt__transform_8h_source.html -share/doc/qwt/html/qwt__vectorfield__symbol_8cpp_source.html -share/doc/qwt/html/qwt__vectorfield__symbol_8h_source.html -share/doc/qwt/html/qwt__weeding__curve__fitter_8cpp_source.html -share/doc/qwt/html/qwt__weeding__curve__fitter_8h_source.html -share/doc/qwt/html/qwt__wheel_8cpp_source.html -share/doc/qwt/html/qwt__wheel_8h_source.html -share/doc/qwt/html/qwt__widget__overlay_8cpp_source.html -share/doc/qwt/html/qwt__widget__overlay_8h_source.html -share/doc/qwt/html/qwtchangelog.html -share/doc/qwt/html/qwtinstall.html -share/doc/qwt/html/qwtlicense.html -share/doc/qwt/html/radio.png -share/doc/qwt/html/resize.js -share/doc/qwt/html/scatterplot-600x400.png -share/doc/qwt/html/search/ -share/doc/qwt/html/search/all_0.html -share/doc/qwt/html/search/all_0.js -share/doc/qwt/html/search/all_1.html -share/doc/qwt/html/search/all_1.js -share/doc/qwt/html/search/all_10.html -share/doc/qwt/html/search/all_10.js -share/doc/qwt/html/search/all_11.html -share/doc/qwt/html/search/all_11.js -share/doc/qwt/html/search/all_12.html -share/doc/qwt/html/search/all_12.js -share/doc/qwt/html/search/all_13.html -share/doc/qwt/html/search/all_13.js -share/doc/qwt/html/search/all_14.html -share/doc/qwt/html/search/all_14.js -share/doc/qwt/html/search/all_15.html -share/doc/qwt/html/search/all_15.js -share/doc/qwt/html/search/all_16.html -share/doc/qwt/html/search/all_16.js -share/doc/qwt/html/search/all_17.html -share/doc/qwt/html/search/all_17.js -share/doc/qwt/html/search/all_18.html -share/doc/qwt/html/search/all_18.js -share/doc/qwt/html/search/all_19.html -share/doc/qwt/html/search/all_19.js -share/doc/qwt/html/search/all_1a.html -share/doc/qwt/html/search/all_1a.js -share/doc/qwt/html/search/all_2.html -share/doc/qwt/html/search/all_2.js -share/doc/qwt/html/search/all_3.html -share/doc/qwt/html/search/all_3.js -share/doc/qwt/html/search/all_4.html -share/doc/qwt/html/search/all_4.js -share/doc/qwt/html/search/all_5.html -share/doc/qwt/html/search/all_5.js -share/doc/qwt/html/search/all_6.html -share/doc/qwt/html/search/all_6.js -share/doc/qwt/html/search/all_7.html -share/doc/qwt/html/search/all_7.js -share/doc/qwt/html/search/all_8.html -share/doc/qwt/html/search/all_8.js -share/doc/qwt/html/search/all_9.html -share/doc/qwt/html/search/all_9.js -share/doc/qwt/html/search/all_a.html -share/doc/qwt/html/search/all_a.js -share/doc/qwt/html/search/all_b.html -share/doc/qwt/html/search/all_b.js -share/doc/qwt/html/search/all_c.html -share/doc/qwt/html/search/all_c.js -share/doc/qwt/html/search/all_d.html -share/doc/qwt/html/search/all_d.js -share/doc/qwt/html/search/all_e.html -share/doc/qwt/html/search/all_e.js -share/doc/qwt/html/search/all_f.html -share/doc/qwt/html/search/all_f.js -share/doc/qwt/html/search/classes_0.html -share/doc/qwt/html/search/classes_0.js -share/doc/qwt/html/search/classes_1.html -share/doc/qwt/html/search/classes_1.js -share/doc/qwt/html/search/classes_2.html -share/doc/qwt/html/search/classes_2.js -share/doc/qwt/html/search/close.svg -share/doc/qwt/html/search/enums_0.html -share/doc/qwt/html/search/enums_0.js -share/doc/qwt/html/search/enums_1.html -share/doc/qwt/html/search/enums_1.js -share/doc/qwt/html/search/enums_10.html -share/doc/qwt/html/search/enums_10.js -share/doc/qwt/html/search/enums_11.html -share/doc/qwt/html/search/enums_11.js -share/doc/qwt/html/search/enums_2.html -share/doc/qwt/html/search/enums_2.js -share/doc/qwt/html/search/enums_3.html -share/doc/qwt/html/search/enums_3.js -share/doc/qwt/html/search/enums_4.html -share/doc/qwt/html/search/enums_4.js -share/doc/qwt/html/search/enums_5.html -share/doc/qwt/html/search/enums_5.js -share/doc/qwt/html/search/enums_6.html -share/doc/qwt/html/search/enums_6.js -share/doc/qwt/html/search/enums_7.html -share/doc/qwt/html/search/enums_7.js -share/doc/qwt/html/search/enums_8.html -share/doc/qwt/html/search/enums_8.js -share/doc/qwt/html/search/enums_9.html -share/doc/qwt/html/search/enums_9.js -share/doc/qwt/html/search/enums_a.html -share/doc/qwt/html/search/enums_a.js -share/doc/qwt/html/search/enums_b.html -share/doc/qwt/html/search/enums_b.js -share/doc/qwt/html/search/enums_c.html -share/doc/qwt/html/search/enums_c.js -share/doc/qwt/html/search/enums_d.html -share/doc/qwt/html/search/enums_d.js -share/doc/qwt/html/search/enums_e.html -share/doc/qwt/html/search/enums_e.js -share/doc/qwt/html/search/enums_f.html -share/doc/qwt/html/search/enums_f.js -share/doc/qwt/html/search/enumvalues_0.html -share/doc/qwt/html/search/enumvalues_0.js -share/doc/qwt/html/search/enumvalues_1.html -share/doc/qwt/html/search/enumvalues_1.js -share/doc/qwt/html/search/enumvalues_10.html -share/doc/qwt/html/search/enumvalues_10.js -share/doc/qwt/html/search/enumvalues_11.html -share/doc/qwt/html/search/enumvalues_11.js -share/doc/qwt/html/search/enumvalues_12.html -share/doc/qwt/html/search/enumvalues_12.js -share/doc/qwt/html/search/enumvalues_13.html -share/doc/qwt/html/search/enumvalues_13.js -share/doc/qwt/html/search/enumvalues_14.html -share/doc/qwt/html/search/enumvalues_14.js -share/doc/qwt/html/search/enumvalues_15.html -share/doc/qwt/html/search/enumvalues_15.js -share/doc/qwt/html/search/enumvalues_16.html -share/doc/qwt/html/search/enumvalues_16.js -share/doc/qwt/html/search/enumvalues_17.html -share/doc/qwt/html/search/enumvalues_17.js -share/doc/qwt/html/search/enumvalues_2.html -share/doc/qwt/html/search/enumvalues_2.js -share/doc/qwt/html/search/enumvalues_3.html -share/doc/qwt/html/search/enumvalues_3.js -share/doc/qwt/html/search/enumvalues_4.html -share/doc/qwt/html/search/enumvalues_4.js -share/doc/qwt/html/search/enumvalues_5.html -share/doc/qwt/html/search/enumvalues_5.js -share/doc/qwt/html/search/enumvalues_6.html -share/doc/qwt/html/search/enumvalues_6.js -share/doc/qwt/html/search/enumvalues_7.html -share/doc/qwt/html/search/enumvalues_7.js -share/doc/qwt/html/search/enumvalues_8.html -share/doc/qwt/html/search/enumvalues_8.js -share/doc/qwt/html/search/enumvalues_9.html -share/doc/qwt/html/search/enumvalues_9.js -share/doc/qwt/html/search/enumvalues_a.html -share/doc/qwt/html/search/enumvalues_a.js -share/doc/qwt/html/search/enumvalues_b.html -share/doc/qwt/html/search/enumvalues_b.js -share/doc/qwt/html/search/enumvalues_c.html -share/doc/qwt/html/search/enumvalues_c.js -share/doc/qwt/html/search/enumvalues_d.html -share/doc/qwt/html/search/enumvalues_d.js -share/doc/qwt/html/search/enumvalues_e.html -share/doc/qwt/html/search/enumvalues_e.js -share/doc/qwt/html/search/enumvalues_f.html -share/doc/qwt/html/search/enumvalues_f.js -share/doc/qwt/html/search/functions_0.html -share/doc/qwt/html/search/functions_0.js -share/doc/qwt/html/search/functions_1.html -share/doc/qwt/html/search/functions_1.js -share/doc/qwt/html/search/functions_10.html -share/doc/qwt/html/search/functions_10.js -share/doc/qwt/html/search/functions_11.html -share/doc/qwt/html/search/functions_11.js -share/doc/qwt/html/search/functions_12.html -share/doc/qwt/html/search/functions_12.js -share/doc/qwt/html/search/functions_13.html -share/doc/qwt/html/search/functions_13.js -share/doc/qwt/html/search/functions_14.html -share/doc/qwt/html/search/functions_14.js -share/doc/qwt/html/search/functions_15.html -share/doc/qwt/html/search/functions_15.js -share/doc/qwt/html/search/functions_16.html -share/doc/qwt/html/search/functions_16.js -share/doc/qwt/html/search/functions_17.html -share/doc/qwt/html/search/functions_17.js -share/doc/qwt/html/search/functions_18.html -share/doc/qwt/html/search/functions_18.js -share/doc/qwt/html/search/functions_19.html -share/doc/qwt/html/search/functions_19.js -share/doc/qwt/html/search/functions_2.html -share/doc/qwt/html/search/functions_2.js -share/doc/qwt/html/search/functions_3.html -share/doc/qwt/html/search/functions_3.js -share/doc/qwt/html/search/functions_4.html -share/doc/qwt/html/search/functions_4.js -share/doc/qwt/html/search/functions_5.html -share/doc/qwt/html/search/functions_5.js -share/doc/qwt/html/search/functions_6.html -share/doc/qwt/html/search/functions_6.js -share/doc/qwt/html/search/functions_7.html -share/doc/qwt/html/search/functions_7.js -share/doc/qwt/html/search/functions_8.html -share/doc/qwt/html/search/functions_8.js -share/doc/qwt/html/search/functions_9.html -share/doc/qwt/html/search/functions_9.js -share/doc/qwt/html/search/functions_a.html -share/doc/qwt/html/search/functions_a.js -share/doc/qwt/html/search/functions_b.html -share/doc/qwt/html/search/functions_b.js -share/doc/qwt/html/search/functions_c.html -share/doc/qwt/html/search/functions_c.js -share/doc/qwt/html/search/functions_d.html -share/doc/qwt/html/search/functions_d.js -share/doc/qwt/html/search/functions_e.html -share/doc/qwt/html/search/functions_e.js -share/doc/qwt/html/search/functions_f.html -share/doc/qwt/html/search/functions_f.js -share/doc/qwt/html/search/mag_sel.svg -share/doc/qwt/html/search/namespaces_0.html -share/doc/qwt/html/search/namespaces_0.js -share/doc/qwt/html/search/nomatches.html -share/doc/qwt/html/search/pages_0.html -share/doc/qwt/html/search/pages_0.js -share/doc/qwt/html/search/pages_1.html -share/doc/qwt/html/search/pages_1.js -share/doc/qwt/html/search/pages_2.html -share/doc/qwt/html/search/pages_2.js -share/doc/qwt/html/search/pages_3.html -share/doc/qwt/html/search/pages_3.js -share/doc/qwt/html/search/pages_4.html -share/doc/qwt/html/search/pages_4.js -share/doc/qwt/html/search/pages_5.html -share/doc/qwt/html/search/pages_5.js -share/doc/qwt/html/search/pages_6.html -share/doc/qwt/html/search/pages_6.js -share/doc/qwt/html/search/pages_7.html -share/doc/qwt/html/search/pages_7.js -share/doc/qwt/html/search/search.css -share/doc/qwt/html/search/search.js -share/doc/qwt/html/search/search_l.png -share/doc/qwt/html/search/search_m.png -share/doc/qwt/html/search/search_r.png -share/doc/qwt/html/search/searchdata.js -share/doc/qwt/html/search/typedefs_0.html -share/doc/qwt/html/search/typedefs_0.js -share/doc/qwt/html/search/typedefs_1.html -share/doc/qwt/html/search/typedefs_1.js -share/doc/qwt/html/search/typedefs_2.html -share/doc/qwt/html/search/typedefs_2.js -share/doc/qwt/html/search/typedefs_3.html -share/doc/qwt/html/search/typedefs_3.js -share/doc/qwt/html/search/typedefs_4.html -share/doc/qwt/html/search/typedefs_4.js -share/doc/qwt/html/search/typedefs_5.html -share/doc/qwt/html/search/typedefs_5.js -share/doc/qwt/html/search/typedefs_6.html -share/doc/qwt/html/search/typedefs_6.js -share/doc/qwt/html/search/typedefs_7.html -share/doc/qwt/html/search/typedefs_7.js -share/doc/qwt/html/search/typedefs_8.html -share/doc/qwt/html/search/typedefs_8.js -share/doc/qwt/html/search/typedefs_9.html -share/doc/qwt/html/search/typedefs_9.js -share/doc/qwt/html/search/typedefs_a.html -share/doc/qwt/html/search/typedefs_a.js -share/doc/qwt/html/search/typedefs_b.html -share/doc/qwt/html/search/typedefs_b.js -share/doc/qwt/html/search/typedefs_c.html -share/doc/qwt/html/search/typedefs_c.js -share/doc/qwt/html/search/variables_0.html -share/doc/qwt/html/search/variables_0.js -share/doc/qwt/html/search/variables_1.html -share/doc/qwt/html/search/variables_1.js -share/doc/qwt/html/search/variables_2.html -share/doc/qwt/html/search/variables_2.js -share/doc/qwt/html/search/variables_3.html -share/doc/qwt/html/search/variables_3.js -share/doc/qwt/html/search/variables_4.html -share/doc/qwt/html/search/variables_4.js -share/doc/qwt/html/search/variables_5.html -share/doc/qwt/html/search/variables_5.js -share/doc/qwt/html/search/variables_6.html -share/doc/qwt/html/search/variables_6.js -share/doc/qwt/html/search/variables_7.html -share/doc/qwt/html/search/variables_7.js -share/doc/qwt/html/search/variables_8.html -share/doc/qwt/html/search/variables_8.js -share/doc/qwt/html/search/variables_9.html -share/doc/qwt/html/search/variables_9.js -share/doc/qwt/html/search/variables_a.html -share/doc/qwt/html/search/variables_a.js -share/doc/qwt/html/search/variables_b.html -share/doc/qwt/html/search/variables_b.js -share/doc/qwt/html/search/variables_c.html -share/doc/qwt/html/search/variables_c.js -share/doc/qwt/html/search/variables_d.html -share/doc/qwt/html/search/variables_d.js -share/doc/qwt/html/sliders.png -share/doc/qwt/html/spectrogram-contour1-600x400.png -share/doc/qwt/html/spectrogram-contour2-600x400.png -share/doc/qwt/html/spectrogram-hue-600x400.png -share/doc/qwt/html/spectrogram-rgb-600x400.png -share/doc/qwt/html/spectrogram-saturation-600x400.png -share/doc/qwt/html/spectrogram-value-600x400.png -share/doc/qwt/html/spectrogramscreenshots.html -share/doc/qwt/html/splitbar.png -share/doc/qwt/html/stockchart-600x400.png -share/doc/qwt/html/svgpan.js -share/doc/qwt/html/sync_off.png -share/doc/qwt/html/sync_on.png -share/doc/qwt/html/sysinfo.png -share/doc/qwt/html/tab_a.png -share/doc/qwt/html/tab_b.png -share/doc/qwt/html/tab_h.png -share/doc/qwt/html/tab_s.png -share/doc/qwt/html/tabs.css -share/doc/qwt/html/tvplot-600x400.png -share/doc/qwt/man/ Index: pkg/PLIST-common =================================================================== RCS file: pkg/PLIST-common diff -N pkg/PLIST-common --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/PLIST-common 1 Nov 2024 17:41:46 -0000 @@ -0,0 +1,1979 @@ +@conflict qwt-<6.3.0 +@pkgpath x11/qwt +include/QwtAbstractLegend +include/QwtAbstractScale +include/QwtAbstractScaleDraw +include/QwtAbstractSlider +include/QwtAlphaColorMap +include/QwtAnalogClock +include/QwtArrowButton +include/QwtAxis +include/QwtAxisId +include/QwtBezier +include/QwtCPointerData +include/QwtClipper +include/QwtColorMap +include/QwtColumnRect +include/QwtColumnSymbol +include/QwtCompass +include/QwtCompassMagnetNeedle +include/QwtCompassRose +include/QwtCompassScaleDraw +include/QwtCompassWindArrow +include/QwtCounter +include/QwtCurveFitter +include/QwtDate +include/QwtDateScaleDraw +include/QwtDateScaleEngine +include/QwtDial +include/QwtDialNeedle +include/QwtDialSimpleNeedle +include/QwtDynGridLayout +include/QwtEventPattern +include/QwtGlobal +include/QwtGraphic +include/QwtHueColorMap +include/QwtInterval +include/QwtIntervalSample +include/QwtIntervalSeriesData +include/QwtIntervalSymbol +include/QwtKnob +include/QwtLegend +include/QwtLegendData +include/QwtLegendLabel +include/QwtLinearColorMap +include/QwtLinearScaleEngine +include/QwtLogScaleEngine +include/QwtLogTransform +include/QwtMagnifier +include/QwtMath +include/QwtMatrixRasterData +include/QwtNullPaintDevice +include/QwtNullTransform +include/QwtOHLCSample +include/QwtPainter +include/QwtPainterCommand +include/QwtPanner +include/QwtPicker +include/QwtPickerClickPointMachine +include/QwtPickerClickRectMachine +include/QwtPickerDragLineMachine +include/QwtPickerDragPointMachine +include/QwtPickerDragRectMachine +include/QwtPickerMachine +include/QwtPickerPolygonMachine +include/QwtPickerTrackerMachine +include/QwtPixelMatrix +include/QwtPlainTextEngine +include/QwtPlot +include/QwtPlotAbstractBarChart +include/QwtPlotAbstractCanvas +include/QwtPlotBarChart +include/QwtPlotCanvas +include/QwtPlotCurve +include/QwtPlotDict +include/QwtPlotDirectPainter +include/QwtPlotGraphicItem +include/QwtPlotGrid +include/QwtPlotHistogram +include/QwtPlotIntervalCurve +include/QwtPlotItem +include/QwtPlotLayout +include/QwtPlotLegendItem +include/QwtPlotMagnifier +include/QwtPlotMarker +include/QwtPlotMultiBarChart +include/QwtPlotOpenGLCanvas +include/QwtPlotPanner +include/QwtPlotPicker +include/QwtPlotRasterItem +include/QwtPlotRenderer +include/QwtPlotRescaler +include/QwtPlotScaleItem +include/QwtPlotSeriesItem +include/QwtPlotShapeItem +include/QwtPlotSpectroCurve +include/QwtPlotSpectrogram +include/QwtPlotSvgItem +include/QwtPlotTextLabel +include/QwtPlotTradingCurve +include/QwtPlotVectorField +include/QwtPlotZoneItem +include/QwtPlotZoomer +include/QwtPoint3D +include/QwtPoint3DSeriesData +include/QwtPointArrayData +include/QwtPointMapper +include/QwtPointPolar +include/QwtPointSeriesData +include/QwtPolarCanvas +include/QwtPolarCurve +include/QwtPolarFitter +include/QwtPolarGrid +include/QwtPolarItem +include/QwtPolarItemDict +include/QwtPolarLayout +include/QwtPolarMagnifier +include/QwtPolarMarker +include/QwtPolarPanner +include/QwtPolarPicker +include/QwtPolarPlot +include/QwtPolarRenderer +include/QwtPolarSpectrogram +include/QwtPowerTransform +include/QwtRasterData +include/QwtRichTextEngine +include/QwtRoundScaleDraw +include/QwtSamplingThread +include/QwtSaturationValueColorMap +include/QwtScaleArithmetic +include/QwtScaleDiv +include/QwtScaleDraw +include/QwtScaleEngine +include/QwtScaleMap +include/QwtScaleWidget +include/QwtSeriesData +include/QwtSetSample +include/QwtSetSeriesData +include/QwtSimpleCompassRose +include/QwtSlider +include/QwtSpline +include/QwtSplineBasis +include/QwtSplineC1 +include/QwtSplineC2 +include/QwtSplineCubic +include/QwtSplineCurveFitter +include/QwtSplineG1 +include/QwtSplineInterpolating +include/QwtSplineLocal +include/QwtSplineParameter +include/QwtSplineParametrization +include/QwtSplinePleasing +include/QwtSplinePolynomial +include/QwtSymbol +include/QwtSyntheticPointData +include/QwtSystemClock +include/QwtText +include/QwtTextEngine +include/QwtTextLabel +include/QwtThermo +include/QwtTradingChartData +include/QwtTransform +include/QwtVectorFieldArrow +include/QwtVectorFieldData +include/QwtVectorFieldSample +include/QwtVectorFieldSymbol +include/QwtVectorFieldThinArrow +include/QwtWeedingCurveFitter +include/QwtWheel +include/QwtWidgetOverlay +include/qwt.h +include/qwt_abstract_legend.h +include/qwt_abstract_scale.h +include/qwt_abstract_scale_draw.h +include/qwt_abstract_slider.h +include/qwt_analog_clock.h +include/qwt_arrow_button.h +include/qwt_axis.h +include/qwt_axis_id.h +include/qwt_bezier.h +include/qwt_clipper.h +include/qwt_color_map.h +include/qwt_column_symbol.h +include/qwt_compass.h +include/qwt_compass_rose.h +include/qwt_counter.h +include/qwt_curve_fitter.h +include/qwt_date.h +include/qwt_date_scale_draw.h +include/qwt_date_scale_engine.h +include/qwt_dial.h +include/qwt_dial_needle.h +include/qwt_dyngrid_layout.h +include/qwt_event_pattern.h +include/qwt_global.h +include/qwt_graphic.h +include/qwt_interval.h +include/qwt_interval_symbol.h +include/qwt_knob.h +include/qwt_legend.h +include/qwt_legend_data.h +include/qwt_legend_label.h +include/qwt_magnifier.h +include/qwt_math.h +include/qwt_matrix_raster_data.h +include/qwt_null_paintdevice.h +include/qwt_painter.h +include/qwt_painter_command.h +include/qwt_panner.h +include/qwt_picker.h +include/qwt_picker_machine.h +include/qwt_pixel_matrix.h +include/qwt_plot.h +include/qwt_plot_abstract_barchart.h +include/qwt_plot_abstract_canvas.h +include/qwt_plot_barchart.h +include/qwt_plot_canvas.h +include/qwt_plot_curve.h +include/qwt_plot_dict.h +include/qwt_plot_directpainter.h +include/qwt_plot_graphicitem.h +include/qwt_plot_grid.h +include/qwt_plot_histogram.h +include/qwt_plot_intervalcurve.h +include/qwt_plot_item.h +include/qwt_plot_layout.h +include/qwt_plot_legenditem.h +include/qwt_plot_magnifier.h +include/qwt_plot_marker.h +include/qwt_plot_multi_barchart.h +include/qwt_plot_opengl_canvas.h +include/qwt_plot_panner.h +include/qwt_plot_picker.h +include/qwt_plot_rasteritem.h +include/qwt_plot_renderer.h +include/qwt_plot_rescaler.h +include/qwt_plot_scaleitem.h +include/qwt_plot_seriesitem.h +include/qwt_plot_shapeitem.h +include/qwt_plot_spectrocurve.h +include/qwt_plot_spectrogram.h +include/qwt_plot_svgitem.h +include/qwt_plot_textlabel.h +include/qwt_plot_tradingcurve.h +include/qwt_plot_vectorfield.h +include/qwt_plot_zoneitem.h +include/qwt_plot_zoomer.h +include/qwt_point_3d.h +include/qwt_point_data.h +include/qwt_point_mapper.h +include/qwt_point_polar.h +include/qwt_polar.h +include/qwt_polar_canvas.h +include/qwt_polar_curve.h +include/qwt_polar_fitter.h +include/qwt_polar_grid.h +include/qwt_polar_item.h +include/qwt_polar_itemdict.h +include/qwt_polar_layout.h +include/qwt_polar_magnifier.h +include/qwt_polar_marker.h +include/qwt_polar_panner.h +include/qwt_polar_picker.h +include/qwt_polar_plot.h +include/qwt_polar_renderer.h +include/qwt_polar_spectrogram.h +include/qwt_raster_data.h +include/qwt_round_scale_draw.h +include/qwt_samples.h +include/qwt_sampling_thread.h +include/qwt_scale_div.h +include/qwt_scale_draw.h +include/qwt_scale_engine.h +include/qwt_scale_map.h +include/qwt_scale_widget.h +include/qwt_series_data.h +include/qwt_series_store.h +include/qwt_slider.h +include/qwt_spline.h +include/qwt_spline_basis.h +include/qwt_spline_cubic.h +include/qwt_spline_curve_fitter.h +include/qwt_spline_local.h +include/qwt_spline_parametrization.h +include/qwt_spline_pleasing.h +include/qwt_spline_polynomial.h +include/qwt_symbol.h +include/qwt_system_clock.h +include/qwt_text.h +include/qwt_text_engine.h +include/qwt_text_label.h +include/qwt_thermo.h +include/qwt_transform.h +include/qwt_vectorfield_symbol.h +include/qwt_weeding_curve_fitter.h +include/qwt_wheel.h +include/qwt_widget_overlay.h +share/doc/qwt/ +share/doc/qwt/html/ +share/doc/qwt/html/_formulas.tex +share/doc/qwt/html/_formulas_dark.tex +share/doc/qwt/html/analogclock.png +share/doc/qwt/html/annotated.html +share/doc/qwt/html/annotated_dup.js +share/doc/qwt/html/barchart-grouped-600x400.png +share/doc/qwt/html/barchart-stacked-600x400.png +share/doc/qwt/html/barchartscreenshots.html +share/doc/qwt/html/bc_s.png +share/doc/qwt/html/bc_sd.png +share/doc/qwt/html/bode-blue-600x400.png +share/doc/qwt/html/bode-rosy-600x400.png +share/doc/qwt/html/class_q_list.html +share/doc/qwt/html/class_q_map.html +share/doc/qwt/html/class_q_stack.html +share/doc/qwt/html/class_q_vector.html +share/doc/qwt/html/class_qwt_abstract_legend-members.html +share/doc/qwt/html/class_qwt_abstract_legend.html +share/doc/qwt/html/class_qwt_abstract_legend.js +share/doc/qwt/html/class_qwt_abstract_legend__inherit__graph.map +share/doc/qwt/html/class_qwt_abstract_legend__inherit__graph.svg +share/doc/qwt/html/class_qwt_abstract_legend__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_abstract_scale-members.html +share/doc/qwt/html/class_qwt_abstract_scale.html +share/doc/qwt/html/class_qwt_abstract_scale.js +share/doc/qwt/html/class_qwt_abstract_scale__inherit__graph.map +share/doc/qwt/html/class_qwt_abstract_scale__inherit__graph.svg +share/doc/qwt/html/class_qwt_abstract_scale__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_abstract_scale_draw-members.html +share/doc/qwt/html/class_qwt_abstract_scale_draw.html +share/doc/qwt/html/class_qwt_abstract_scale_draw.js +share/doc/qwt/html/class_qwt_abstract_scale_draw__inherit__graph.map +share/doc/qwt/html/class_qwt_abstract_scale_draw__inherit__graph.svg +share/doc/qwt/html/class_qwt_abstract_scale_draw__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_abstract_series_store-members.html +share/doc/qwt/html/class_qwt_abstract_series_store.html +share/doc/qwt/html/class_qwt_abstract_series_store.js +share/doc/qwt/html/class_qwt_abstract_series_store__inherit__graph.map +share/doc/qwt/html/class_qwt_abstract_series_store__inherit__graph.svg +share/doc/qwt/html/class_qwt_abstract_series_store__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_abstract_slider-members.html +share/doc/qwt/html/class_qwt_abstract_slider.html +share/doc/qwt/html/class_qwt_abstract_slider.js +share/doc/qwt/html/class_qwt_abstract_slider__inherit__graph.map +share/doc/qwt/html/class_qwt_abstract_slider__inherit__graph.svg +share/doc/qwt/html/class_qwt_abstract_slider__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_alpha_color_map-members.html +share/doc/qwt/html/class_qwt_alpha_color_map.html +share/doc/qwt/html/class_qwt_alpha_color_map.js +share/doc/qwt/html/class_qwt_alpha_color_map__inherit__graph.map +share/doc/qwt/html/class_qwt_alpha_color_map__inherit__graph.svg +share/doc/qwt/html/class_qwt_alpha_color_map__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_analog_clock-members.html +share/doc/qwt/html/class_qwt_analog_clock.html +share/doc/qwt/html/class_qwt_analog_clock.js +share/doc/qwt/html/class_qwt_analog_clock__inherit__graph.map +share/doc/qwt/html/class_qwt_analog_clock__inherit__graph.svg +share/doc/qwt/html/class_qwt_analog_clock__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_array_series_data-members.html +share/doc/qwt/html/class_qwt_array_series_data.html +share/doc/qwt/html/class_qwt_array_series_data.js +share/doc/qwt/html/class_qwt_array_series_data__inherit__graph.map +share/doc/qwt/html/class_qwt_array_series_data__inherit__graph.svg +share/doc/qwt/html/class_qwt_array_series_data__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_arrow_button-members.html +share/doc/qwt/html/class_qwt_arrow_button.html +share/doc/qwt/html/class_qwt_arrow_button.js +share/doc/qwt/html/class_qwt_arrow_button__inherit__graph.map +share/doc/qwt/html/class_qwt_arrow_button__inherit__graph.svg +share/doc/qwt/html/class_qwt_arrow_button__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_bezier-members.html +share/doc/qwt/html/class_qwt_bezier.html +share/doc/qwt/html/class_qwt_bezier.js +share/doc/qwt/html/class_qwt_c_pointer_data-members.html +share/doc/qwt/html/class_qwt_c_pointer_data.html +share/doc/qwt/html/class_qwt_c_pointer_data.js +share/doc/qwt/html/class_qwt_c_pointer_data__inherit__graph.map +share/doc/qwt/html/class_qwt_c_pointer_data__inherit__graph.svg +share/doc/qwt/html/class_qwt_c_pointer_data__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_c_pointer_value_data-members.html +share/doc/qwt/html/class_qwt_c_pointer_value_data.html +share/doc/qwt/html/class_qwt_c_pointer_value_data.js +share/doc/qwt/html/class_qwt_c_pointer_value_data__inherit__graph.map +share/doc/qwt/html/class_qwt_c_pointer_value_data__inherit__graph.svg +share/doc/qwt/html/class_qwt_c_pointer_value_data__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_color_map-members.html +share/doc/qwt/html/class_qwt_color_map.html +share/doc/qwt/html/class_qwt_color_map.js +share/doc/qwt/html/class_qwt_color_map__inherit__graph.map +share/doc/qwt/html/class_qwt_color_map__inherit__graph.svg +share/doc/qwt/html/class_qwt_color_map__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_column_rect-members.html +share/doc/qwt/html/class_qwt_column_rect.html +share/doc/qwt/html/class_qwt_column_rect.js +share/doc/qwt/html/class_qwt_column_symbol-members.html +share/doc/qwt/html/class_qwt_column_symbol.html +share/doc/qwt/html/class_qwt_column_symbol.js +share/doc/qwt/html/class_qwt_compass-members.html +share/doc/qwt/html/class_qwt_compass.html +share/doc/qwt/html/class_qwt_compass.js +share/doc/qwt/html/class_qwt_compass__inherit__graph.map +share/doc/qwt/html/class_qwt_compass__inherit__graph.svg +share/doc/qwt/html/class_qwt_compass__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_compass_magnet_needle-members.html +share/doc/qwt/html/class_qwt_compass_magnet_needle.html +share/doc/qwt/html/class_qwt_compass_magnet_needle.js +share/doc/qwt/html/class_qwt_compass_magnet_needle__inherit__graph.map +share/doc/qwt/html/class_qwt_compass_magnet_needle__inherit__graph.svg +share/doc/qwt/html/class_qwt_compass_magnet_needle__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_compass_rose-members.html +share/doc/qwt/html/class_qwt_compass_rose.html +share/doc/qwt/html/class_qwt_compass_rose.js +share/doc/qwt/html/class_qwt_compass_rose__inherit__graph.map +share/doc/qwt/html/class_qwt_compass_rose__inherit__graph.svg +share/doc/qwt/html/class_qwt_compass_rose__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_compass_scale_draw-members.html +share/doc/qwt/html/class_qwt_compass_scale_draw.html +share/doc/qwt/html/class_qwt_compass_scale_draw.js +share/doc/qwt/html/class_qwt_compass_scale_draw__inherit__graph.map +share/doc/qwt/html/class_qwt_compass_scale_draw__inherit__graph.svg +share/doc/qwt/html/class_qwt_compass_scale_draw__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_compass_wind_arrow-members.html +share/doc/qwt/html/class_qwt_compass_wind_arrow.html +share/doc/qwt/html/class_qwt_compass_wind_arrow.js +share/doc/qwt/html/class_qwt_compass_wind_arrow__inherit__graph.map +share/doc/qwt/html/class_qwt_compass_wind_arrow__inherit__graph.svg +share/doc/qwt/html/class_qwt_compass_wind_arrow__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_counter-members.html +share/doc/qwt/html/class_qwt_counter.html +share/doc/qwt/html/class_qwt_counter.js +share/doc/qwt/html/class_qwt_counter__inherit__graph.map +share/doc/qwt/html/class_qwt_counter__inherit__graph.svg +share/doc/qwt/html/class_qwt_counter__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_curve_fitter-members.html +share/doc/qwt/html/class_qwt_curve_fitter.html +share/doc/qwt/html/class_qwt_curve_fitter.js +share/doc/qwt/html/class_qwt_curve_fitter__inherit__graph.map +share/doc/qwt/html/class_qwt_curve_fitter__inherit__graph.svg +share/doc/qwt/html/class_qwt_curve_fitter__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_date-members.html +share/doc/qwt/html/class_qwt_date.html +share/doc/qwt/html/class_qwt_date.js +share/doc/qwt/html/class_qwt_date_scale_draw-members.html +share/doc/qwt/html/class_qwt_date_scale_draw.html +share/doc/qwt/html/class_qwt_date_scale_draw.js +share/doc/qwt/html/class_qwt_date_scale_draw__inherit__graph.map +share/doc/qwt/html/class_qwt_date_scale_draw__inherit__graph.svg +share/doc/qwt/html/class_qwt_date_scale_draw__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_date_scale_engine-members.html +share/doc/qwt/html/class_qwt_date_scale_engine.html +share/doc/qwt/html/class_qwt_date_scale_engine.js +share/doc/qwt/html/class_qwt_date_scale_engine__inherit__graph.map +share/doc/qwt/html/class_qwt_date_scale_engine__inherit__graph.svg +share/doc/qwt/html/class_qwt_date_scale_engine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_dial-members.html +share/doc/qwt/html/class_qwt_dial.html +share/doc/qwt/html/class_qwt_dial.js +share/doc/qwt/html/class_qwt_dial__inherit__graph.map +share/doc/qwt/html/class_qwt_dial__inherit__graph.svg +share/doc/qwt/html/class_qwt_dial__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_dial_needle-members.html +share/doc/qwt/html/class_qwt_dial_needle.html +share/doc/qwt/html/class_qwt_dial_needle.js +share/doc/qwt/html/class_qwt_dial_needle__inherit__graph.map +share/doc/qwt/html/class_qwt_dial_needle__inherit__graph.svg +share/doc/qwt/html/class_qwt_dial_needle__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_dial_simple_needle-members.html +share/doc/qwt/html/class_qwt_dial_simple_needle.html +share/doc/qwt/html/class_qwt_dial_simple_needle.js +share/doc/qwt/html/class_qwt_dial_simple_needle__inherit__graph.map +share/doc/qwt/html/class_qwt_dial_simple_needle__inherit__graph.svg +share/doc/qwt/html/class_qwt_dial_simple_needle__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_dyn_grid_layout-members.html +share/doc/qwt/html/class_qwt_dyn_grid_layout.html +share/doc/qwt/html/class_qwt_dyn_grid_layout.js +share/doc/qwt/html/class_qwt_dyn_grid_layout__inherit__graph.map +share/doc/qwt/html/class_qwt_dyn_grid_layout__inherit__graph.svg +share/doc/qwt/html/class_qwt_dyn_grid_layout__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_event_pattern-members.html +share/doc/qwt/html/class_qwt_event_pattern.html +share/doc/qwt/html/class_qwt_event_pattern.js +share/doc/qwt/html/class_qwt_event_pattern_1_1_key_pattern-members.html +share/doc/qwt/html/class_qwt_event_pattern_1_1_key_pattern.html +share/doc/qwt/html/class_qwt_event_pattern_1_1_key_pattern.js +share/doc/qwt/html/class_qwt_event_pattern_1_1_mouse_pattern-members.html +share/doc/qwt/html/class_qwt_event_pattern_1_1_mouse_pattern.html +share/doc/qwt/html/class_qwt_event_pattern_1_1_mouse_pattern.js +share/doc/qwt/html/class_qwt_event_pattern__inherit__graph.map +share/doc/qwt/html/class_qwt_event_pattern__inherit__graph.svg +share/doc/qwt/html/class_qwt_event_pattern__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_graphic-members.html +share/doc/qwt/html/class_qwt_graphic.html +share/doc/qwt/html/class_qwt_graphic.js +share/doc/qwt/html/class_qwt_graphic__inherit__graph.map +share/doc/qwt/html/class_qwt_graphic__inherit__graph.svg +share/doc/qwt/html/class_qwt_graphic__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_hue_color_map-members.html +share/doc/qwt/html/class_qwt_hue_color_map.html +share/doc/qwt/html/class_qwt_hue_color_map.js +share/doc/qwt/html/class_qwt_hue_color_map__inherit__graph.map +share/doc/qwt/html/class_qwt_hue_color_map__inherit__graph.svg +share/doc/qwt/html/class_qwt_hue_color_map__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_interval-members.html +share/doc/qwt/html/class_qwt_interval.html +share/doc/qwt/html/class_qwt_interval.js +share/doc/qwt/html/class_qwt_interval_sample-members.html +share/doc/qwt/html/class_qwt_interval_sample.html +share/doc/qwt/html/class_qwt_interval_sample.js +share/doc/qwt/html/class_qwt_interval_symbol-members.html +share/doc/qwt/html/class_qwt_interval_symbol.html +share/doc/qwt/html/class_qwt_interval_symbol.js +share/doc/qwt/html/class_qwt_knob-members.html +share/doc/qwt/html/class_qwt_knob.html +share/doc/qwt/html/class_qwt_knob.js +share/doc/qwt/html/class_qwt_knob__inherit__graph.map +share/doc/qwt/html/class_qwt_knob__inherit__graph.svg +share/doc/qwt/html/class_qwt_knob__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_legend-members.html +share/doc/qwt/html/class_qwt_legend.html +share/doc/qwt/html/class_qwt_legend.js +share/doc/qwt/html/class_qwt_legend__inherit__graph.map +share/doc/qwt/html/class_qwt_legend__inherit__graph.svg +share/doc/qwt/html/class_qwt_legend__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_legend_data-members.html +share/doc/qwt/html/class_qwt_legend_data.html +share/doc/qwt/html/class_qwt_legend_data.js +share/doc/qwt/html/class_qwt_legend_label-members.html +share/doc/qwt/html/class_qwt_legend_label.html +share/doc/qwt/html/class_qwt_legend_label.js +share/doc/qwt/html/class_qwt_legend_label__inherit__graph.map +share/doc/qwt/html/class_qwt_legend_label__inherit__graph.svg +share/doc/qwt/html/class_qwt_legend_label__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_linear_color_map-members.html +share/doc/qwt/html/class_qwt_linear_color_map.html +share/doc/qwt/html/class_qwt_linear_color_map.js +share/doc/qwt/html/class_qwt_linear_color_map__inherit__graph.map +share/doc/qwt/html/class_qwt_linear_color_map__inherit__graph.svg +share/doc/qwt/html/class_qwt_linear_color_map__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_linear_scale_engine-members.html +share/doc/qwt/html/class_qwt_linear_scale_engine.html +share/doc/qwt/html/class_qwt_linear_scale_engine.js +share/doc/qwt/html/class_qwt_linear_scale_engine__inherit__graph.map +share/doc/qwt/html/class_qwt_linear_scale_engine__inherit__graph.svg +share/doc/qwt/html/class_qwt_linear_scale_engine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_log_scale_engine-members.html +share/doc/qwt/html/class_qwt_log_scale_engine.html +share/doc/qwt/html/class_qwt_log_scale_engine.js +share/doc/qwt/html/class_qwt_log_scale_engine__inherit__graph.map +share/doc/qwt/html/class_qwt_log_scale_engine__inherit__graph.svg +share/doc/qwt/html/class_qwt_log_scale_engine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_log_transform-members.html +share/doc/qwt/html/class_qwt_log_transform.html +share/doc/qwt/html/class_qwt_log_transform.js +share/doc/qwt/html/class_qwt_log_transform__inherit__graph.map +share/doc/qwt/html/class_qwt_log_transform__inherit__graph.svg +share/doc/qwt/html/class_qwt_log_transform__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_magnifier-members.html +share/doc/qwt/html/class_qwt_magnifier.html +share/doc/qwt/html/class_qwt_magnifier.js +share/doc/qwt/html/class_qwt_magnifier__inherit__graph.map +share/doc/qwt/html/class_qwt_magnifier__inherit__graph.svg +share/doc/qwt/html/class_qwt_magnifier__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_matrix_raster_data-members.html +share/doc/qwt/html/class_qwt_matrix_raster_data.html +share/doc/qwt/html/class_qwt_matrix_raster_data.js +share/doc/qwt/html/class_qwt_matrix_raster_data__inherit__graph.map +share/doc/qwt/html/class_qwt_matrix_raster_data__inherit__graph.svg +share/doc/qwt/html/class_qwt_matrix_raster_data__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_null_paint_device-members.html +share/doc/qwt/html/class_qwt_null_paint_device.html +share/doc/qwt/html/class_qwt_null_paint_device.js +share/doc/qwt/html/class_qwt_null_paint_device__inherit__graph.map +share/doc/qwt/html/class_qwt_null_paint_device__inherit__graph.svg +share/doc/qwt/html/class_qwt_null_paint_device__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_null_transform-members.html +share/doc/qwt/html/class_qwt_null_transform.html +share/doc/qwt/html/class_qwt_null_transform.js +share/doc/qwt/html/class_qwt_null_transform__inherit__graph.map +share/doc/qwt/html/class_qwt_null_transform__inherit__graph.svg +share/doc/qwt/html/class_qwt_null_transform__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_o_h_l_c_sample-members.html +share/doc/qwt/html/class_qwt_o_h_l_c_sample.html +share/doc/qwt/html/class_qwt_o_h_l_c_sample.js +share/doc/qwt/html/class_qwt_painter-members.html +share/doc/qwt/html/class_qwt_painter.html +share/doc/qwt/html/class_qwt_painter_command-members.html +share/doc/qwt/html/class_qwt_painter_command.html +share/doc/qwt/html/class_qwt_painter_command.js +share/doc/qwt/html/class_qwt_panner-members.html +share/doc/qwt/html/class_qwt_panner.html +share/doc/qwt/html/class_qwt_panner.js +share/doc/qwt/html/class_qwt_panner__inherit__graph.map +share/doc/qwt/html/class_qwt_panner__inherit__graph.svg +share/doc/qwt/html/class_qwt_panner__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_picker-members.html +share/doc/qwt/html/class_qwt_picker.html +share/doc/qwt/html/class_qwt_picker.js +share/doc/qwt/html/class_qwt_picker__inherit__graph.map +share/doc/qwt/html/class_qwt_picker__inherit__graph.svg +share/doc/qwt/html/class_qwt_picker__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_picker_click_point_machine-members.html +share/doc/qwt/html/class_qwt_picker_click_point_machine.html +share/doc/qwt/html/class_qwt_picker_click_point_machine.js +share/doc/qwt/html/class_qwt_picker_click_point_machine__inherit__graph.map +share/doc/qwt/html/class_qwt_picker_click_point_machine__inherit__graph.svg +share/doc/qwt/html/class_qwt_picker_click_point_machine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_picker_click_rect_machine-members.html +share/doc/qwt/html/class_qwt_picker_click_rect_machine.html +share/doc/qwt/html/class_qwt_picker_click_rect_machine.js +share/doc/qwt/html/class_qwt_picker_click_rect_machine__inherit__graph.map +share/doc/qwt/html/class_qwt_picker_click_rect_machine__inherit__graph.svg +share/doc/qwt/html/class_qwt_picker_click_rect_machine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_picker_drag_line_machine-members.html +share/doc/qwt/html/class_qwt_picker_drag_line_machine.html +share/doc/qwt/html/class_qwt_picker_drag_line_machine.js +share/doc/qwt/html/class_qwt_picker_drag_line_machine__inherit__graph.map +share/doc/qwt/html/class_qwt_picker_drag_line_machine__inherit__graph.svg +share/doc/qwt/html/class_qwt_picker_drag_line_machine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_picker_drag_point_machine-members.html +share/doc/qwt/html/class_qwt_picker_drag_point_machine.html +share/doc/qwt/html/class_qwt_picker_drag_point_machine.js +share/doc/qwt/html/class_qwt_picker_drag_point_machine__inherit__graph.map +share/doc/qwt/html/class_qwt_picker_drag_point_machine__inherit__graph.svg +share/doc/qwt/html/class_qwt_picker_drag_point_machine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_picker_drag_rect_machine-members.html +share/doc/qwt/html/class_qwt_picker_drag_rect_machine.html +share/doc/qwt/html/class_qwt_picker_drag_rect_machine.js +share/doc/qwt/html/class_qwt_picker_drag_rect_machine__inherit__graph.map +share/doc/qwt/html/class_qwt_picker_drag_rect_machine__inherit__graph.svg +share/doc/qwt/html/class_qwt_picker_drag_rect_machine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_picker_machine-members.html +share/doc/qwt/html/class_qwt_picker_machine.html +share/doc/qwt/html/class_qwt_picker_machine.js +share/doc/qwt/html/class_qwt_picker_machine__inherit__graph.map +share/doc/qwt/html/class_qwt_picker_machine__inherit__graph.svg +share/doc/qwt/html/class_qwt_picker_machine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_picker_polygon_machine-members.html +share/doc/qwt/html/class_qwt_picker_polygon_machine.html +share/doc/qwt/html/class_qwt_picker_polygon_machine.js +share/doc/qwt/html/class_qwt_picker_polygon_machine__inherit__graph.map +share/doc/qwt/html/class_qwt_picker_polygon_machine__inherit__graph.svg +share/doc/qwt/html/class_qwt_picker_polygon_machine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_picker_tracker_machine-members.html +share/doc/qwt/html/class_qwt_picker_tracker_machine.html +share/doc/qwt/html/class_qwt_picker_tracker_machine.js +share/doc/qwt/html/class_qwt_picker_tracker_machine__inherit__graph.map +share/doc/qwt/html/class_qwt_picker_tracker_machine__inherit__graph.svg +share/doc/qwt/html/class_qwt_picker_tracker_machine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_pixel_matrix-members.html +share/doc/qwt/html/class_qwt_pixel_matrix.html +share/doc/qwt/html/class_qwt_pixel_matrix.js +share/doc/qwt/html/class_qwt_pixel_matrix__inherit__graph.map +share/doc/qwt/html/class_qwt_pixel_matrix__inherit__graph.svg +share/doc/qwt/html/class_qwt_pixel_matrix__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plain_text_engine-members.html +share/doc/qwt/html/class_qwt_plain_text_engine.html +share/doc/qwt/html/class_qwt_plain_text_engine.js +share/doc/qwt/html/class_qwt_plain_text_engine__inherit__graph.map +share/doc/qwt/html/class_qwt_plain_text_engine__inherit__graph.svg +share/doc/qwt/html/class_qwt_plain_text_engine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot-members.html +share/doc/qwt/html/class_qwt_plot.html +share/doc/qwt/html/class_qwt_plot.js +share/doc/qwt/html/class_qwt_plot__inherit__graph.map +share/doc/qwt/html/class_qwt_plot__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_abstract_bar_chart-members.html +share/doc/qwt/html/class_qwt_plot_abstract_bar_chart.html +share/doc/qwt/html/class_qwt_plot_abstract_bar_chart.js +share/doc/qwt/html/class_qwt_plot_abstract_bar_chart__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_abstract_bar_chart__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_abstract_bar_chart__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_abstract_canvas-members.html +share/doc/qwt/html/class_qwt_plot_abstract_canvas.html +share/doc/qwt/html/class_qwt_plot_abstract_canvas.js +share/doc/qwt/html/class_qwt_plot_abstract_canvas__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_abstract_canvas__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_abstract_canvas__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas-members.html +share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas.html +share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas.js +share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_abstract_g_l_canvas__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_bar_chart-members.html +share/doc/qwt/html/class_qwt_plot_bar_chart.html +share/doc/qwt/html/class_qwt_plot_bar_chart.js +share/doc/qwt/html/class_qwt_plot_bar_chart__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_bar_chart__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_bar_chart__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_canvas-members.html +share/doc/qwt/html/class_qwt_plot_canvas.html +share/doc/qwt/html/class_qwt_plot_canvas.js +share/doc/qwt/html/class_qwt_plot_canvas__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_canvas__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_canvas__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_curve-members.html +share/doc/qwt/html/class_qwt_plot_curve.html +share/doc/qwt/html/class_qwt_plot_curve.js +share/doc/qwt/html/class_qwt_plot_curve__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_curve__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_curve__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_dict-members.html +share/doc/qwt/html/class_qwt_plot_dict.html +share/doc/qwt/html/class_qwt_plot_dict.js +share/doc/qwt/html/class_qwt_plot_dict__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_dict__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_dict__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_direct_painter-members.html +share/doc/qwt/html/class_qwt_plot_direct_painter.html +share/doc/qwt/html/class_qwt_plot_direct_painter.js +share/doc/qwt/html/class_qwt_plot_direct_painter__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_direct_painter__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_direct_painter__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_g_l_canvas-members.html +share/doc/qwt/html/class_qwt_plot_g_l_canvas.html +share/doc/qwt/html/class_qwt_plot_g_l_canvas.js +share/doc/qwt/html/class_qwt_plot_g_l_canvas__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_g_l_canvas__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_g_l_canvas__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_graphic_item-members.html +share/doc/qwt/html/class_qwt_plot_graphic_item.html +share/doc/qwt/html/class_qwt_plot_graphic_item.js +share/doc/qwt/html/class_qwt_plot_graphic_item__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_graphic_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_graphic_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_grid-members.html +share/doc/qwt/html/class_qwt_plot_grid.html +share/doc/qwt/html/class_qwt_plot_grid.js +share/doc/qwt/html/class_qwt_plot_grid__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_grid__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_grid__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_histogram-members.html +share/doc/qwt/html/class_qwt_plot_histogram.html +share/doc/qwt/html/class_qwt_plot_histogram.js +share/doc/qwt/html/class_qwt_plot_histogram__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_histogram__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_histogram__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_interval_curve-members.html +share/doc/qwt/html/class_qwt_plot_interval_curve.html +share/doc/qwt/html/class_qwt_plot_interval_curve.js +share/doc/qwt/html/class_qwt_plot_interval_curve__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_interval_curve__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_interval_curve__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_item-members.html +share/doc/qwt/html/class_qwt_plot_item.html +share/doc/qwt/html/class_qwt_plot_item.js +share/doc/qwt/html/class_qwt_plot_item__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_layout-members.html +share/doc/qwt/html/class_qwt_plot_layout.html +share/doc/qwt/html/class_qwt_plot_layout.js +share/doc/qwt/html/class_qwt_plot_legend_item-members.html +share/doc/qwt/html/class_qwt_plot_legend_item.html +share/doc/qwt/html/class_qwt_plot_legend_item.js +share/doc/qwt/html/class_qwt_plot_legend_item__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_legend_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_legend_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_magnifier-members.html +share/doc/qwt/html/class_qwt_plot_magnifier.html +share/doc/qwt/html/class_qwt_plot_magnifier.js +share/doc/qwt/html/class_qwt_plot_magnifier__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_magnifier__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_magnifier__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_marker-members.html +share/doc/qwt/html/class_qwt_plot_marker.html +share/doc/qwt/html/class_qwt_plot_marker.js +share/doc/qwt/html/class_qwt_plot_marker__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_marker__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_marker__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_multi_bar_chart-members.html +share/doc/qwt/html/class_qwt_plot_multi_bar_chart.html +share/doc/qwt/html/class_qwt_plot_multi_bar_chart.js +share/doc/qwt/html/class_qwt_plot_multi_bar_chart__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_multi_bar_chart__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_multi_bar_chart__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_open_g_l_canvas-members.html +share/doc/qwt/html/class_qwt_plot_open_g_l_canvas.html +share/doc/qwt/html/class_qwt_plot_open_g_l_canvas.js +share/doc/qwt/html/class_qwt_plot_open_g_l_canvas__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_open_g_l_canvas__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_open_g_l_canvas__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_panner-members.html +share/doc/qwt/html/class_qwt_plot_panner.html +share/doc/qwt/html/class_qwt_plot_panner.js +share/doc/qwt/html/class_qwt_plot_panner__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_panner__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_panner__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_picker-members.html +share/doc/qwt/html/class_qwt_plot_picker.html +share/doc/qwt/html/class_qwt_plot_picker.js +share/doc/qwt/html/class_qwt_plot_picker__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_picker__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_picker__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_raster_item-members.html +share/doc/qwt/html/class_qwt_plot_raster_item.html +share/doc/qwt/html/class_qwt_plot_raster_item.js +share/doc/qwt/html/class_qwt_plot_raster_item__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_raster_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_raster_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_renderer-members.html +share/doc/qwt/html/class_qwt_plot_renderer.html +share/doc/qwt/html/class_qwt_plot_renderer.js +share/doc/qwt/html/class_qwt_plot_renderer__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_renderer__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_renderer__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_rescaler-members.html +share/doc/qwt/html/class_qwt_plot_rescaler.html +share/doc/qwt/html/class_qwt_plot_rescaler.js +share/doc/qwt/html/class_qwt_plot_rescaler__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_rescaler__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_rescaler__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_scale_item-members.html +share/doc/qwt/html/class_qwt_plot_scale_item.html +share/doc/qwt/html/class_qwt_plot_scale_item.js +share/doc/qwt/html/class_qwt_plot_scale_item__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_scale_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_scale_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_series_item-members.html +share/doc/qwt/html/class_qwt_plot_series_item.html +share/doc/qwt/html/class_qwt_plot_series_item.js +share/doc/qwt/html/class_qwt_plot_series_item__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_series_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_series_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_shape_item-members.html +share/doc/qwt/html/class_qwt_plot_shape_item.html +share/doc/qwt/html/class_qwt_plot_shape_item.js +share/doc/qwt/html/class_qwt_plot_shape_item__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_shape_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_shape_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_spectro_curve-members.html +share/doc/qwt/html/class_qwt_plot_spectro_curve.html +share/doc/qwt/html/class_qwt_plot_spectro_curve.js +share/doc/qwt/html/class_qwt_plot_spectro_curve__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_spectro_curve__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_spectro_curve__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_spectrogram-members.html +share/doc/qwt/html/class_qwt_plot_spectrogram.html +share/doc/qwt/html/class_qwt_plot_spectrogram.js +share/doc/qwt/html/class_qwt_plot_spectrogram__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_spectrogram__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_spectrogram__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_svg_item-members.html +share/doc/qwt/html/class_qwt_plot_svg_item.html +share/doc/qwt/html/class_qwt_plot_svg_item.js +share/doc/qwt/html/class_qwt_plot_svg_item__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_svg_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_svg_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_text_label-members.html +share/doc/qwt/html/class_qwt_plot_text_label.html +share/doc/qwt/html/class_qwt_plot_text_label.js +share/doc/qwt/html/class_qwt_plot_text_label__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_text_label__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_text_label__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_trading_curve-members.html +share/doc/qwt/html/class_qwt_plot_trading_curve.html +share/doc/qwt/html/class_qwt_plot_trading_curve.js +share/doc/qwt/html/class_qwt_plot_trading_curve__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_trading_curve__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_trading_curve__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_vector_field-members.html +share/doc/qwt/html/class_qwt_plot_vector_field.html +share/doc/qwt/html/class_qwt_plot_vector_field.js +share/doc/qwt/html/class_qwt_plot_vector_field__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_vector_field__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_vector_field__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_zone_item-members.html +share/doc/qwt/html/class_qwt_plot_zone_item.html +share/doc/qwt/html/class_qwt_plot_zone_item.js +share/doc/qwt/html/class_qwt_plot_zone_item__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_zone_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_zone_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_plot_zoomer-members.html +share/doc/qwt/html/class_qwt_plot_zoomer.html +share/doc/qwt/html/class_qwt_plot_zoomer.js +share/doc/qwt/html/class_qwt_plot_zoomer__inherit__graph.map +share/doc/qwt/html/class_qwt_plot_zoomer__inherit__graph.svg +share/doc/qwt/html/class_qwt_plot_zoomer__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_point3_d-members.html +share/doc/qwt/html/class_qwt_point3_d.html +share/doc/qwt/html/class_qwt_point3_d.js +share/doc/qwt/html/class_qwt_point_array_data-members.html +share/doc/qwt/html/class_qwt_point_array_data.html +share/doc/qwt/html/class_qwt_point_array_data.js +share/doc/qwt/html/class_qwt_point_array_data__inherit__graph.map +share/doc/qwt/html/class_qwt_point_array_data__inherit__graph.svg +share/doc/qwt/html/class_qwt_point_array_data__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_point_mapper-members.html +share/doc/qwt/html/class_qwt_point_mapper.html +share/doc/qwt/html/class_qwt_point_mapper.js +share/doc/qwt/html/class_qwt_point_polar-members.html +share/doc/qwt/html/class_qwt_point_polar.html +share/doc/qwt/html/class_qwt_point_polar.js +share/doc/qwt/html/class_qwt_polar_canvas-members.html +share/doc/qwt/html/class_qwt_polar_canvas.html +share/doc/qwt/html/class_qwt_polar_canvas.js +share/doc/qwt/html/class_qwt_polar_canvas__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_canvas__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_canvas__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_curve-members.html +share/doc/qwt/html/class_qwt_polar_curve.html +share/doc/qwt/html/class_qwt_polar_curve.js +share/doc/qwt/html/class_qwt_polar_curve__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_curve__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_curve__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_fitter-members.html +share/doc/qwt/html/class_qwt_polar_fitter.html +share/doc/qwt/html/class_qwt_polar_fitter.js +share/doc/qwt/html/class_qwt_polar_fitter__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_fitter__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_fitter__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_grid-members.html +share/doc/qwt/html/class_qwt_polar_grid.html +share/doc/qwt/html/class_qwt_polar_grid.js +share/doc/qwt/html/class_qwt_polar_grid__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_grid__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_grid__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_item-members.html +share/doc/qwt/html/class_qwt_polar_item.html +share/doc/qwt/html/class_qwt_polar_item.js +share/doc/qwt/html/class_qwt_polar_item__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_item__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_item__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_item_dict-members.html +share/doc/qwt/html/class_qwt_polar_item_dict.html +share/doc/qwt/html/class_qwt_polar_item_dict.js +share/doc/qwt/html/class_qwt_polar_item_dict__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_item_dict__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_item_dict__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_layout-members.html +share/doc/qwt/html/class_qwt_polar_layout.html +share/doc/qwt/html/class_qwt_polar_layout.js +share/doc/qwt/html/class_qwt_polar_magnifier-members.html +share/doc/qwt/html/class_qwt_polar_magnifier.html +share/doc/qwt/html/class_qwt_polar_magnifier.js +share/doc/qwt/html/class_qwt_polar_magnifier__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_magnifier__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_magnifier__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_marker-members.html +share/doc/qwt/html/class_qwt_polar_marker.html +share/doc/qwt/html/class_qwt_polar_marker.js +share/doc/qwt/html/class_qwt_polar_marker__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_marker__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_marker__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_panner-members.html +share/doc/qwt/html/class_qwt_polar_panner.html +share/doc/qwt/html/class_qwt_polar_panner.js +share/doc/qwt/html/class_qwt_polar_panner__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_panner__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_panner__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_picker-members.html +share/doc/qwt/html/class_qwt_polar_picker.html +share/doc/qwt/html/class_qwt_polar_picker.js +share/doc/qwt/html/class_qwt_polar_picker__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_picker__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_picker__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_plot-members.html +share/doc/qwt/html/class_qwt_polar_plot.html +share/doc/qwt/html/class_qwt_polar_plot.js +share/doc/qwt/html/class_qwt_polar_plot__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_plot__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_plot__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_renderer-members.html +share/doc/qwt/html/class_qwt_polar_renderer.html +share/doc/qwt/html/class_qwt_polar_renderer.js +share/doc/qwt/html/class_qwt_polar_renderer__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_renderer__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_renderer__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_polar_spectrogram-members.html +share/doc/qwt/html/class_qwt_polar_spectrogram.html +share/doc/qwt/html/class_qwt_polar_spectrogram.js +share/doc/qwt/html/class_qwt_polar_spectrogram__inherit__graph.map +share/doc/qwt/html/class_qwt_polar_spectrogram__inherit__graph.svg +share/doc/qwt/html/class_qwt_polar_spectrogram__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_power_transform-members.html +share/doc/qwt/html/class_qwt_power_transform.html +share/doc/qwt/html/class_qwt_power_transform.js +share/doc/qwt/html/class_qwt_power_transform__inherit__graph.map +share/doc/qwt/html/class_qwt_power_transform__inherit__graph.svg +share/doc/qwt/html/class_qwt_power_transform__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_raster_data-members.html +share/doc/qwt/html/class_qwt_raster_data.html +share/doc/qwt/html/class_qwt_raster_data.js +share/doc/qwt/html/class_qwt_raster_data__inherit__graph.map +share/doc/qwt/html/class_qwt_raster_data__inherit__graph.svg +share/doc/qwt/html/class_qwt_raster_data__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_rich_text_engine-members.html +share/doc/qwt/html/class_qwt_rich_text_engine.html +share/doc/qwt/html/class_qwt_rich_text_engine.js +share/doc/qwt/html/class_qwt_rich_text_engine__inherit__graph.map +share/doc/qwt/html/class_qwt_rich_text_engine__inherit__graph.svg +share/doc/qwt/html/class_qwt_rich_text_engine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_round_scale_draw-members.html +share/doc/qwt/html/class_qwt_round_scale_draw.html +share/doc/qwt/html/class_qwt_round_scale_draw.js +share/doc/qwt/html/class_qwt_round_scale_draw__inherit__graph.map +share/doc/qwt/html/class_qwt_round_scale_draw__inherit__graph.svg +share/doc/qwt/html/class_qwt_round_scale_draw__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_sampling_thread-members.html +share/doc/qwt/html/class_qwt_sampling_thread.html +share/doc/qwt/html/class_qwt_sampling_thread.js +share/doc/qwt/html/class_qwt_sampling_thread__inherit__graph.map +share/doc/qwt/html/class_qwt_sampling_thread__inherit__graph.svg +share/doc/qwt/html/class_qwt_sampling_thread__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_saturation_value_color_map-members.html +share/doc/qwt/html/class_qwt_saturation_value_color_map.html +share/doc/qwt/html/class_qwt_saturation_value_color_map.js +share/doc/qwt/html/class_qwt_saturation_value_color_map__inherit__graph.map +share/doc/qwt/html/class_qwt_saturation_value_color_map__inherit__graph.svg +share/doc/qwt/html/class_qwt_saturation_value_color_map__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_scale_arithmetic-members.html +share/doc/qwt/html/class_qwt_scale_arithmetic.html +share/doc/qwt/html/class_qwt_scale_div-members.html +share/doc/qwt/html/class_qwt_scale_div.html +share/doc/qwt/html/class_qwt_scale_div.js +share/doc/qwt/html/class_qwt_scale_draw-members.html +share/doc/qwt/html/class_qwt_scale_draw.html +share/doc/qwt/html/class_qwt_scale_draw.js +share/doc/qwt/html/class_qwt_scale_draw__inherit__graph.map +share/doc/qwt/html/class_qwt_scale_draw__inherit__graph.svg +share/doc/qwt/html/class_qwt_scale_draw__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_scale_engine-members.html +share/doc/qwt/html/class_qwt_scale_engine.html +share/doc/qwt/html/class_qwt_scale_engine.js +share/doc/qwt/html/class_qwt_scale_engine__inherit__graph.map +share/doc/qwt/html/class_qwt_scale_engine__inherit__graph.svg +share/doc/qwt/html/class_qwt_scale_engine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_scale_map-members.html +share/doc/qwt/html/class_qwt_scale_map.html +share/doc/qwt/html/class_qwt_scale_map.js +share/doc/qwt/html/class_qwt_scale_widget-members.html +share/doc/qwt/html/class_qwt_scale_widget.html +share/doc/qwt/html/class_qwt_scale_widget.js +share/doc/qwt/html/class_qwt_scale_widget__inherit__graph.map +share/doc/qwt/html/class_qwt_scale_widget__inherit__graph.svg +share/doc/qwt/html/class_qwt_scale_widget__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_series_data-members.html +share/doc/qwt/html/class_qwt_series_data.html +share/doc/qwt/html/class_qwt_series_data.js +share/doc/qwt/html/class_qwt_series_data__inherit__graph.map +share/doc/qwt/html/class_qwt_series_data__inherit__graph.svg +share/doc/qwt/html/class_qwt_series_data__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_series_store-members.html +share/doc/qwt/html/class_qwt_series_store.html +share/doc/qwt/html/class_qwt_series_store.js +share/doc/qwt/html/class_qwt_series_store__inherit__graph.map +share/doc/qwt/html/class_qwt_series_store__inherit__graph.svg +share/doc/qwt/html/class_qwt_series_store__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_set_sample-members.html +share/doc/qwt/html/class_qwt_set_sample.html +share/doc/qwt/html/class_qwt_set_sample.js +share/doc/qwt/html/class_qwt_simple_compass_rose-members.html +share/doc/qwt/html/class_qwt_simple_compass_rose.html +share/doc/qwt/html/class_qwt_simple_compass_rose.js +share/doc/qwt/html/class_qwt_simple_compass_rose__inherit__graph.map +share/doc/qwt/html/class_qwt_simple_compass_rose__inherit__graph.svg +share/doc/qwt/html/class_qwt_simple_compass_rose__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_slider-members.html +share/doc/qwt/html/class_qwt_slider.html +share/doc/qwt/html/class_qwt_slider.js +share/doc/qwt/html/class_qwt_slider__inherit__graph.map +share/doc/qwt/html/class_qwt_slider__inherit__graph.svg +share/doc/qwt/html/class_qwt_slider__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline-members.html +share/doc/qwt/html/class_qwt_spline.html +share/doc/qwt/html/class_qwt_spline.js +share/doc/qwt/html/class_qwt_spline__inherit__graph.map +share/doc/qwt/html/class_qwt_spline__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_basis-members.html +share/doc/qwt/html/class_qwt_spline_basis.html +share/doc/qwt/html/class_qwt_spline_basis.js +share/doc/qwt/html/class_qwt_spline_basis__inherit__graph.map +share/doc/qwt/html/class_qwt_spline_basis__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline_basis__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_c1-members.html +share/doc/qwt/html/class_qwt_spline_c1.html +share/doc/qwt/html/class_qwt_spline_c1.js +share/doc/qwt/html/class_qwt_spline_c1__inherit__graph.map +share/doc/qwt/html/class_qwt_spline_c1__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline_c1__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_c2-members.html +share/doc/qwt/html/class_qwt_spline_c2.html +share/doc/qwt/html/class_qwt_spline_c2.js +share/doc/qwt/html/class_qwt_spline_c2__inherit__graph.map +share/doc/qwt/html/class_qwt_spline_c2__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline_c2__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_cubic-members.html +share/doc/qwt/html/class_qwt_spline_cubic.html +share/doc/qwt/html/class_qwt_spline_cubic.js +share/doc/qwt/html/class_qwt_spline_cubic__inherit__graph.map +share/doc/qwt/html/class_qwt_spline_cubic__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline_cubic__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_curve_fitter-members.html +share/doc/qwt/html/class_qwt_spline_curve_fitter.html +share/doc/qwt/html/class_qwt_spline_curve_fitter.js +share/doc/qwt/html/class_qwt_spline_curve_fitter__inherit__graph.map +share/doc/qwt/html/class_qwt_spline_curve_fitter__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline_curve_fitter__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_g1-members.html +share/doc/qwt/html/class_qwt_spline_g1.html +share/doc/qwt/html/class_qwt_spline_g1.js +share/doc/qwt/html/class_qwt_spline_g1__inherit__graph.map +share/doc/qwt/html/class_qwt_spline_g1__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline_g1__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_interpolating-members.html +share/doc/qwt/html/class_qwt_spline_interpolating.html +share/doc/qwt/html/class_qwt_spline_interpolating.js +share/doc/qwt/html/class_qwt_spline_interpolating__inherit__graph.map +share/doc/qwt/html/class_qwt_spline_interpolating__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline_interpolating__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_local-members.html +share/doc/qwt/html/class_qwt_spline_local.html +share/doc/qwt/html/class_qwt_spline_local.js +share/doc/qwt/html/class_qwt_spline_local__inherit__graph.map +share/doc/qwt/html/class_qwt_spline_local__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline_local__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_parametrization-members.html +share/doc/qwt/html/class_qwt_spline_parametrization.html +share/doc/qwt/html/class_qwt_spline_parametrization.js +share/doc/qwt/html/class_qwt_spline_pleasing-members.html +share/doc/qwt/html/class_qwt_spline_pleasing.html +share/doc/qwt/html/class_qwt_spline_pleasing.js +share/doc/qwt/html/class_qwt_spline_pleasing__inherit__graph.map +share/doc/qwt/html/class_qwt_spline_pleasing__inherit__graph.svg +share/doc/qwt/html/class_qwt_spline_pleasing__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_spline_polynomial-members.html +share/doc/qwt/html/class_qwt_spline_polynomial.html +share/doc/qwt/html/class_qwt_spline_polynomial.js +share/doc/qwt/html/class_qwt_symbol-members.html +share/doc/qwt/html/class_qwt_symbol.html +share/doc/qwt/html/class_qwt_symbol.js +share/doc/qwt/html/class_qwt_synthetic_point_data-members.html +share/doc/qwt/html/class_qwt_synthetic_point_data.html +share/doc/qwt/html/class_qwt_synthetic_point_data.js +share/doc/qwt/html/class_qwt_synthetic_point_data__inherit__graph.map +share/doc/qwt/html/class_qwt_synthetic_point_data__inherit__graph.svg +share/doc/qwt/html/class_qwt_synthetic_point_data__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_system_clock-members.html +share/doc/qwt/html/class_qwt_system_clock.html +share/doc/qwt/html/class_qwt_system_clock.js +share/doc/qwt/html/class_qwt_text-members.html +share/doc/qwt/html/class_qwt_text.html +share/doc/qwt/html/class_qwt_text.js +share/doc/qwt/html/class_qwt_text_engine-members.html +share/doc/qwt/html/class_qwt_text_engine.html +share/doc/qwt/html/class_qwt_text_engine.js +share/doc/qwt/html/class_qwt_text_engine__inherit__graph.map +share/doc/qwt/html/class_qwt_text_engine__inherit__graph.svg +share/doc/qwt/html/class_qwt_text_engine__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_text_label-members.html +share/doc/qwt/html/class_qwt_text_label.html +share/doc/qwt/html/class_qwt_text_label.js +share/doc/qwt/html/class_qwt_text_label__inherit__graph.map +share/doc/qwt/html/class_qwt_text_label__inherit__graph.svg +share/doc/qwt/html/class_qwt_text_label__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_thermo-members.html +share/doc/qwt/html/class_qwt_thermo.html +share/doc/qwt/html/class_qwt_thermo.js +share/doc/qwt/html/class_qwt_thermo__inherit__graph.map +share/doc/qwt/html/class_qwt_thermo__inherit__graph.svg +share/doc/qwt/html/class_qwt_thermo__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_transform-members.html +share/doc/qwt/html/class_qwt_transform.html +share/doc/qwt/html/class_qwt_transform.js +share/doc/qwt/html/class_qwt_transform__inherit__graph.map +share/doc/qwt/html/class_qwt_transform__inherit__graph.svg +share/doc/qwt/html/class_qwt_transform__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_value_point_data-members.html +share/doc/qwt/html/class_qwt_value_point_data.html +share/doc/qwt/html/class_qwt_value_point_data.js +share/doc/qwt/html/class_qwt_value_point_data__inherit__graph.map +share/doc/qwt/html/class_qwt_value_point_data__inherit__graph.svg +share/doc/qwt/html/class_qwt_value_point_data__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_vector_field_arrow-members.html +share/doc/qwt/html/class_qwt_vector_field_arrow.html +share/doc/qwt/html/class_qwt_vector_field_arrow.js +share/doc/qwt/html/class_qwt_vector_field_arrow__inherit__graph.map +share/doc/qwt/html/class_qwt_vector_field_arrow__inherit__graph.svg +share/doc/qwt/html/class_qwt_vector_field_arrow__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_vector_field_sample-members.html +share/doc/qwt/html/class_qwt_vector_field_sample.html +share/doc/qwt/html/class_qwt_vector_field_sample.js +share/doc/qwt/html/class_qwt_vector_field_symbol-members.html +share/doc/qwt/html/class_qwt_vector_field_symbol.html +share/doc/qwt/html/class_qwt_vector_field_symbol.js +share/doc/qwt/html/class_qwt_vector_field_symbol__inherit__graph.map +share/doc/qwt/html/class_qwt_vector_field_symbol__inherit__graph.svg +share/doc/qwt/html/class_qwt_vector_field_symbol__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_vector_field_thin_arrow-members.html +share/doc/qwt/html/class_qwt_vector_field_thin_arrow.html +share/doc/qwt/html/class_qwt_vector_field_thin_arrow.js +share/doc/qwt/html/class_qwt_vector_field_thin_arrow__inherit__graph.map +share/doc/qwt/html/class_qwt_vector_field_thin_arrow__inherit__graph.svg +share/doc/qwt/html/class_qwt_vector_field_thin_arrow__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_weeding_curve_fitter-members.html +share/doc/qwt/html/class_qwt_weeding_curve_fitter.html +share/doc/qwt/html/class_qwt_weeding_curve_fitter.js +share/doc/qwt/html/class_qwt_weeding_curve_fitter__inherit__graph.map +share/doc/qwt/html/class_qwt_weeding_curve_fitter__inherit__graph.svg +share/doc/qwt/html/class_qwt_weeding_curve_fitter__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_wheel-members.html +share/doc/qwt/html/class_qwt_wheel.html +share/doc/qwt/html/class_qwt_wheel.js +share/doc/qwt/html/class_qwt_wheel__inherit__graph.map +share/doc/qwt/html/class_qwt_wheel__inherit__graph.svg +share/doc/qwt/html/class_qwt_wheel__inherit__graph_org.svg +share/doc/qwt/html/class_qwt_widget_overlay-members.html +share/doc/qwt/html/class_qwt_widget_overlay.html +share/doc/qwt/html/class_qwt_widget_overlay.js +share/doc/qwt/html/class_qwt_widget_overlay__inherit__graph.map +share/doc/qwt/html/class_qwt_widget_overlay__inherit__graph.svg +share/doc/qwt/html/class_qwt_widget_overlay__inherit__graph_org.svg +share/doc/qwt/html/classes.html +share/doc/qwt/html/clipboard.js +share/doc/qwt/html/closed.png +share/doc/qwt/html/controlscreenshots.html +share/doc/qwt/html/cookie.js +share/doc/qwt/html/cpuplot-600x400.png +share/doc/qwt/html/cpuplot-oily-600x400.png +share/doc/qwt/html/curves.png +share/doc/qwt/html/curvescreenshots.html +share/doc/qwt/html/dials1.png +share/doc/qwt/html/dials2.png +share/doc/qwt/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +share/doc/qwt/html/distrowatch-600x400.png +share/doc/qwt/html/doc.svg +share/doc/qwt/html/docd.svg +share/doc/qwt/html/doxygen.css +share/doc/qwt/html/doxygen.svg +share/doc/qwt/html/doxygen_crawl.html +share/doc/qwt/html/dynsections.js +share/doc/qwt/html/folderclosed.svg +share/doc/qwt/html/folderclosedd.svg +share/doc/qwt/html/folderopen.svg +share/doc/qwt/html/folderopend.svg +share/doc/qwt/html/friedberg-bars-600x400.png +share/doc/qwt/html/friedberg-tube-600x400.png +share/doc/qwt/html/functions.html +share/doc/qwt/html/functions_b.html +share/doc/qwt/html/functions_c.html +share/doc/qwt/html/functions_d.html +share/doc/qwt/html/functions_dup.js +share/doc/qwt/html/functions_e.html +share/doc/qwt/html/functions_enum.html +share/doc/qwt/html/functions_eval.html +share/doc/qwt/html/functions_eval.js +share/doc/qwt/html/functions_eval_b.html +share/doc/qwt/html/functions_eval_c.html +share/doc/qwt/html/functions_eval_d.html +share/doc/qwt/html/functions_eval_e.html +share/doc/qwt/html/functions_eval_f.html +share/doc/qwt/html/functions_eval_g.html +share/doc/qwt/html/functions_eval_h.html +share/doc/qwt/html/functions_eval_i.html +share/doc/qwt/html/functions_eval_j.html +share/doc/qwt/html/functions_eval_k.html +share/doc/qwt/html/functions_eval_l.html +share/doc/qwt/html/functions_eval_m.html +share/doc/qwt/html/functions_eval_n.html +share/doc/qwt/html/functions_eval_o.html +share/doc/qwt/html/functions_eval_p.html +share/doc/qwt/html/functions_eval_r.html +share/doc/qwt/html/functions_eval_s.html +share/doc/qwt/html/functions_eval_t.html +share/doc/qwt/html/functions_eval_u.html +share/doc/qwt/html/functions_eval_v.html +share/doc/qwt/html/functions_eval_w.html +share/doc/qwt/html/functions_eval_x.html +share/doc/qwt/html/functions_eval_y.html +share/doc/qwt/html/functions_f.html +share/doc/qwt/html/functions_func.html +share/doc/qwt/html/functions_func.js +share/doc/qwt/html/functions_func_b.html +share/doc/qwt/html/functions_func_c.html +share/doc/qwt/html/functions_func_d.html +share/doc/qwt/html/functions_func_e.html +share/doc/qwt/html/functions_func_f.html +share/doc/qwt/html/functions_func_g.html +share/doc/qwt/html/functions_func_h.html +share/doc/qwt/html/functions_func_i.html +share/doc/qwt/html/functions_func_k.html +share/doc/qwt/html/functions_func_l.html +share/doc/qwt/html/functions_func_m.html +share/doc/qwt/html/functions_func_n.html +share/doc/qwt/html/functions_func_o.html +share/doc/qwt/html/functions_func_p.html +share/doc/qwt/html/functions_func_r.html +share/doc/qwt/html/functions_func_s.html +share/doc/qwt/html/functions_func_t.html +share/doc/qwt/html/functions_func_u.html +share/doc/qwt/html/functions_func_v.html +share/doc/qwt/html/functions_func_w.html +share/doc/qwt/html/functions_func_x.html +share/doc/qwt/html/functions_func_y.html +share/doc/qwt/html/functions_func_z.html +share/doc/qwt/html/functions_func_~.html +share/doc/qwt/html/functions_g.html +share/doc/qwt/html/functions_h.html +share/doc/qwt/html/functions_i.html +share/doc/qwt/html/functions_j.html +share/doc/qwt/html/functions_k.html +share/doc/qwt/html/functions_l.html +share/doc/qwt/html/functions_m.html +share/doc/qwt/html/functions_n.html +share/doc/qwt/html/functions_o.html +share/doc/qwt/html/functions_p.html +share/doc/qwt/html/functions_r.html +share/doc/qwt/html/functions_s.html +share/doc/qwt/html/functions_t.html +share/doc/qwt/html/functions_type.html +share/doc/qwt/html/functions_u.html +share/doc/qwt/html/functions_v.html +share/doc/qwt/html/functions_vars.html +share/doc/qwt/html/functions_w.html +share/doc/qwt/html/functions_x.html +share/doc/qwt/html/functions_y.html +share/doc/qwt/html/functions_z.html +share/doc/qwt/html/functions_~.html +share/doc/qwt/html/hierarchy.html +share/doc/qwt/html/hierarchy.js +share/doc/qwt/html/index.html +share/doc/qwt/html/index.qhp +share/doc/qwt/html/inherit_graph_0.map +share/doc/qwt/html/inherit_graph_0.svg +share/doc/qwt/html/inherit_graph_1.map +share/doc/qwt/html/inherit_graph_1.svg +share/doc/qwt/html/inherit_graph_10.map +share/doc/qwt/html/inherit_graph_10.svg +share/doc/qwt/html/inherit_graph_11.map +share/doc/qwt/html/inherit_graph_11.svg +share/doc/qwt/html/inherit_graph_12.map +share/doc/qwt/html/inherit_graph_12.svg +share/doc/qwt/html/inherit_graph_13.map +share/doc/qwt/html/inherit_graph_13.svg +share/doc/qwt/html/inherit_graph_14.map +share/doc/qwt/html/inherit_graph_14.svg +share/doc/qwt/html/inherit_graph_15.map +share/doc/qwt/html/inherit_graph_15.svg +share/doc/qwt/html/inherit_graph_16.map +share/doc/qwt/html/inherit_graph_16.svg +share/doc/qwt/html/inherit_graph_17.map +share/doc/qwt/html/inherit_graph_17.svg +share/doc/qwt/html/inherit_graph_18.map +share/doc/qwt/html/inherit_graph_18.svg +share/doc/qwt/html/inherit_graph_19.map +share/doc/qwt/html/inherit_graph_19.svg +share/doc/qwt/html/inherit_graph_2.map +share/doc/qwt/html/inherit_graph_2.svg +share/doc/qwt/html/inherit_graph_20.map +share/doc/qwt/html/inherit_graph_20.svg +share/doc/qwt/html/inherit_graph_21.map +share/doc/qwt/html/inherit_graph_21.svg +share/doc/qwt/html/inherit_graph_22.map +share/doc/qwt/html/inherit_graph_22.svg +share/doc/qwt/html/inherit_graph_23.map +share/doc/qwt/html/inherit_graph_23.svg +share/doc/qwt/html/inherit_graph_24.map +share/doc/qwt/html/inherit_graph_24.svg +share/doc/qwt/html/inherit_graph_25.map +share/doc/qwt/html/inherit_graph_25.svg +share/doc/qwt/html/inherit_graph_26.map +share/doc/qwt/html/inherit_graph_26.svg +share/doc/qwt/html/inherit_graph_27.map +share/doc/qwt/html/inherit_graph_27.svg +share/doc/qwt/html/inherit_graph_28.map +share/doc/qwt/html/inherit_graph_28.svg +share/doc/qwt/html/inherit_graph_29.map +share/doc/qwt/html/inherit_graph_29.svg +share/doc/qwt/html/inherit_graph_3.map +share/doc/qwt/html/inherit_graph_3.svg +share/doc/qwt/html/inherit_graph_30.map +share/doc/qwt/html/inherit_graph_30.svg +share/doc/qwt/html/inherit_graph_31.map +share/doc/qwt/html/inherit_graph_31.svg +share/doc/qwt/html/inherit_graph_32.map +share/doc/qwt/html/inherit_graph_32.svg +share/doc/qwt/html/inherit_graph_33.map +share/doc/qwt/html/inherit_graph_33.svg +share/doc/qwt/html/inherit_graph_34.map +share/doc/qwt/html/inherit_graph_34.svg +share/doc/qwt/html/inherit_graph_35.map +share/doc/qwt/html/inherit_graph_35.svg +share/doc/qwt/html/inherit_graph_36.map +share/doc/qwt/html/inherit_graph_36.svg +share/doc/qwt/html/inherit_graph_37.map +share/doc/qwt/html/inherit_graph_37.svg +share/doc/qwt/html/inherit_graph_38.map +share/doc/qwt/html/inherit_graph_38.svg +share/doc/qwt/html/inherit_graph_39.map +share/doc/qwt/html/inherit_graph_39.svg +share/doc/qwt/html/inherit_graph_4.map +share/doc/qwt/html/inherit_graph_4.svg +share/doc/qwt/html/inherit_graph_40.map +share/doc/qwt/html/inherit_graph_40.svg +share/doc/qwt/html/inherit_graph_41.map +share/doc/qwt/html/inherit_graph_41.svg +share/doc/qwt/html/inherit_graph_42.map +share/doc/qwt/html/inherit_graph_42.svg +share/doc/qwt/html/inherit_graph_43.map +share/doc/qwt/html/inherit_graph_43.svg +share/doc/qwt/html/inherit_graph_44.map +share/doc/qwt/html/inherit_graph_44.svg +share/doc/qwt/html/inherit_graph_45.map +share/doc/qwt/html/inherit_graph_45.svg +share/doc/qwt/html/inherit_graph_46.map +share/doc/qwt/html/inherit_graph_46.svg +share/doc/qwt/html/inherit_graph_47.map +share/doc/qwt/html/inherit_graph_47.svg +share/doc/qwt/html/inherit_graph_48.map +share/doc/qwt/html/inherit_graph_48.svg +share/doc/qwt/html/inherit_graph_49.map +share/doc/qwt/html/inherit_graph_49.svg +share/doc/qwt/html/inherit_graph_5.map +share/doc/qwt/html/inherit_graph_5.svg +share/doc/qwt/html/inherit_graph_50.map +share/doc/qwt/html/inherit_graph_50.svg +share/doc/qwt/html/inherit_graph_51.map +share/doc/qwt/html/inherit_graph_51.svg +share/doc/qwt/html/inherit_graph_52.map +share/doc/qwt/html/inherit_graph_52.svg +share/doc/qwt/html/inherit_graph_53.map +share/doc/qwt/html/inherit_graph_53.svg +share/doc/qwt/html/inherit_graph_54.map +share/doc/qwt/html/inherit_graph_54.svg +share/doc/qwt/html/inherit_graph_55.map +share/doc/qwt/html/inherit_graph_55.svg +share/doc/qwt/html/inherit_graph_56.map +share/doc/qwt/html/inherit_graph_56.svg +share/doc/qwt/html/inherit_graph_57.map +share/doc/qwt/html/inherit_graph_57.svg +share/doc/qwt/html/inherit_graph_58.map +share/doc/qwt/html/inherit_graph_58.svg +share/doc/qwt/html/inherit_graph_59.map +share/doc/qwt/html/inherit_graph_59.svg +share/doc/qwt/html/inherit_graph_6.map +share/doc/qwt/html/inherit_graph_6.svg +share/doc/qwt/html/inherit_graph_60.map +share/doc/qwt/html/inherit_graph_60.svg +share/doc/qwt/html/inherit_graph_61.map +share/doc/qwt/html/inherit_graph_61.svg +share/doc/qwt/html/inherit_graph_62.map +share/doc/qwt/html/inherit_graph_62.svg +share/doc/qwt/html/inherit_graph_63.map +share/doc/qwt/html/inherit_graph_63.svg +share/doc/qwt/html/inherit_graph_64.map +share/doc/qwt/html/inherit_graph_64.svg +share/doc/qwt/html/inherit_graph_65.map +share/doc/qwt/html/inherit_graph_65.svg +share/doc/qwt/html/inherit_graph_66.map +share/doc/qwt/html/inherit_graph_66.svg +share/doc/qwt/html/inherit_graph_67.map +share/doc/qwt/html/inherit_graph_67.svg +share/doc/qwt/html/inherit_graph_68.map +share/doc/qwt/html/inherit_graph_68.svg +share/doc/qwt/html/inherit_graph_69.map +share/doc/qwt/html/inherit_graph_69.svg +share/doc/qwt/html/inherit_graph_7.map +share/doc/qwt/html/inherit_graph_7.svg +share/doc/qwt/html/inherit_graph_70.map +share/doc/qwt/html/inherit_graph_70.svg +share/doc/qwt/html/inherit_graph_71.map +share/doc/qwt/html/inherit_graph_71.svg +share/doc/qwt/html/inherit_graph_72.map +share/doc/qwt/html/inherit_graph_72.svg +share/doc/qwt/html/inherit_graph_73.map +share/doc/qwt/html/inherit_graph_73.svg +share/doc/qwt/html/inherit_graph_74.map +share/doc/qwt/html/inherit_graph_74.svg +share/doc/qwt/html/inherit_graph_75.map +share/doc/qwt/html/inherit_graph_75.svg +share/doc/qwt/html/inherit_graph_76.map +share/doc/qwt/html/inherit_graph_76.svg +share/doc/qwt/html/inherit_graph_77.map +share/doc/qwt/html/inherit_graph_77.svg +share/doc/qwt/html/inherit_graph_78.map +share/doc/qwt/html/inherit_graph_78.svg +share/doc/qwt/html/inherit_graph_79.map +share/doc/qwt/html/inherit_graph_79.svg +share/doc/qwt/html/inherit_graph_8.map +share/doc/qwt/html/inherit_graph_8.svg +share/doc/qwt/html/inherit_graph_80.map +share/doc/qwt/html/inherit_graph_80.svg +share/doc/qwt/html/inherit_graph_81.map +share/doc/qwt/html/inherit_graph_81.svg +share/doc/qwt/html/inherit_graph_82.map +share/doc/qwt/html/inherit_graph_82.svg +share/doc/qwt/html/inherit_graph_83.map +share/doc/qwt/html/inherit_graph_83.svg +share/doc/qwt/html/inherit_graph_84.map +share/doc/qwt/html/inherit_graph_84.svg +share/doc/qwt/html/inherit_graph_85.map +share/doc/qwt/html/inherit_graph_85.svg +share/doc/qwt/html/inherit_graph_9.map +share/doc/qwt/html/inherit_graph_9.svg +share/doc/qwt/html/inherits.html +share/doc/qwt/html/itemeditor-600x400.png +share/doc/qwt/html/jquery.js +share/doc/qwt/html/knob.png +share/doc/qwt/html/menu.js +share/doc/qwt/html/menudata.js +share/doc/qwt/html/minus.svg +share/doc/qwt/html/minusd.svg +share/doc/qwt/html/namespace_qwt_axis.html +share/doc/qwt/html/namespace_qwt_clipper.html +share/doc/qwt/html/namespacemembers.html +share/doc/qwt/html/namespacemembers_enum.html +share/doc/qwt/html/namespacemembers_eval.html +share/doc/qwt/html/namespacemembers_func.html +share/doc/qwt/html/namespaces.html +share/doc/qwt/html/namespaces_dup.js +share/doc/qwt/html/nav_f.png +share/doc/qwt/html/nav_fd.png +share/doc/qwt/html/nav_g.png +share/doc/qwt/html/nav_h.png +share/doc/qwt/html/nav_hd.png +share/doc/qwt/html/navtree.css +share/doc/qwt/html/navtree.js +share/doc/qwt/html/navtreedata.js +share/doc/qwt/html/navtreeindex0.js +share/doc/qwt/html/navtreeindex1.js +share/doc/qwt/html/navtreeindex10.js +share/doc/qwt/html/navtreeindex11.js +share/doc/qwt/html/navtreeindex12.js +share/doc/qwt/html/navtreeindex13.js +share/doc/qwt/html/navtreeindex2.js +share/doc/qwt/html/navtreeindex3.js +share/doc/qwt/html/navtreeindex4.js +share/doc/qwt/html/navtreeindex5.js +share/doc/qwt/html/navtreeindex6.js +share/doc/qwt/html/navtreeindex7.js +share/doc/qwt/html/navtreeindex8.js +share/doc/qwt/html/navtreeindex9.js +share/doc/qwt/html/open.png +share/doc/qwt/html/otherscreenshots.html +share/doc/qwt/html/pages.html +share/doc/qwt/html/plot.png +share/doc/qwt/html/plus.svg +share/doc/qwt/html/plusd.svg +share/doc/qwt/html/qwt_8cpp_source.html +share/doc/qwt/html/qwt__abstract__legend_8cpp_source.html +share/doc/qwt/html/qwt__abstract__legend_8h_source.html +share/doc/qwt/html/qwt__abstract__scale_8cpp_source.html +share/doc/qwt/html/qwt__abstract__scale_8h_source.html +share/doc/qwt/html/qwt__abstract__scale__draw_8cpp_source.html +share/doc/qwt/html/qwt__abstract__scale__draw_8h_source.html +share/doc/qwt/html/qwt__abstract__slider_8cpp_source.html +share/doc/qwt/html/qwt__abstract__slider_8h_source.html +share/doc/qwt/html/qwt__analog__clock_8cpp_source.html +share/doc/qwt/html/qwt__analog__clock_8h_source.html +share/doc/qwt/html/qwt__arrow__button_8cpp_source.html +share/doc/qwt/html/qwt__arrow__button_8h_source.html +share/doc/qwt/html/qwt__axis_8h_source.html +share/doc/qwt/html/qwt__axis__id_8h_source.html +share/doc/qwt/html/qwt__bezier_8cpp_source.html +share/doc/qwt/html/qwt__bezier_8h_source.html +share/doc/qwt/html/qwt__clipper_8cpp_source.html +share/doc/qwt/html/qwt__clipper_8h_source.html +share/doc/qwt/html/qwt__color__map_8cpp_source.html +share/doc/qwt/html/qwt__color__map_8h_source.html +share/doc/qwt/html/qwt__column__symbol_8cpp_source.html +share/doc/qwt/html/qwt__column__symbol_8h_source.html +share/doc/qwt/html/qwt__compass_8cpp_source.html +share/doc/qwt/html/qwt__compass_8h_source.html +share/doc/qwt/html/qwt__compass__rose_8cpp_source.html +share/doc/qwt/html/qwt__compass__rose_8h_source.html +share/doc/qwt/html/qwt__counter_8cpp_source.html +share/doc/qwt/html/qwt__counter_8h_source.html +share/doc/qwt/html/qwt__curve__fitter_8cpp_source.html +share/doc/qwt/html/qwt__curve__fitter_8h_source.html +share/doc/qwt/html/qwt__date_8cpp_source.html +share/doc/qwt/html/qwt__date_8h_source.html +share/doc/qwt/html/qwt__date__scale__draw_8cpp_source.html +share/doc/qwt/html/qwt__date__scale__draw_8h_source.html +share/doc/qwt/html/qwt__date__scale__engine_8cpp_source.html +share/doc/qwt/html/qwt__date__scale__engine_8h_source.html +share/doc/qwt/html/qwt__dial_8cpp_source.html +share/doc/qwt/html/qwt__dial_8h_source.html +share/doc/qwt/html/qwt__dial__needle_8cpp_source.html +share/doc/qwt/html/qwt__dial__needle_8h_source.html +share/doc/qwt/html/qwt__dyngrid__layout_8cpp_source.html +share/doc/qwt/html/qwt__dyngrid__layout_8h_source.html +share/doc/qwt/html/qwt__event__pattern_8cpp_source.html +share/doc/qwt/html/qwt__event__pattern_8h_source.html +share/doc/qwt/html/qwt__global_8h_source.html +share/doc/qwt/html/qwt__graphic_8cpp_source.html +share/doc/qwt/html/qwt__graphic_8h_source.html +share/doc/qwt/html/qwt__interval_8cpp_source.html +share/doc/qwt/html/qwt__interval_8h_source.html +share/doc/qwt/html/qwt__interval__symbol_8cpp_source.html +share/doc/qwt/html/qwt__interval__symbol_8h_source.html +share/doc/qwt/html/qwt__knob_8cpp_source.html +share/doc/qwt/html/qwt__knob_8h_source.html +share/doc/qwt/html/qwt__legend_8cpp_source.html +share/doc/qwt/html/qwt__legend_8h_source.html +share/doc/qwt/html/qwt__legend__data_8cpp_source.html +share/doc/qwt/html/qwt__legend__data_8h_source.html +share/doc/qwt/html/qwt__legend__label_8cpp_source.html +share/doc/qwt/html/qwt__legend__label_8h_source.html +share/doc/qwt/html/qwt__magnifier_8cpp_source.html +share/doc/qwt/html/qwt__magnifier_8h_source.html +share/doc/qwt/html/qwt__math_8cpp_source.html +share/doc/qwt/html/qwt__math_8h_source.html +share/doc/qwt/html/qwt__matrix__raster__data_8cpp_source.html +share/doc/qwt/html/qwt__matrix__raster__data_8h_source.html +share/doc/qwt/html/qwt__null__paintdevice_8cpp_source.html +share/doc/qwt/html/qwt__null__paintdevice_8h_source.html +share/doc/qwt/html/qwt__painter_8cpp_source.html +share/doc/qwt/html/qwt__painter_8h_source.html +share/doc/qwt/html/qwt__painter__command_8cpp_source.html +share/doc/qwt/html/qwt__painter__command_8h_source.html +share/doc/qwt/html/qwt__panner_8cpp_source.html +share/doc/qwt/html/qwt__panner_8h_source.html +share/doc/qwt/html/qwt__picker_8cpp_source.html +share/doc/qwt/html/qwt__picker_8h_source.html +share/doc/qwt/html/qwt__picker__machine_8cpp_source.html +share/doc/qwt/html/qwt__picker__machine_8h_source.html +share/doc/qwt/html/qwt__pixel__matrix_8cpp_source.html +share/doc/qwt/html/qwt__pixel__matrix_8h_source.html +share/doc/qwt/html/qwt__plot_8cpp_source.html +share/doc/qwt/html/qwt__plot_8h_source.html +share/doc/qwt/html/qwt__plot__abstract__barchart_8cpp_source.html +share/doc/qwt/html/qwt__plot__abstract__barchart_8h_source.html +share/doc/qwt/html/qwt__plot__abstract__canvas_8cpp_source.html +share/doc/qwt/html/qwt__plot__abstract__canvas_8h_source.html +share/doc/qwt/html/qwt__plot__axis_8cpp_source.html +share/doc/qwt/html/qwt__plot__barchart_8cpp_source.html +share/doc/qwt/html/qwt__plot__barchart_8h_source.html +share/doc/qwt/html/qwt__plot__canvas_8cpp_source.html +share/doc/qwt/html/qwt__plot__canvas_8h_source.html +share/doc/qwt/html/qwt__plot__curve_8cpp_source.html +share/doc/qwt/html/qwt__plot__curve_8h_source.html +share/doc/qwt/html/qwt__plot__dict_8cpp_source.html +share/doc/qwt/html/qwt__plot__dict_8h_source.html +share/doc/qwt/html/qwt__plot__directpainter_8cpp_source.html +share/doc/qwt/html/qwt__plot__directpainter_8h_source.html +share/doc/qwt/html/qwt__plot__glcanvas_8cpp_source.html +share/doc/qwt/html/qwt__plot__glcanvas_8h_source.html +share/doc/qwt/html/qwt__plot__graphicitem_8cpp_source.html +share/doc/qwt/html/qwt__plot__graphicitem_8h_source.html +share/doc/qwt/html/qwt__plot__grid_8cpp_source.html +share/doc/qwt/html/qwt__plot__grid_8h_source.html +share/doc/qwt/html/qwt__plot__histogram_8cpp_source.html +share/doc/qwt/html/qwt__plot__histogram_8h_source.html +share/doc/qwt/html/qwt__plot__intervalcurve_8cpp_source.html +share/doc/qwt/html/qwt__plot__intervalcurve_8h_source.html +share/doc/qwt/html/qwt__plot__item_8cpp_source.html +share/doc/qwt/html/qwt__plot__item_8h_source.html +share/doc/qwt/html/qwt__plot__layout_8cpp_source.html +share/doc/qwt/html/qwt__plot__layout_8h_source.html +share/doc/qwt/html/qwt__plot__legenditem_8cpp_source.html +share/doc/qwt/html/qwt__plot__legenditem_8h_source.html +share/doc/qwt/html/qwt__plot__magnifier_8cpp_source.html +share/doc/qwt/html/qwt__plot__magnifier_8h_source.html +share/doc/qwt/html/qwt__plot__marker_8cpp_source.html +share/doc/qwt/html/qwt__plot__marker_8h_source.html +share/doc/qwt/html/qwt__plot__multi__barchart_8cpp_source.html +share/doc/qwt/html/qwt__plot__multi__barchart_8h_source.html +share/doc/qwt/html/qwt__plot__opengl__canvas_8cpp_source.html +share/doc/qwt/html/qwt__plot__opengl__canvas_8h_source.html +share/doc/qwt/html/qwt__plot__panner_8cpp_source.html +share/doc/qwt/html/qwt__plot__panner_8h_source.html +share/doc/qwt/html/qwt__plot__picker_8cpp_source.html +share/doc/qwt/html/qwt__plot__picker_8h_source.html +share/doc/qwt/html/qwt__plot__rasteritem_8cpp_source.html +share/doc/qwt/html/qwt__plot__rasteritem_8h_source.html +share/doc/qwt/html/qwt__plot__renderer_8cpp_source.html +share/doc/qwt/html/qwt__plot__renderer_8h_source.html +share/doc/qwt/html/qwt__plot__rescaler_8cpp_source.html +share/doc/qwt/html/qwt__plot__rescaler_8h_source.html +share/doc/qwt/html/qwt__plot__scaleitem_8cpp_source.html +share/doc/qwt/html/qwt__plot__scaleitem_8h_source.html +share/doc/qwt/html/qwt__plot__seriesitem_8cpp_source.html +share/doc/qwt/html/qwt__plot__seriesitem_8h_source.html +share/doc/qwt/html/qwt__plot__shapeitem_8cpp_source.html +share/doc/qwt/html/qwt__plot__shapeitem_8h_source.html +share/doc/qwt/html/qwt__plot__spectrocurve_8cpp_source.html +share/doc/qwt/html/qwt__plot__spectrocurve_8h_source.html +share/doc/qwt/html/qwt__plot__spectrogram_8cpp_source.html +share/doc/qwt/html/qwt__plot__spectrogram_8h_source.html +share/doc/qwt/html/qwt__plot__svgitem_8cpp_source.html +share/doc/qwt/html/qwt__plot__svgitem_8h_source.html +share/doc/qwt/html/qwt__plot__textlabel_8cpp_source.html +share/doc/qwt/html/qwt__plot__textlabel_8h_source.html +share/doc/qwt/html/qwt__plot__tradingcurve_8cpp_source.html +share/doc/qwt/html/qwt__plot__tradingcurve_8h_source.html +share/doc/qwt/html/qwt__plot__vectorfield_8cpp_source.html +share/doc/qwt/html/qwt__plot__vectorfield_8h_source.html +share/doc/qwt/html/qwt__plot__zoneitem_8cpp_source.html +share/doc/qwt/html/qwt__plot__zoneitem_8h_source.html +share/doc/qwt/html/qwt__plot__zoomer_8cpp_source.html +share/doc/qwt/html/qwt__plot__zoomer_8h_source.html +share/doc/qwt/html/qwt__point__3d_8cpp_source.html +share/doc/qwt/html/qwt__point__3d_8h_source.html +share/doc/qwt/html/qwt__point__data_8cpp_source.html +share/doc/qwt/html/qwt__point__data_8h_source.html +share/doc/qwt/html/qwt__point__mapper_8cpp_source.html +share/doc/qwt/html/qwt__point__mapper_8h_source.html +share/doc/qwt/html/qwt__point__polar_8cpp_source.html +share/doc/qwt/html/qwt__point__polar_8h_source.html +share/doc/qwt/html/qwt__polar_8h_source.html +share/doc/qwt/html/qwt__polar__canvas_8cpp_source.html +share/doc/qwt/html/qwt__polar__canvas_8h_source.html +share/doc/qwt/html/qwt__polar__curve_8cpp_source.html +share/doc/qwt/html/qwt__polar__curve_8h_source.html +share/doc/qwt/html/qwt__polar__fitter_8cpp_source.html +share/doc/qwt/html/qwt__polar__fitter_8h_source.html +share/doc/qwt/html/qwt__polar__grid_8cpp_source.html +share/doc/qwt/html/qwt__polar__grid_8h_source.html +share/doc/qwt/html/qwt__polar__item_8cpp_source.html +share/doc/qwt/html/qwt__polar__item_8h_source.html +share/doc/qwt/html/qwt__polar__itemdict_8cpp_source.html +share/doc/qwt/html/qwt__polar__itemdict_8h_source.html +share/doc/qwt/html/qwt__polar__layout_8cpp_source.html +share/doc/qwt/html/qwt__polar__layout_8h_source.html +share/doc/qwt/html/qwt__polar__magnifier_8cpp_source.html +share/doc/qwt/html/qwt__polar__magnifier_8h_source.html +share/doc/qwt/html/qwt__polar__marker_8cpp_source.html +share/doc/qwt/html/qwt__polar__marker_8h_source.html +share/doc/qwt/html/qwt__polar__panner_8cpp_source.html +share/doc/qwt/html/qwt__polar__panner_8h_source.html +share/doc/qwt/html/qwt__polar__picker_8cpp_source.html +share/doc/qwt/html/qwt__polar__picker_8h_source.html +share/doc/qwt/html/qwt__polar__plot_8cpp_source.html +share/doc/qwt/html/qwt__polar__plot_8h_source.html +share/doc/qwt/html/qwt__polar__renderer_8cpp_source.html +share/doc/qwt/html/qwt__polar__renderer_8h_source.html +share/doc/qwt/html/qwt__polar__spectrogram_8cpp_source.html +share/doc/qwt/html/qwt__polar__spectrogram_8h_source.html +share/doc/qwt/html/qwt__raster__data_8cpp_source.html +share/doc/qwt/html/qwt__raster__data_8h_source.html +share/doc/qwt/html/qwt__round__scale__draw_8cpp_source.html +share/doc/qwt/html/qwt__round__scale__draw_8h_source.html +share/doc/qwt/html/qwt__samples_8h_source.html +share/doc/qwt/html/qwt__sampling__thread_8cpp_source.html +share/doc/qwt/html/qwt__sampling__thread_8h_source.html +share/doc/qwt/html/qwt__scale__div_8cpp_source.html +share/doc/qwt/html/qwt__scale__div_8h_source.html +share/doc/qwt/html/qwt__scale__draw_8cpp_source.html +share/doc/qwt/html/qwt__scale__draw_8h_source.html +share/doc/qwt/html/qwt__scale__engine_8cpp_source.html +share/doc/qwt/html/qwt__scale__engine_8h_source.html +share/doc/qwt/html/qwt__scale__map_8cpp_source.html +share/doc/qwt/html/qwt__scale__map_8h_source.html +share/doc/qwt/html/qwt__scale__widget_8cpp_source.html +share/doc/qwt/html/qwt__scale__widget_8h_source.html +share/doc/qwt/html/qwt__series__data_8cpp_source.html +share/doc/qwt/html/qwt__series__data_8h_source.html +share/doc/qwt/html/qwt__series__store_8h_source.html +share/doc/qwt/html/qwt__slider_8cpp_source.html +share/doc/qwt/html/qwt__slider_8h_source.html +share/doc/qwt/html/qwt__spline_8cpp_source.html +share/doc/qwt/html/qwt__spline_8h_source.html +share/doc/qwt/html/qwt__spline__basis_8cpp_source.html +share/doc/qwt/html/qwt__spline__basis_8h_source.html +share/doc/qwt/html/qwt__spline__cubic_8cpp_source.html +share/doc/qwt/html/qwt__spline__cubic_8h_source.html +share/doc/qwt/html/qwt__spline__curve__fitter_8cpp_source.html +share/doc/qwt/html/qwt__spline__curve__fitter_8h_source.html +share/doc/qwt/html/qwt__spline__local_8cpp_source.html +share/doc/qwt/html/qwt__spline__local_8h_source.html +share/doc/qwt/html/qwt__spline__parametrization_8cpp_source.html +share/doc/qwt/html/qwt__spline__parametrization_8h_source.html +share/doc/qwt/html/qwt__spline__pleasing_8cpp_source.html +share/doc/qwt/html/qwt__spline__pleasing_8h_source.html +share/doc/qwt/html/qwt__spline__polynomial_8cpp_source.html +share/doc/qwt/html/qwt__spline__polynomial_8h_source.html +share/doc/qwt/html/qwt__symbol_8cpp_source.html +share/doc/qwt/html/qwt__symbol_8h_source.html +share/doc/qwt/html/qwt__system__clock_8cpp_source.html +share/doc/qwt/html/qwt__system__clock_8h_source.html +share/doc/qwt/html/qwt__text_8cpp_source.html +share/doc/qwt/html/qwt__text_8h_source.html +share/doc/qwt/html/qwt__text__engine_8cpp_source.html +share/doc/qwt/html/qwt__text__engine_8h_source.html +share/doc/qwt/html/qwt__text__label_8cpp_source.html +share/doc/qwt/html/qwt__text__label_8h_source.html +share/doc/qwt/html/qwt__thermo_8cpp_source.html +share/doc/qwt/html/qwt__thermo_8h_source.html +share/doc/qwt/html/qwt__transform_8cpp_source.html +share/doc/qwt/html/qwt__transform_8h_source.html +share/doc/qwt/html/qwt__vectorfield__symbol_8cpp_source.html +share/doc/qwt/html/qwt__vectorfield__symbol_8h_source.html +share/doc/qwt/html/qwt__weeding__curve__fitter_8cpp_source.html +share/doc/qwt/html/qwt__weeding__curve__fitter_8h_source.html +share/doc/qwt/html/qwt__wheel_8cpp_source.html +share/doc/qwt/html/qwt__wheel_8h_source.html +share/doc/qwt/html/qwt__widget__overlay_8cpp_source.html +share/doc/qwt/html/qwt__widget__overlay_8h_source.html +share/doc/qwt/html/qwtchangelog.html +share/doc/qwt/html/qwtinstall.html +share/doc/qwt/html/qwtlicense.html +share/doc/qwt/html/radio.png +share/doc/qwt/html/resize.js +share/doc/qwt/html/scatterplot-600x400.png +share/doc/qwt/html/search/ +share/doc/qwt/html/search/all_0.js +share/doc/qwt/html/search/all_1.js +share/doc/qwt/html/search/all_10.js +share/doc/qwt/html/search/all_11.js +share/doc/qwt/html/search/all_12.js +share/doc/qwt/html/search/all_13.js +share/doc/qwt/html/search/all_14.js +share/doc/qwt/html/search/all_15.js +share/doc/qwt/html/search/all_16.js +share/doc/qwt/html/search/all_17.js +share/doc/qwt/html/search/all_18.js +share/doc/qwt/html/search/all_19.js +share/doc/qwt/html/search/all_1a.js +share/doc/qwt/html/search/all_1b.js +share/doc/qwt/html/search/all_1c.js +share/doc/qwt/html/search/all_1d.js +share/doc/qwt/html/search/all_1e.js +share/doc/qwt/html/search/all_2.js +share/doc/qwt/html/search/all_3.js +share/doc/qwt/html/search/all_4.js +share/doc/qwt/html/search/all_5.js +share/doc/qwt/html/search/all_6.js +share/doc/qwt/html/search/all_7.js +share/doc/qwt/html/search/all_8.js +share/doc/qwt/html/search/all_9.js +share/doc/qwt/html/search/all_a.js +share/doc/qwt/html/search/all_b.js +share/doc/qwt/html/search/all_c.js +share/doc/qwt/html/search/all_d.js +share/doc/qwt/html/search/all_e.js +share/doc/qwt/html/search/all_f.js +share/doc/qwt/html/search/classes_0.js +share/doc/qwt/html/search/classes_1.js +share/doc/qwt/html/search/classes_2.js +share/doc/qwt/html/search/close.svg +share/doc/qwt/html/search/enums_0.js +share/doc/qwt/html/search/enums_1.js +share/doc/qwt/html/search/enums_10.js +share/doc/qwt/html/search/enums_11.js +share/doc/qwt/html/search/enums_2.js +share/doc/qwt/html/search/enums_3.js +share/doc/qwt/html/search/enums_4.js +share/doc/qwt/html/search/enums_5.js +share/doc/qwt/html/search/enums_6.js +share/doc/qwt/html/search/enums_7.js +share/doc/qwt/html/search/enums_8.js +share/doc/qwt/html/search/enums_9.js +share/doc/qwt/html/search/enums_a.js +share/doc/qwt/html/search/enums_b.js +share/doc/qwt/html/search/enums_c.js +share/doc/qwt/html/search/enums_d.js +share/doc/qwt/html/search/enums_e.js +share/doc/qwt/html/search/enums_f.js +share/doc/qwt/html/search/enumvalues_0.js +share/doc/qwt/html/search/enumvalues_1.js +share/doc/qwt/html/search/enumvalues_10.js +share/doc/qwt/html/search/enumvalues_11.js +share/doc/qwt/html/search/enumvalues_12.js +share/doc/qwt/html/search/enumvalues_13.js +share/doc/qwt/html/search/enumvalues_14.js +share/doc/qwt/html/search/enumvalues_15.js +share/doc/qwt/html/search/enumvalues_16.js +share/doc/qwt/html/search/enumvalues_17.js +share/doc/qwt/html/search/enumvalues_2.js +share/doc/qwt/html/search/enumvalues_3.js +share/doc/qwt/html/search/enumvalues_4.js +share/doc/qwt/html/search/enumvalues_5.js +share/doc/qwt/html/search/enumvalues_6.js +share/doc/qwt/html/search/enumvalues_7.js +share/doc/qwt/html/search/enumvalues_8.js +share/doc/qwt/html/search/enumvalues_9.js +share/doc/qwt/html/search/enumvalues_a.js +share/doc/qwt/html/search/enumvalues_b.js +share/doc/qwt/html/search/enumvalues_c.js +share/doc/qwt/html/search/enumvalues_d.js +share/doc/qwt/html/search/enumvalues_e.js +share/doc/qwt/html/search/enumvalues_f.js +share/doc/qwt/html/search/functions_0.js +share/doc/qwt/html/search/functions_1.js +share/doc/qwt/html/search/functions_10.js +share/doc/qwt/html/search/functions_11.js +share/doc/qwt/html/search/functions_12.js +share/doc/qwt/html/search/functions_13.js +share/doc/qwt/html/search/functions_14.js +share/doc/qwt/html/search/functions_15.js +share/doc/qwt/html/search/functions_16.js +share/doc/qwt/html/search/functions_17.js +share/doc/qwt/html/search/functions_18.js +share/doc/qwt/html/search/functions_19.js +share/doc/qwt/html/search/functions_2.js +share/doc/qwt/html/search/functions_3.js +share/doc/qwt/html/search/functions_4.js +share/doc/qwt/html/search/functions_5.js +share/doc/qwt/html/search/functions_6.js +share/doc/qwt/html/search/functions_7.js +share/doc/qwt/html/search/functions_8.js +share/doc/qwt/html/search/functions_9.js +share/doc/qwt/html/search/functions_a.js +share/doc/qwt/html/search/functions_b.js +share/doc/qwt/html/search/functions_c.js +share/doc/qwt/html/search/functions_d.js +share/doc/qwt/html/search/functions_e.js +share/doc/qwt/html/search/functions_f.js +share/doc/qwt/html/search/mag.svg +share/doc/qwt/html/search/mag_d.svg +share/doc/qwt/html/search/mag_sel.svg +share/doc/qwt/html/search/mag_seld.svg +share/doc/qwt/html/search/namespaces_0.js +share/doc/qwt/html/search/pages_0.js +share/doc/qwt/html/search/pages_1.js +share/doc/qwt/html/search/pages_10.js +share/doc/qwt/html/search/pages_11.js +share/doc/qwt/html/search/pages_12.js +share/doc/qwt/html/search/pages_13.js +share/doc/qwt/html/search/pages_14.js +share/doc/qwt/html/search/pages_2.js +share/doc/qwt/html/search/pages_3.js +share/doc/qwt/html/search/pages_4.js +share/doc/qwt/html/search/pages_5.js +share/doc/qwt/html/search/pages_6.js +share/doc/qwt/html/search/pages_7.js +share/doc/qwt/html/search/pages_8.js +share/doc/qwt/html/search/pages_9.js +share/doc/qwt/html/search/pages_a.js +share/doc/qwt/html/search/pages_b.js +share/doc/qwt/html/search/pages_c.js +share/doc/qwt/html/search/pages_d.js +share/doc/qwt/html/search/pages_e.js +share/doc/qwt/html/search/pages_f.js +share/doc/qwt/html/search/search.css +share/doc/qwt/html/search/search.js +share/doc/qwt/html/search/searchdata.js +share/doc/qwt/html/search/typedefs_0.js +share/doc/qwt/html/search/typedefs_1.js +share/doc/qwt/html/search/typedefs_2.js +share/doc/qwt/html/search/typedefs_3.js +share/doc/qwt/html/search/typedefs_4.js +share/doc/qwt/html/search/typedefs_5.js +share/doc/qwt/html/search/typedefs_6.js +share/doc/qwt/html/search/typedefs_7.js +share/doc/qwt/html/search/typedefs_8.js +share/doc/qwt/html/search/typedefs_9.js +share/doc/qwt/html/search/typedefs_a.js +share/doc/qwt/html/search/typedefs_b.js +share/doc/qwt/html/search/typedefs_c.js +share/doc/qwt/html/search/variables_0.js +share/doc/qwt/html/search/variables_1.js +share/doc/qwt/html/search/variables_2.js +share/doc/qwt/html/search/variables_3.js +share/doc/qwt/html/search/variables_4.js +share/doc/qwt/html/search/variables_5.js +share/doc/qwt/html/search/variables_6.js +share/doc/qwt/html/search/variables_7.js +share/doc/qwt/html/search/variables_8.js +share/doc/qwt/html/search/variables_9.js +share/doc/qwt/html/search/variables_a.js +share/doc/qwt/html/search/variables_b.js +share/doc/qwt/html/search/variables_c.js +share/doc/qwt/html/search/variables_d.js +share/doc/qwt/html/sliders.png +share/doc/qwt/html/spectrogram-contour1-600x400.png +share/doc/qwt/html/spectrogram-contour2-600x400.png +share/doc/qwt/html/spectrogram-hue-600x400.png +share/doc/qwt/html/spectrogram-rgb-600x400.png +share/doc/qwt/html/spectrogram-saturation-600x400.png +share/doc/qwt/html/spectrogram-value-600x400.png +share/doc/qwt/html/spectrogramscreenshots.html +share/doc/qwt/html/splitbar.png +share/doc/qwt/html/splitbard.png +share/doc/qwt/html/stockchart-600x400.png +share/doc/qwt/html/svg.min.js +share/doc/qwt/html/sync_off.png +share/doc/qwt/html/sync_on.png +share/doc/qwt/html/sysinfo.png +share/doc/qwt/html/tab_a.png +share/doc/qwt/html/tab_ad.png +share/doc/qwt/html/tab_b.png +share/doc/qwt/html/tab_bd.png +share/doc/qwt/html/tab_h.png +share/doc/qwt/html/tab_hd.png +share/doc/qwt/html/tab_s.png +share/doc/qwt/html/tab_sd.png +share/doc/qwt/html/tabs.css +share/doc/qwt/html/tvplot-600x400.png Index: pkg/PLIST-main =================================================================== RCS file: pkg/PLIST-main diff -N pkg/PLIST-main --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/PLIST-main 1 Nov 2024 17:41:46 -0000 @@ -0,0 +1,9 @@ +@option no-default-conflict +@conflict qwt-<6.3.0 +!%%qt6%% +%%qt6%% +lib/${QTVER}/mkspecs/features/qwt.prf +lib/${QTVER}/mkspecs/features/qwtconfig.pri +lib/${QTVER}/mkspecs/features/qwtfunctions.pri +lib/${QTVER}/plugins/designer/ +lib/${QTVER}/plugins/designer/libqwt_designer_plugin.so