Widget for editing a PlotMSSelection object. More...
#include <PlotMSSelectionWidget.qo.h>
Public Member Functions | |
PlotMSSelectionWidget (QWidget *parent=NULL) | |
Constructor that takes an optional parent. | |
~PlotMSSelectionWidget () | |
Destructor. | |
PlotMSSelection | getValue () const |
Gets/Sets the currently displayed value. | |
void | setValue (const PlotMSSelection &selection) |
Private Slots | |
void | selectionChanged () |
Slot for when a GUI widget value changes. | |
Private Attributes | |
PlotMSSelection | itsValue_ |
Last set value. | |
bool | itsFlag_ |
Changed flag. | |
QMap< PlotMSSelection::Field, QLineEdit * > | itsValues_ |
Value widgets. |
Widget for editing a PlotMSSelection object.
Definition at line 36 of file PlotMSSelectionWidget.qo.h.
casa::PlotMSSelectionWidget::PlotMSSelectionWidget | ( | QWidget * | parent = NULL |
) |
Constructor that takes an optional parent.
casa::PlotMSSelectionWidget::~PlotMSSelectionWidget | ( | ) |
Destructor.
PlotMSSelection casa::PlotMSSelectionWidget::getValue | ( | ) | const |
Gets/Sets the currently displayed value.
void casa::PlotMSSelectionWidget::selectionChanged | ( | ) | [private, slot] |
Slot for when a GUI widget value changes.
void casa::PlotMSSelectionWidget::setValue | ( | const PlotMSSelection & | selection | ) |
bool casa::PlotMSSelectionWidget::itsFlag_ [private] |
Changed flag.
Definition at line 58 of file PlotMSSelectionWidget.qo.h.
Last set value.
Definition at line 55 of file PlotMSSelectionWidget.qo.h.
QMap<PlotMSSelection::Field, QLineEdit*> casa::PlotMSSelectionWidget::itsValues_ [private] |
Value widgets.
Definition at line 61 of file PlotMSSelectionWidget.qo.h.