1 #ifndef SpectralPlotWindow_h
2 #define SpectralPlotWindow_h
56 QwtPlotMarker *createMarker(QColor color);
57 void drawBandMarkers();
62 bool m_markersVisible;
64 QwtPlotMarker *m_grayBandLine;
66 QwtPlotMarker *m_redBandLine;
68 QwtPlotMarker *m_greenBandLine;
70 QwtPlotMarker *m_blueBandLine;
Cube display widget for certain Isis MDI applications.
Definition: MdiCubeViewport.h:53
void update(MdiCubeViewport *activeViewport)
This window can show markers for the currently visible bands.
Definition: SpectralPlotWindow.cpp:224
Definition: SpectralPlotWindow.h:39
Definition: PlotWindow.h:86
void setBandMarkersVisible(bool visible)
Definition: SpectralPlotWindow.cpp:206
~SpectralPlotWindow()
Definition: SpectralPlotWindow.cpp:55
SpectralPlotWindow(PlotCurve::Units xUnits, QWidget *parent)
This constructs a spectral plot window.
Definition: SpectralPlotWindow.cpp:27
bool bandMarkersVisible() const
Definition: SpectralPlotWindow.cpp:236
void setViewport(MdiCubeViewport *cvp)
This class needs to know which viewport the user is looking at so it can appropriately draw in the ba...
Definition: SpectralPlotWindow.cpp:194
Units
These are all the possible units for the x or y data in a plot curve.
Definition: PlotCurve.h:54