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 () |
| Slot for when a GUI widget value changes. | |
Private Attributes | |
| PlotMSAveraging | itsValue_ |
| Last set value. | |
| 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 38 of file PlotMSAveragingWidget.qo.h.
| casa::PlotMSAveragingWidget::PlotMSAveragingWidget | ( | QWidget * | parent = NULL |
) |
Constructor.
| casa::PlotMSAveragingWidget::~PlotMSAveragingWidget | ( | ) |
Destructor.
| void casa::PlotMSAveragingWidget::averagingChanged | ( | ) | [private, slot] |
Slot for when a GUI widget value changes.
| PlotMSAveraging casa::PlotMSAveragingWidget::getValue | ( | ) | const |
Gets/Sets the currently displayed value.
| void casa::PlotMSAveragingWidget::setValue | ( | const PlotMSAveraging & | averaging | ) |
bool casa::PlotMSAveragingWidget::itsFlag_ [private] |
Changed flag.
Definition at line 60 of file PlotMSAveragingWidget.qo.h.
QMap<PlotMSAveraging::Field, QCheckBox*> casa::PlotMSAveragingWidget::itsFlags_ [private] |
Value widgets.
Definition at line 64 of file PlotMSAveragingWidget.qo.h.
Last set value.
Definition at line 57 of file PlotMSAveragingWidget.qo.h.
QMap<PlotMSAveraging::Field, QLineEdit*> casa::PlotMSAveragingWidget::itsValues_ [private] |
Definition at line 65 of file PlotMSAveragingWidget.qo.h.
1.6.1