casa
$Rev:20696$
|
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_ |
bool | itsFlag_ |
Changed flag. | |
QMap< PlotMSSelection::Field, QLineEdit * > | itsValues_ |
Value widgets. |
Widget for editing a PlotMSSelection object.
Definition at line 38 of file PlotMSSelectionWidget.qo.h.
casa::PlotMSSelectionWidget::PlotMSSelectionWidget | ( | QWidget * | parent = NULL | ) |
Constructor that takes an optional parent.
Destructor.
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 60 of file PlotMSSelectionWidget.qo.h.
QMap<PlotMSSelection::Field, QLineEdit*> casa::PlotMSSelectionWidget::itsValues_ [private] |
Value widgets.
Definition at line 63 of file PlotMSSelectionWidget.qo.h.