repository for casafeather app
Source
22
22
//# 520 Edgemont Road
23
23
//# Charlottesville, VA 22903-2475 USA
24
24
//#
25
25
26
26
#include "FeatherCurve.h"
27
27
#include <guitools/Feather/FeatherPlot.h>
28
28
#include <guitools/Feather/LegendCurve.h>
29
29
#include <stdcasa/UtilJ.h>
30
30
#include <QDebug>
31
31
#include <QtCore/qmath.h>
32
-
#include <qwt/qwt_plot_curve.h>
33
-
#include <qwt/qwt_symbol.h>
34
-
#include <qwt/qwt_text.h>
32
+
#include <qwt_plot_curve.h>
33
+
#include <qwt_symbol.h>
34
+
#include <qwt_text.h>
35
35
36
36
using namespace casacore;
37
37
namespace casa {
38
38
39
39
FeatherCurve::FeatherCurve(FeatherPlot* plot, QwtPlot::Axis xAxis,
40
40
QwtPlot::Axis yAxis, bool scaledCurve ){
41
41
plotCurve = new LegendCurve( this );
42
42
#if QWT_VERSION >= 0x060000
43
43
plotCurve->setAxes( xAxis, yAxis );
44
44
#else