1 #ifndef HistogramPlotWindow_h 2 #define HistogramPlotWindow_h 26 return p_histItems.size();
30 return p_histItems[index];
HistogramPlotWindow(QString title, QWidget *parent)
Constructor, creates a new HistogramPlotWindow.
Definition: HistogramPlotWindow.cpp:17
void add(HistogramItem *)
Add a HistogramItem to the plot.
Definition: HistogramPlotWindow.cpp:60
Definition: PlotWindow.h:88
int getNumItems()
Definition: HistogramPlotWindow.h:25
This is the (qwt) plot item for a histogram.
Definition: HistogramItem.h:24
Definition: BoxcarCachingAlgorithm.h:29
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
QDockWidget * getDockWidget()
Definition: HistogramPlotWindow.h:33
Definition: HistogramPlotWindow.h:16
virtual void add(CubePlotCurve *pc)
This method adds the curves to the plot.
Definition: PlotWindow.cpp:436
HistogramItem * getHistItem(int index)
Definition: HistogramPlotWindow.h:29