repository for casafeather app
Source
xxxxxxxxxx
//# Internet email: casa-feedback@nrao.edu.
//# Postal address: AIPS++ Project Office
//# National Radio Astronomy Observatory
//# 520 Edgemont Road
//# Charlottesville, VA 22903-2475 USA
//#
#ifndef LEGENDCURVE_H_
#define LEGENDCURVE_H_
#include <qwt/qwt_plot_curve.h>
#include <qwt_plot_curve.h>
#include <guitools/Feather/ColorProvider.h>
namespace casa {
class LegendItemRect;
/**
* Custom QwtPlotCurve that provides the capability of a thicker (rectangular)
* legend rather than a hard-to-see line that mirrors the thickness of the curve.
*/