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

Displays a histogram that allows the user to set a include/exclude pixel range for the fit. More...

#include <PixelRangeDialog.qo.h>

List of all members.

Public Member Functions

 PixelRangeDialog (QWidget *parent=0)
void setImage (ImageInterface< Float > *img)
void setInterval (double minValue, double maxValue)
pair< double, double > getInterval () const
 void setRangeMaxEnabled( bool enabled );
vector< float > getXValues () const
 ~PixelRangeDialog ()

Protected Member Functions

void keyPressEvent (QKeyEvent *event)

Private Member Functions

 PixelRangeDialog (const PixelRangeDialog &other)
PixelRangeDialog operator= (const PixelRangeDialog &other)

Private Attributes

Ui::PixelRangeDialogClass ui
BinPlotWidget * plotWidget

Detailed Description

Displays a histogram that allows the user to set a include/exclude pixel range for the fit.

Definition at line 43 of file PixelRangeDialog.qo.h.


Constructor & Destructor Documentation

casa::PixelRangeDialog::PixelRangeDialog ( QWidget *  parent = 0)

Member Function Documentation

pair<double,double> casa::PixelRangeDialog::getInterval ( ) const

void setRangeMaxEnabled( bool enabled );

vector<float> casa::PixelRangeDialog::getXValues ( ) const
void casa::PixelRangeDialog::keyPressEvent ( QKeyEvent *  event) [protected]
PixelRangeDialog casa::PixelRangeDialog::operator= ( const PixelRangeDialog other) [private]
void casa::PixelRangeDialog::setInterval ( double  minValue,
double  maxValue 
)

Member Data Documentation

BinPlotWidget* casa::PixelRangeDialog::plotWidget [private]

Definition at line 62 of file PixelRangeDialog.qo.h.

Ui::PixelRangeDialogClass casa::PixelRangeDialog::ui [private]

Definition at line 61 of file PixelRangeDialog.qo.h.


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