From owner-svn-ports-head@freebsd.org Wed Nov 28 13:23:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19A731154322; Wed, 28 Nov 2018 13:23:39 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1A3473BAB; Wed, 28 Nov 2018 13:23:38 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A26622CB8; Wed, 28 Nov 2018 13:23:38 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wASDNcIt085670; Wed, 28 Nov 2018 13:23:38 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wASDNbN0085663; Wed, 28 Nov 2018 13:23:37 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201811281323.wASDNbN0085663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Wed, 28 Nov 2018 13:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486090 - in head/x11-toolkits: . qwt5-qt5 qwt5-qt5/files X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: in head/x11-toolkits: . qwt5-qt5 qwt5-qt5/files X-SVN-Commit-Revision: 486090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C1A3473BAB X-Spamd-Result: default: False [1.49 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.63)[0.632,0]; NEURAL_SPAM_SHORT(0.32)[0.319,0]; NEURAL_SPAM_MEDIUM(0.53)[0.534,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2018 13:23:39 -0000 Author: makc Date: Wed Nov 28 13:23:36 2018 New Revision: 486090 URL: https://svnweb.freebsd.org/changeset/ports/486090 Log: x11-toolkits/qwt5-qt5: - Add port for Qt 5 fork of qwt5. Though it claims the same version as x11-toolkits/qwt5, the sources are modified for compatibility with Qt 5. - Don't install man pages to avoid conflict with original port. - Take maintainership Added: head/x11-toolkits/qwt5-qt5/ - copied from r485967, head/x11-toolkits/qwt5/ head/x11-toolkits/qwt5-qt5/files/patch-src_src.pro - copied, changed from r485967, head/x11-toolkits/qwt5/files/patch-src__src.pro Deleted: head/x11-toolkits/qwt5-qt5/files/patch-src__src.pro Modified: head/x11-toolkits/Makefile head/x11-toolkits/qwt5-qt5/Makefile head/x11-toolkits/qwt5-qt5/distinfo head/x11-toolkits/qwt5-qt5/files/patch-qwtconfig.pri head/x11-toolkits/qwt5-qt5/pkg-descr head/x11-toolkits/qwt5-qt5/pkg-plist Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Wed Nov 28 13:10:30 2018 (r486089) +++ head/x11-toolkits/Makefile Wed Nov 28 13:23:36 2018 (r486090) @@ -244,6 +244,7 @@ SUBDIR += qtermwidget-l10n SUBDIR += qwt5 SUBDIR += qwt5-designerplugin + SUBDIR += qwt5-qt5 SUBDIR += qwt6 SUBDIR += rep-gtk2 SUBDIR += rubygem-gdk3 Modified: head/x11-toolkits/qwt5-qt5/Makefile ============================================================================== --- head/x11-toolkits/qwt5/Makefile Mon Nov 26 21:22:31 2018 (r485967) +++ head/x11-toolkits/qwt5-qt5/Makefile Wed Nov 28 13:23:36 2018 (r486090) @@ -1,29 +1,20 @@ # $FreeBSD$ -PORTNAME= qwt +PORTNAME= qwt5-qt5 PORTVERSION= 5.2.3 CATEGORIES= x11-toolkits -MASTER_SITES= SF -PKGNAMESUFFIX= 5 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@FreeBSD.org COMMENT= Qt Widgets for Technical Applications -USES= gmake qmake qt:4 tar:bzip2 -USE_QT= gui svg moc_build -USE_LDCONFIG= yes -PORTSCOUT= limit:^5\. +USES= compiler:c++11-lang gmake qmake qt:5 +USE_QT= core gui printsupport svg widgets buildtools_build +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} -PORTDOCS= * -PLIST_SUB= SHLIB_VER=${PORTVERSION} \ - SHLIB_SHVER=${PORTVERSION:R} +USE_GITHUB= yes +GH_ACCOUNT= gbm19 +GH_TAGNAME= 510caed OPTIONS_DEFINE= DOCS - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${STAGEDIR}${PREFIX}/man/man3 - -post-install-DOCS-on: - (cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Modified: head/x11-toolkits/qwt5-qt5/distinfo ============================================================================== --- head/x11-toolkits/qwt5/distinfo Mon Nov 26 21:22:31 2018 (r485967) +++ head/x11-toolkits/qwt5-qt5/distinfo Wed Nov 28 13:23:36 2018 (r486090) @@ -1,2 +1,3 @@ -SHA256 (qwt-5.2.3.tar.bz2) = 37feaf306753230b0d8538b4ff9b255c6fddaa3d6609ec5a5cc39a5a4d020ab7 -SIZE (qwt-5.2.3.tar.bz2) = 1983725 +TIMESTAMP = 1543268425 +SHA256 (gbm19-qwt5-qt5-5.2.3-510caed_GH0.tar.gz) = ec0d3808400d1f433d115ee46d8f8f4a3982320a428e75ef03f3c086c508236f +SIZE (gbm19-qwt5-qt5-5.2.3-510caed_GH0.tar.gz) = 2285997 Modified: head/x11-toolkits/qwt5-qt5/files/patch-qwtconfig.pri ============================================================================== --- head/x11-toolkits/qwt5/files/patch-qwtconfig.pri Mon Nov 26 21:22:31 2018 (r485967) +++ head/x11-toolkits/qwt5-qt5/files/patch-qwtconfig.pri Wed Nov 28 13:23:36 2018 (r486090) @@ -1,34 +1,6 @@ ---- qwtconfig.pri.orig 2011-08-08 08:09:26.000000000 +0000 -+++ qwtconfig.pri 2011-08-08 08:11:17.000000000 +0000 -@@ -8,7 +8,7 @@ - VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT} - - unix { -- INSTALLBASE = /usr/local/qwt-$$VERSION -+ INSTALLBASE = $$PREFIX - } - - win32 { -@@ -16,8 +16,7 @@ - } - - target.path = $$INSTALLBASE/lib --headers.path = $$INSTALLBASE/include --doc.path = $$INSTALLBASE/doc -+headers.path = $$INSTALLBASE/include/qwt - - ###################################################################### - # qmake internal options -@@ -98,7 +97,7 @@ - # QwtSVGItem. - ###################################################################### - --#CONFIG += QwtSVGItem -+CONFIG += QwtSVGItem - - ###################################################################### - # You can use the MathML renderer of the Qt solutions package to -@@ -115,7 +114,7 @@ +--- qwtconfig.pri.orig 2018-09-16 20:18:22 UTC ++++ qwtconfig.pri +@@ -127,11 +127,11 @@ CONFIG += QwtSVGItem # Otherwise you have to build it from the designer directory. ###################################################################### @@ -37,3 +9,8 @@ ###################################################################### # If you want to auto build the examples, enable the line below + # Otherwise you have to build them from the examples directory. + ###################################################################### + +-CONFIG += QwtExamples ++#CONFIG += QwtExamples Copied and modified: head/x11-toolkits/qwt5-qt5/files/patch-src_src.pro (from r485967, head/x11-toolkits/qwt5/files/patch-src__src.pro) ============================================================================== --- head/x11-toolkits/qwt5/files/patch-src__src.pro Mon Nov 26 21:22:31 2018 (r485967, copy source) +++ head/x11-toolkits/qwt5-qt5/files/patch-src_src.pro Wed Nov 28 13:23:36 2018 (r486090) @@ -1,8 +1,19 @@ ---- ./src/src.pro.orig 2008-05-01 17:43:56.000000000 +0400 -+++ ./src/src.pro 2008-05-03 02:23:43.000000000 +0400 -@@ -221,4 +221,4 @@ - doc.files += $${QWT_ROOT}/doc/man - } +--- src/src.pro.orig 2018-09-16 20:18:22 UTC ++++ src/src.pro +@@ -249,15 +249,9 @@ headers.files = $$HEADERS + INSTALLS += target headers --INSTALLS = target headers doc -+INSTALLS = target headers + html.files = $${QWT_ROOT}/doc/html/* +-html.path = $$[QT_INSTALL_DOCS]/html/qwt5-qt$$QT_MAJOR_VERSION ++html.path = $$PREFIX/share/doc/qwt5-qt$$QT_MAJOR_VERSION + INSTALLS += html + + qch.files = $${QWT_ROOT}/doc/qwt-5.2.0.qch + qch.path = $$[QT_INSTALL_DOCS]/qch + INSTALLS += qch +- +-unix { +- man.files += $${QWT_ROOT}/doc/man +- man.path = /usr/share +- INSTALLS += man +-} Modified: head/x11-toolkits/qwt5-qt5/pkg-descr ============================================================================== --- head/x11-toolkits/qwt5/pkg-descr Mon Nov 26 21:22:31 2018 (r485967) +++ head/x11-toolkits/qwt5-qt5/pkg-descr Wed Nov 28 13:23:36 2018 (r486090) @@ -1,8 +1,9 @@ -This is Qt4 port of Qwt library version 5. The Qwt library contains +This is Qt 5 port of Qwt library version 5. 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. +WWW: https://github.com/gbm19/qwt5-qt5 WWW: http://qwt.sourceforge.net/ Modified: head/x11-toolkits/qwt5-qt5/pkg-plist ============================================================================== --- head/x11-toolkits/qwt5/pkg-plist Mon Nov 26 21:22:31 2018 (r485967) +++ head/x11-toolkits/qwt5-qt5/pkg-plist Wed Nov 28 13:23:36 2018 (r486090) @@ -1,161 +1,766 @@ -include/qwt/qwt.h -include/qwt/qwt_abstract_scale.h -include/qwt/qwt_abstract_scale_draw.h -include/qwt/qwt_abstract_slider.h -include/qwt/qwt_analog_clock.h -include/qwt/qwt_array.h -include/qwt/qwt_arrow_button.h -include/qwt/qwt_clipper.h -include/qwt/qwt_color_map.h -include/qwt/qwt_compass.h -include/qwt/qwt_compass_rose.h -include/qwt/qwt_counter.h -include/qwt/qwt_curve_fitter.h -include/qwt/qwt_data.h -include/qwt/qwt_dial.h -include/qwt/qwt_dial_needle.h -include/qwt/qwt_double_interval.h -include/qwt/qwt_double_range.h -include/qwt/qwt_double_rect.h -include/qwt/qwt_dyngrid_layout.h -include/qwt/qwt_event_pattern.h -include/qwt/qwt_global.h -include/qwt/qwt_interval_data.h -include/qwt/qwt_knob.h -include/qwt/qwt_layout_metrics.h -include/qwt/qwt_legend.h -include/qwt/qwt_legend_item.h -include/qwt/qwt_legend_itemmanager.h -include/qwt/qwt_magnifier.h -include/qwt/qwt_math.h -include/qwt/qwt_paint_buffer.h -include/qwt/qwt_painter.h -include/qwt/qwt_panner.h -include/qwt/qwt_picker.h -include/qwt/qwt_picker_machine.h -include/qwt/qwt_plot.h -include/qwt/qwt_plot_canvas.h -include/qwt/qwt_plot_curve.h -include/qwt/qwt_plot_dict.h -include/qwt/qwt_plot_grid.h -include/qwt/qwt_plot_item.h -include/qwt/qwt_plot_layout.h -include/qwt/qwt_plot_magnifier.h -include/qwt/qwt_plot_marker.h -include/qwt/qwt_plot_panner.h -include/qwt/qwt_plot_picker.h -include/qwt/qwt_plot_printfilter.h -include/qwt/qwt_plot_rasteritem.h -include/qwt/qwt_plot_rescaler.h -include/qwt/qwt_plot_scaleitem.h -include/qwt/qwt_plot_spectrogram.h -include/qwt/qwt_plot_svgitem.h -include/qwt/qwt_plot_zoomer.h -include/qwt/qwt_polygon.h -include/qwt/qwt_raster_data.h -include/qwt/qwt_round_scale_draw.h -include/qwt/qwt_scale_div.h -include/qwt/qwt_scale_draw.h -include/qwt/qwt_scale_engine.h -include/qwt/qwt_scale_map.h -include/qwt/qwt_scale_widget.h -include/qwt/qwt_slider.h -include/qwt/qwt_spline.h -include/qwt/qwt_symbol.h -include/qwt/qwt_text.h -include/qwt/qwt_text_engine.h -include/qwt/qwt_text_label.h -include/qwt/qwt_thermo.h -include/qwt/qwt_valuelist.h -include/qwt/qwt_wheel.h -lib/libqwt.so -lib/libqwt.so.5 -lib/libqwt.so.%%SHLIB_VER%% -lib/libqwt.so.%%SHLIB_SHVER%% -man/man3/QwtAbstractScale.3.gz -man/man3/QwtAbstractScaleDraw.3.gz -man/man3/QwtAbstractSlider.3.gz -man/man3/QwtAlphaColorMap.3.gz -man/man3/QwtAnalogClock.3.gz -man/man3/QwtArrayData.3.gz -man/man3/QwtArrowButton.3.gz -man/man3/QwtCPointerData.3.gz -man/man3/QwtClipper.3.gz -man/man3/QwtColorMap.3.gz -man/man3/QwtCompass.3.gz -man/man3/QwtCompassMagnetNeedle.3.gz -man/man3/QwtCompassRose.3.gz -man/man3/QwtCompassWindArrow.3.gz -man/man3/QwtCounter.3.gz -man/man3/QwtCurveFitter.3.gz -man/man3/QwtData.3.gz -man/man3/QwtDial.3.gz -man/man3/QwtDialNeedle.3.gz -man/man3/QwtDialScaleDraw.3.gz -man/man3/QwtDialSimpleNeedle.3.gz -man/man3/QwtDoubleInterval.3.gz -man/man3/QwtDoubleRange.3.gz -man/man3/QwtDynGridLayout.3.gz -man/man3/QwtEventPattern.3.gz -man/man3/QwtEventPattern_KeyPattern.3.gz -man/man3/QwtEventPattern_MousePattern.3.gz -man/man3/QwtIntervalData.3.gz -man/man3/QwtKnob.3.gz -man/man3/QwtLegend.3.gz -man/man3/QwtLegendItem.3.gz -man/man3/QwtLegendItemManager.3.gz -man/man3/QwtLinearColorMap.3.gz -man/man3/QwtLinearScaleEngine.3.gz -man/man3/QwtLog10ScaleEngine.3.gz -man/man3/QwtMagnifier.3.gz -man/man3/QwtMathMLTextEngine.3.gz -man/man3/QwtMetricsMap.3.gz -man/man3/QwtPainter.3.gz -man/man3/QwtPanner.3.gz -man/man3/QwtPicker.3.gz -man/man3/QwtPickerClickPointMachine.3.gz -man/man3/QwtPickerClickRectMachine.3.gz -man/man3/QwtPickerDragPointMachine.3.gz -man/man3/QwtPickerDragRectMachine.3.gz -man/man3/QwtPickerMachine.3.gz -man/man3/QwtPickerPolygonMachine.3.gz -man/man3/QwtPlainTextEngine.3.gz -man/man3/QwtPlot.3.gz -man/man3/QwtPlotCanvas.3.gz -man/man3/QwtPlotCurve.3.gz -man/man3/QwtPlotDict.3.gz -man/man3/QwtPlotGrid.3.gz -man/man3/QwtPlotItem.3.gz -man/man3/QwtPlotLayout.3.gz -man/man3/QwtPlotMagnifier.3.gz -man/man3/QwtPlotMarker.3.gz -man/man3/QwtPlotPanner.3.gz -man/man3/QwtPlotPicker.3.gz -man/man3/QwtPlotPrintFilter.3.gz -man/man3/QwtPlotRasterItem.3.gz -man/man3/QwtPlotRescaler.3.gz -man/man3/QwtPlotScaleItem.3.gz -man/man3/QwtPlotSpectrogram.3.gz -man/man3/QwtPlotSvgItem.3.gz -man/man3/QwtPlotZoomer.3.gz -man/man3/QwtPolygonFData.3.gz -man/man3/QwtRasterData.3.gz -man/man3/QwtRichTextEngine.3.gz -man/man3/QwtRoundScaleDraw.3.gz -man/man3/QwtScaleArithmetic.3.gz -man/man3/QwtScaleDiv.3.gz -man/man3/QwtScaleDraw.3.gz -man/man3/QwtScaleEngine.3.gz -man/man3/QwtScaleMap.3.gz -man/man3/QwtScaleTransformation.3.gz -man/man3/QwtScaleWidget.3.gz -man/man3/QwtSimpleCompassRose.3.gz -man/man3/QwtSlider.3.gz -man/man3/QwtSpline.3.gz -man/man3/QwtSplineCurveFitter.3.gz -man/man3/QwtSymbol.3.gz -man/man3/QwtText.3.gz -man/man3/QwtTextEngine.3.gz -man/man3/QwtTextLabel.3.gz -man/man3/QwtThermo.3.gz -man/man3/QwtWheel.3.gz +%%QT_INCDIR%%/qwt5-qt5/qwt.h +%%QT_INCDIR%%/qwt5-qt5/qwt_abstract_scale.h +%%QT_INCDIR%%/qwt5-qt5/qwt_abstract_scale_draw.h +%%QT_INCDIR%%/qwt5-qt5/qwt_abstract_slider.h +%%QT_INCDIR%%/qwt5-qt5/qwt_analog_clock.h +%%QT_INCDIR%%/qwt5-qt5/qwt_array.h +%%QT_INCDIR%%/qwt5-qt5/qwt_arrow_button.h +%%QT_INCDIR%%/qwt5-qt5/qwt_clipper.h +%%QT_INCDIR%%/qwt5-qt5/qwt_color_map.h +%%QT_INCDIR%%/qwt5-qt5/qwt_compass.h +%%QT_INCDIR%%/qwt5-qt5/qwt_compass_rose.h +%%QT_INCDIR%%/qwt5-qt5/qwt_counter.h +%%QT_INCDIR%%/qwt5-qt5/qwt_curve_fitter.h +%%QT_INCDIR%%/qwt5-qt5/qwt_data.h +%%QT_INCDIR%%/qwt5-qt5/qwt_dial.h +%%QT_INCDIR%%/qwt5-qt5/qwt_dial_needle.h +%%QT_INCDIR%%/qwt5-qt5/qwt_double_interval.h +%%QT_INCDIR%%/qwt5-qt5/qwt_double_range.h +%%QT_INCDIR%%/qwt5-qt5/qwt_double_rect.h +%%QT_INCDIR%%/qwt5-qt5/qwt_dyngrid_layout.h +%%QT_INCDIR%%/qwt5-qt5/qwt_event_pattern.h +%%QT_INCDIR%%/qwt5-qt5/qwt_global.h +%%QT_INCDIR%%/qwt5-qt5/qwt_interval_data.h +%%QT_INCDIR%%/qwt5-qt5/qwt_knob.h +%%QT_INCDIR%%/qwt5-qt5/qwt_layout_metrics.h +%%QT_INCDIR%%/qwt5-qt5/qwt_legend.h +%%QT_INCDIR%%/qwt5-qt5/qwt_legend_item.h +%%QT_INCDIR%%/qwt5-qt5/qwt_legend_itemmanager.h +%%QT_INCDIR%%/qwt5-qt5/qwt_magnifier.h +%%QT_INCDIR%%/qwt5-qt5/qwt_math.h +%%QT_INCDIR%%/qwt5-qt5/qwt_paint_buffer.h +%%QT_INCDIR%%/qwt5-qt5/qwt_painter.h +%%QT_INCDIR%%/qwt5-qt5/qwt_panner.h +%%QT_INCDIR%%/qwt5-qt5/qwt_picker.h +%%QT_INCDIR%%/qwt5-qt5/qwt_picker_machine.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_canvas.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_curve.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_dict.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_grid.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_item.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_layout.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_magnifier.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_marker.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_panner.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_picker.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_printfilter.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_rasteritem.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_rescaler.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_scaleitem.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_spectrogram.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_svgitem.h +%%QT_INCDIR%%/qwt5-qt5/qwt_plot_zoomer.h +%%QT_INCDIR%%/qwt5-qt5/qwt_polygon.h +%%QT_INCDIR%%/qwt5-qt5/qwt_raster_data.h +%%QT_INCDIR%%/qwt5-qt5/qwt_round_scale_draw.h +%%QT_INCDIR%%/qwt5-qt5/qwt_scale_div.h +%%QT_INCDIR%%/qwt5-qt5/qwt_scale_draw.h +%%QT_INCDIR%%/qwt5-qt5/qwt_scale_engine.h +%%QT_INCDIR%%/qwt5-qt5/qwt_scale_map.h +%%QT_INCDIR%%/qwt5-qt5/qwt_scale_widget.h +%%QT_INCDIR%%/qwt5-qt5/qwt_slider.h +%%QT_INCDIR%%/qwt5-qt5/qwt_spline.h +%%QT_INCDIR%%/qwt5-qt5/qwt_symbol.h +%%QT_INCDIR%%/qwt5-qt5/qwt_text.h +%%QT_INCDIR%%/qwt5-qt5/qwt_text_engine.h +%%QT_INCDIR%%/qwt5-qt5/qwt_text_label.h +%%QT_INCDIR%%/qwt5-qt5/qwt_thermo.h +%%QT_INCDIR%%/qwt5-qt5/qwt_valuelist.h +%%QT_INCDIR%%/qwt5-qt5/qwt_wheel.h +%%QT_LIBDIR%%/libqwt5-qt5.so +%%QT_LIBDIR%%/libqwt5-qt5.so.5 +%%QT_LIBDIR%%/libqwt5-qt5.so.5.2 +%%QT_LIBDIR%%/libqwt5-qt5.so.5.2.3 +%%QT_LIBDIR%%/pkgconfig/qwt5-qt5.pc +%%PORTDOCS%%%%DOCSDIR%%/analogclock.png +%%PORTDOCS%%%%DOCSDIR%%/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_slider-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_slider.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_slider__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_slider__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_abstract_slider__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_analog_clock-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_analog_clock.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_analog_clock__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_analog_clock__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_analog_clock__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_array_data-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_array_data.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_array_data__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_array_data__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_array_data__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_arrow_button-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_arrow_button.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_clipper-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_clipper.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_rose-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_rose.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_rose__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_rose__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_rose__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_counter-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_counter.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_counter__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_counter__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_counter__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_curve_fitter-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_curve_fitter.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_curve_fitter__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_curve_fitter__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_curve_fitter__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_data-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_data.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_data__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_data__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_data__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_needle-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_needle.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_needle__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_needle__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_needle__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_double_interval-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_double_interval.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_double_range-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_double_range.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_double_range__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_double_range__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_double_range__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dyn_grid_layout-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_dyn_grid_layout.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_event_pattern-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_event_pattern.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_event_pattern_1_1_key_pattern-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_event_pattern_1_1_key_pattern.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_event_pattern_1_1_mouse_pattern-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_event_pattern_1_1_mouse_pattern.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_event_pattern__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_event_pattern__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_event_pattern__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_interval_data-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_interval_data.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_knob-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_knob.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_knob__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_knob__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_knob__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_metrics_map-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_metrics_map.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_painter-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_painter.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_panner-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_panner.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_panner__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_panner__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_panner__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_machine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_machine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_machine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_machine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_machine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_canvas-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_canvas.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_curve-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_curve.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_curve__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_curve__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_curve__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_dict-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_dict.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_dict__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_dict__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_dict__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_grid-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_grid.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_grid__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_grid__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_grid__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_layout-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_layout.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_panner-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_panner.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_panner__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_panner__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_panner__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_picker-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_picker.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_picker__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_picker__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_picker__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_print_filter-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_print_filter.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_rescaler-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_rescaler.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_raster_data-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_raster_data.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_raster_data__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_raster_data__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_raster_data__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_arithmetic-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_arithmetic.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_div-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_div.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_draw-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_draw.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_draw__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_draw__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_draw__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_engine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_engine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_engine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_engine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_engine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_map-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_map.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_transformation-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_transformation.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_widget-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_scale_widget.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_slider-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_slider.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_slider__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_slider__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_slider__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_spline-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_spline.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_symbol-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_symbol.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_engine-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_engine.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_engine__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_engine__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_engine__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_label-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_label.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_label__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_label__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_text_label__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_thermo-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_thermo.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_thermo__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_thermo__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_thermo__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_wheel-members.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_wheel.html +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_wheel__inherit__graph.map +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_wheel__inherit__graph.md5 +%%PORTDOCS%%%%DOCSDIR%%/class_qwt_wheel__inherit__graph.png +%%PORTDOCS%%%%DOCSDIR%%/classes.html +%%PORTDOCS%%%%DOCSDIR%%/closed.png +%%PORTDOCS%%%%DOCSDIR%%/controlscreenshots.html +%%PORTDOCS%%%%DOCSDIR%%/cpuplot.png +%%PORTDOCS%%%%DOCSDIR%%/curves.png +%%PORTDOCS%%%%DOCSDIR%%/curvescreenshots.html +%%PORTDOCS%%%%DOCSDIR%%/deprecated.html +%%PORTDOCS%%%%DOCSDIR%%/dials1.png +%%PORTDOCS%%%%DOCSDIR%%/dials2.png +%%PORTDOCS%%%%DOCSDIR%%/dir_24fcbade20721d6ed73b69cf81173a70.html +%%PORTDOCS%%%%DOCSDIR%%/dir_24fcbade20721d6ed73b69cf81173a70_dep.map +%%PORTDOCS%%%%DOCSDIR%%/dir_24fcbade20721d6ed73b69cf81173a70_dep.md5 +%%PORTDOCS%%%%DOCSDIR%%/dir_24fcbade20721d6ed73b69cf81173a70_dep.png +%%PORTDOCS%%%%DOCSDIR%%/dir_2ff4213617fffae17c49a9829be91ab6.html +%%PORTDOCS%%%%DOCSDIR%%/dir_2ff4213617fffae17c49a9829be91ab6_dep.map +%%PORTDOCS%%%%DOCSDIR%%/dir_2ff4213617fffae17c49a9829be91ab6_dep.md5 +%%PORTDOCS%%%%DOCSDIR%%/dir_2ff4213617fffae17c49a9829be91ab6_dep.png +%%PORTDOCS%%%%DOCSDIR%%/dir_4118f540b2f97d7768d69ea313198c2a.html +%%PORTDOCS%%%%DOCSDIR%%/dir_4118f540b2f97d7768d69ea313198c2a_dep.map +%%PORTDOCS%%%%DOCSDIR%%/dir_4118f540b2f97d7768d69ea313198c2a_dep.md5 +%%PORTDOCS%%%%DOCSDIR%%/dir_4118f540b2f97d7768d69ea313198c2a_dep.png +%%PORTDOCS%%%%DOCSDIR%%/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/dynsections.js +%%PORTDOCS%%%%DOCSDIR%%/form_0.png +%%PORTDOCS%%%%DOCSDIR%%/form_1.png +%%PORTDOCS%%%%DOCSDIR%%/form_2.png +%%PORTDOCS%%%%DOCSDIR%%/form_3.png +%%PORTDOCS%%%%DOCSDIR%%/formula.repository +%%PORTDOCS%%%%DOCSDIR%%/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2cl.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2mo.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2ns.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%/functions.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x62.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x63.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x64.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x65.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x66.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x67.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x68.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x69.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x6b.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x70.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x72.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x73.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x74.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x75.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x76.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x77.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x78.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x79.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x7a.html +%%PORTDOCS%%%%DOCSDIR%%/functions_0x7e.html +%%PORTDOCS%%%%DOCSDIR%%/functions_enum.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x62.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x63.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x64.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x65.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x66.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x67.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x68.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x69.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6b.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x70.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x72.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x73.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x74.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x75.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x76.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x77.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x78.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x79.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x7a.html +%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x7e.html +%%PORTDOCS%%%%DOCSDIR%%/graph.png +%%PORTDOCS%%%%DOCSDIR%%/graph_legend.html +%%PORTDOCS%%%%DOCSDIR%%/graph_legend.md5 +%%PORTDOCS%%%%DOCSDIR%%/graph_legend.png +%%PORTDOCS%%%%DOCSDIR%%/hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/histogram.png +%%PORTDOCS%%%%DOCSDIR%%/histogramscreenshots.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.qhp +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_0.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_0.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_0.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_1.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_1.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_1.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_10.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_10.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_10.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_11.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_11.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_11.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_12.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_12.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_12.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_13.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_13.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_13.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_14.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_14.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_14.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_15.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_15.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_15.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_16.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_16.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_16.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_17.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_17.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_17.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_18.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_18.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_18.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_19.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_19.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_19.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_2.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_2.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_2.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_20.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_20.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_20.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_21.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_21.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_21.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_22.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_22.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_22.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_23.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_23.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_23.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_24.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_24.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_24.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_25.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_25.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_25.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_26.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_26.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_26.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_27.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_27.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_27.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_28.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_28.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_28.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_29.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_29.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_29.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_3.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_3.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_3.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_30.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_30.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_30.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_31.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_31.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_31.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_32.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_32.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_32.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_33.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_33.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_33.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_34.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_34.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_34.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_35.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_35.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_35.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_36.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_36.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_36.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_37.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_37.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_37.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_38.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_38.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_38.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_4.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_4.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_4.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_5.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_5.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_5.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_6.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_6.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_6.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_7.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_7.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_7.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_8.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_8.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_8.png +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_9.map +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_9.md5 +%%PORTDOCS%%%%DOCSDIR%%/inherit_graph_9.png +%%PORTDOCS%%%%DOCSDIR%%/inherits.html +%%PORTDOCS%%%%DOCSDIR%%/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/knob.png +%%PORTDOCS%%%%DOCSDIR%%/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/nav_g.png +%%PORTDOCS%%%%DOCSDIR%%/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/open.png +%%PORTDOCS%%%%DOCSDIR%%/pages.html +%%PORTDOCS%%%%DOCSDIR%%/plot.png +%%PORTDOCS%%%%DOCSDIR%%/qwt__abstract__scale_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/qwt__abstract__scale__draw_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/qwt__abstract__slider_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/qwt__analog__clock_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/qwt__array_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/qwt__arrow__button_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/qwt__clipper_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/qwt__color__map_8h_source.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***