repository for casafeather app
Source
19
19
//# Internet email: casa-feedback@nrao.edu.
20
20
//# Postal address: AIPS++ Project Office
21
21
//# National Radio Astronomy Observatory
22
22
//# 520 Edgemont Road
23
23
//# Charlottesville, VA 22903-2475 USA
24
24
//#
25
25
26
26
#ifndef LEGENDITEMRECT_H_
27
27
#define LEGENDITEMRECT_H_
28
28
29
-
#include <qwt/qwt_global.h>
29
+
#include <qwt_global.h>
30
30
#if QWT_VERSION < 0x060000
31
-
#include <qwt/qwt_legend_item.h>
31
+
#include <qwt_legend_item.h>
32
32
#include <QPainter>
33
33
#include <QRect>
34
34
namespace casa {
35
35
36
36
class ColorProvider;
37
37
38
38
/**
39
39
* Custom QwtLegendItem that draws a rectangular
40
40
* legend symbol in a color matching the curve.
41
41
*/