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