repository for casafeather app
Source
xxxxxxxxxx
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 ExternalAxis_H_
27
27
#define ExternalAxis_H_
28
28
29
-
#include <qwt/qwt_scale_draw.h>
29
+
#include <qwt_scale_draw.h>
30
30
31
31
class QPainter;
32
32
class QPen;
33
33
34
34
namespace casa {
35
35
36
36
/**
37
37
* Overrides methods of QwtScaleDraw so that the axis can be enabled
38
38
* (supported) but the one drawn by the plot will take up no space and
39
39
* be invisible so that we can draw our own.