casa
$Rev:20696$
|
Displays a histogram that allows the user to set a include/exclude pixel range for the fit. More...
#include <PixelRangeDialog.qo.h>
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 |
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.
casa::PixelRangeDialog::PixelRangeDialog | ( | QWidget * | parent = 0 | ) |
casa::PixelRangeDialog::PixelRangeDialog | ( | const PixelRangeDialog & | other | ) | [private] |
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::setImage | ( | ImageInterface< Float > * | img | ) |
void casa::PixelRangeDialog::setInterval | ( | double | minValue, |
double | maxValue | ||
) |
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.