1#ifndef HistogramPlotWindow_h
2#define HistogramPlotWindow_h
28 return p_histItems.size();
32 return p_histItems[index];
This is the (qwt) plot item for a histogram.
Definition HistogramItem.h:24
QDockWidget * getDockWidget()
Definition HistogramPlotWindow.h:35
HistogramPlotWindow(QString title, QWidget *parent)
Constructor, creates a new HistogramPlotWindow.
Definition HistogramPlotWindow.cpp:17
HistogramItem * getHistItem(int index)
Definition HistogramPlotWindow.h:31
int getNumItems()
Definition HistogramPlotWindow.h:27
void add(HistogramItem *)
Add a HistogramItem to the plot.
Definition HistogramPlotWindow.cpp:60
virtual void add(CubePlotCurve *pc)
This method adds the curves to the plot.
Definition PlotWindow.cpp:436
PlotWindow(QString title, PlotCurve::Units xAxisUnits, PlotCurve::Units yAxisUnits, QWidget *parent, MenuOptions optionsToProvide=AllMenuOptions)
This constructs a plot window.
Definition PlotWindow.cpp:66
This is free and unencumbered software released into the public domain.
Definition BoxcarCachingAlgorithm.h:13
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16