casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Signals | Public Member Functions | Private Slots | Private Attributes
casa::ThresholdingBinPlotDialog Class Reference

This dialog displays a histogram that allows the user to set a minimum/maximum moment collapse threshold graphically. More...

#include <ThresholdingBinPlotDialog.qo.h>

List of all members.

Signals

void accepted ()

Public Member Functions

 ThresholdingBinPlotDialog (QString yAxisUnits, QWidget *parent=0)
void setImage (ImageInterface< Float > *img)
void setInterval (double minValue, double maxValue)
pair< double, double > getInterval () const
 ~ThresholdingBinPlotDialog ()

Private Slots

void accept ()
void postStatusMessage (const QString &warning)

Private Attributes

Ui::ThresholdingBinPlotDialogClass ui
BinPlotWidget * plotWidget

Detailed Description

This dialog displays a histogram that allows the user to set a minimum/maximum moment collapse threshold graphically.

Intensity is displayed on the x-axis. The y-axis is a count of the number of pixels at each intensity.

Definition at line 45 of file ThresholdingBinPlotDialog.qo.h.


Constructor & Destructor Documentation

casa::ThresholdingBinPlotDialog::ThresholdingBinPlotDialog ( QString  yAxisUnits,
QWidget *  parent = 0 
)

Member Function Documentation

void casa::ThresholdingBinPlotDialog::accept ( ) [private, slot]
pair<double,double> casa::ThresholdingBinPlotDialog::getInterval ( ) const
void casa::ThresholdingBinPlotDialog::postStatusMessage ( const QString &  warning) [private, slot]
void casa::ThresholdingBinPlotDialog::setInterval ( double  minValue,
double  maxValue 
)

Member Data Documentation

Definition at line 64 of file ThresholdingBinPlotDialog.qo.h.

Ui::ThresholdingBinPlotDialogClass casa::ThresholdingBinPlotDialog::ui [private]

Definition at line 63 of file ThresholdingBinPlotDialog.qo.h.


The documentation for this class was generated from the following file: