casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
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>

Inheritance diagram for casa::ThresholdingBinPlotDialog:

Signals

void accepted ()
 

Public Member Functions

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

Private Slots

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

Private Attributes

Ui::ThresholdingBinPlotDialogClass ui
 
BinPlotWidgetplotWidget
 

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 48 of file ThresholdingBinPlotDialog.qo.h.

Constructor & Destructor Documentation

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

Member Function Documentation

void casa::ThresholdingBinPlotDialog::accept ( )
privateslot
void casa::ThresholdingBinPlotDialog::accepted ( )
signal
std::pair<double,double> casa::ThresholdingBinPlotDialog::getInterval ( ) const
void casa::ThresholdingBinPlotDialog::postStatusMessage ( const QString &  warning)
privateslot
void casa::ThresholdingBinPlotDialog::setImage ( const std::shared_ptr< const casacore::ImageInterface< float > >  img)
void casa::ThresholdingBinPlotDialog::setInterval ( double  minValue,
double  maxValue 
)

Member Data Documentation

BinPlotWidget* casa::ThresholdingBinPlotDialog::plotWidget
private

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

Ui::ThresholdingBinPlotDialogClass casa::ThresholdingBinPlotDialog::ui
private

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


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