![]()  | 
  
    Isis Developer Reference
    
   | 
 
Plot Histograms. More...
#include <QHistogram.h>


Public Slots | |
| void | trackerEnabled () | 
| Enables mouse tracking on the plot.  More... | |
| void | cdfCurveVisible () | 
| Hide/show the cdf curve.  More... | |
| void | printPlot () | 
| Provide printing capabilities.  More... | |
| void | savePlot () | 
| Allows user to save the plot to an image file.  More... | |
| void | switchBackground () | 
| Switches the plot background color between black and white.  More... | |
| void | showHelp () | 
| Provides help text in a dialog box.  More... | |
Public Member Functions | |
| QHistogram (QWidget *parent=NULL) | |
| Constructs a QHistogram object with default titles.  More... | |
| ~QHistogram () | |
| Destroys the QHistogram object.  More... | |
| void | Load (Histogram &hist) | 
| Plots the given Isis Histogram in the plot window.  More... | |
Plot Histograms.
This class is used to plot histograms. It is a utility class for the hist application.
| Isis::QHistogram::QHistogram | ( | QWidget * | parent = NULL | ) | 
Constructs a QHistogram object with default titles.
| parent | 
      
  | 
  inline | 
Destroys the QHistogram object.
      
  | 
  slot | 
Hide/show the cdf curve.
| void Isis::QHistogram::Load | ( | Histogram & | hist | ) | 
Plots the given Isis Histogram in the plot window.
References Isis::Histogram::BinCount(), Isis::Histogram::BinMiddle(), Isis::Histogram::Bins(), and Isis::Statistics::ValidPixels().
      
  | 
  slot | 
Provide printing capabilities.
      
  | 
  slot | 
Allows user to save the plot to an image file.
      
  | 
  slot | 
Provides help text in a dialog box.
      
  | 
  slot | 
Switches the plot background color between black and white.
      
  | 
  slot | 
Enables mouse tracking on the plot.