1#ifndef HistogramPlotWindow_h 
    2#define HistogramPlotWindow_h 
   28        return p_histItems.size();
 
 
   32        return p_histItems[index];
 
 
   44      QList<HistogramItem *> p_histItems;
 
 
This is the (qwt) plot item for a histogram.
Definition HistogramItem.h:24
 
Definition HistogramPlotWindow.h:18
 
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
 
Definition PlotWindow.h:88
 
virtual void add(CubePlotCurve *pc)
This method adds the curves to the plot.
Definition PlotWindow.cpp:436
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16