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.
 
HistogramPlotWindow(QString title, QWidget *parent)
Constructor, creates a new HistogramPlotWindow.
 
void add(HistogramItem *)
Add a HistogramItem to the plot.
 
virtual void add(CubePlotCurve *pc)
This method adds the curves to the plot.
 
This is free and unencumbered software released into the public domain.