1 #ifndef SpectralPlotWindow_h 2 #define SpectralPlotWindow_h 61 QwtPlotMarker *createMarker(QColor color);
62 void drawBandMarkers();
67 bool m_markersVisible;
69 QwtPlotMarker *m_grayBandLine;
71 QwtPlotMarker *m_redBandLine;
73 QwtPlotMarker *m_greenBandLine;
75 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:223
Definition: SpectralPlotWindow.h:44
Definition: PlotWindow.h:88
void setBandMarkersVisible(bool visible)
Definition: SpectralPlotWindow.cpp:205
bool bandMarkersVisible() const
Definition: SpectralPlotWindow.cpp:235
~SpectralPlotWindow()
Definition: SpectralPlotWindow.cpp:55
SpectralPlotWindow(PlotCurve::Units xUnits, QWidget *parent)
This constructs a spectral plot window.
Definition: SpectralPlotWindow.cpp:27
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
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