|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef HistogramPlotWindow_h
2 #define HistogramPlotWindow_h
26 return p_histItems.size();
30 return p_histItems[index];
HistogramItem * getHistItem(int index)
Definition: HistogramPlotWindow.h:29
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: BoxcarCachingAlgorithm.h:13
Definition: HistogramPlotWindow.h:16
Definition: PlotCurve.h:44
virtual void add(CubePlotCurve *pc)
This method adds the curves to the plot.
Definition: PlotWindow.cpp:436
This is the (qwt) plot item for a histogram.
Definition: HistogramItem.h:24
HistogramPlotWindow(QString title, QWidget *parent)
Constructor, creates a new HistogramPlotWindow.
Definition: HistogramPlotWindow.cpp:17
void setPlotBackground(QColor c)
Sets the plot background color to the given color.
Definition: PlotWindow.cpp:289
QDockWidget * getDockWidget()
Definition: HistogramPlotWindow.h:33
QwtPlot * plot()
Get the plot encapsulated by this PlotWindow.
Definition: PlotWindow.cpp:1653
Definition: PlotWindow.h:88
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
int getNumItems()
Definition: HistogramPlotWindow.h:25