16#include <qwt_plot_zoomer.h>
17#include <qwt_plot_curve.h>
Container of a cube histogram.
QwtPlotCurve * p_cdfCurve
CDF plot curve.
QwtPlotCurve * p_histCurve
Historgram plot curve.
void savePlot()
Allows user to save the plot to an image file.
QHistogram(QWidget *parent=NULL)
Constructs a QHistogram object with default titles.
QwtPlotZoomer * p_zoomer
Plot Zoomer.
void showHelp()
Provides help text in a dialog box.
void cdfCurveVisible()
Hide/show the cdf curve.
void printPlot()
Provide printing capabilities.
void switchBackground()
Switches the plot background color between black and white.
void trackerEnabled()
Enables mouse tracking on the plot.
~QHistogram()
Destroys the QHistogram object.
void Load(Histogram &hist)
Plots the given Isis Histogram in the plot window.
This is free and unencumbered software released into the public domain.