1 #ifndef SpectralPlotTool_h 
    2 #define SpectralPlotTool_h 
   22   class RubberBandComboBox;
 
   64       void addTo(QMenu *menu);
 
   81       void selectCurvesToPlot();
 
   87       void validatePlotCurves();
 
   90       QPointer<QComboBox> m_displayCombo;
 
   93       QPointer<RubberBandComboBox> m_rubberBandCombo;
 
   96       QPointer<QAction> m_toolPadAction;
 
   99       QPointer<QAction> m_plotAvgAction;
 
  101       QPointer<QAction> m_plotMinAction;
 
  103       QPointer<QAction> m_plotMaxAction;
 
  105       QPointer<QAction> m_plotStdDev1Action;
 
  107       QPointer<QAction> m_plotStdDev2Action;
 
  109       QPointer<QAction> m_plotStdErr1Action;
 
  111       QPointer<QAction> m_plotStdErr2Action;
 
  143       QPointer<QAction> m_showHideBandMarkers;
 
Cube display widget for certain Isis MDI applications. 
Definition: MdiCubeViewport.h:53
 
Definition: PlotWindow.h:86
 
Definition: CubeIoHandler.h:38