casa
$Rev:20696$
|
GUI widget for editing a PlotMSAveraging object. More...
#include <PlotMSAveragingWidget.qo.h>
Public Member Functions | |
PlotMSAveragingWidget (QWidget *parent=NULL) | |
Constructor. | |
~PlotMSAveragingWidget () | |
Destructor. | |
PlotMSAveraging | getValue () const |
Gets/Sets the currently displayed value. | |
void | setValue (const PlotMSAveraging &averaging) |
Private Slots | |
void | averagingChanged () |
Private Attributes | |
PlotMSAveraging | itsValue_ |
bool | itsFlag_ |
Changed flag. | |
QMap< PlotMSAveraging::Field, QCheckBox * > | itsFlags_ |
Value widgets. | |
QMap< PlotMSAveraging::Field, QLineEdit * > | itsValues_ |
GUI widget for editing a PlotMSAveraging object.
Definition at line 40 of file PlotMSAveragingWidget.qo.h.
casa::PlotMSAveragingWidget::PlotMSAveragingWidget | ( | QWidget * | parent = NULL | ) |
Constructor.
Destructor.
void casa::PlotMSAveragingWidget::averagingChanged | ( | ) | [private, slot] |
Slot for when a GUI widget value changes.
Gets/Sets the currently displayed value.
void casa::PlotMSAveragingWidget::setValue | ( | const PlotMSAveraging & | averaging | ) |
bool casa::PlotMSAveragingWidget::itsFlag_ [private] |
Changed flag.
Definition at line 62 of file PlotMSAveragingWidget.qo.h.
QMap<PlotMSAveraging::Field, QCheckBox*> casa::PlotMSAveragingWidget::itsFlags_ [private] |
Value widgets.
Definition at line 66 of file PlotMSAveragingWidget.qo.h.
QMap<PlotMSAveraging::Field, QLineEdit*> casa::PlotMSAveragingWidget::itsValues_ [private] |
Definition at line 67 of file PlotMSAveragingWidget.qo.h.