casa
$Rev:20696$
|
A simple parent for editing widgets. More...
#include <QtEditingWidget.qo.h>
Signals | |
void | changed () |
This signal should be emitted whenever the user changes any value settings in the GUI. | |
void | differentFromSet () |
This signal should be emitted when the user changes any value settings in the GUI AND the new value is different from the last set value. | |
Public Member Functions | |
QtEditingWidget (QWidget *parent=NULL) | |
Constructor which takes an optional parent widget. | |
virtual | ~QtEditingWidget () |
Destructor. | |
virtual void | addRadioButtonsToGroup (QButtonGroup *group) const |
Adds any radio buttons in the widget to the given button group. |
A simple parent for editing widgets.
Definition at line 40 of file QtEditingWidget.qo.h.
casa::QtEditingWidget::QtEditingWidget | ( | QWidget * | parent = NULL | ) | [inline] |
Constructor which takes an optional parent widget.
Definition at line 45 of file QtEditingWidget.qo.h.
virtual casa::QtEditingWidget::~QtEditingWidget | ( | ) | [inline, virtual] |
Destructor.
Definition at line 48 of file QtEditingWidget.qo.h.
virtual void casa::QtEditingWidget::addRadioButtonsToGroup | ( | QButtonGroup * | group | ) | const [inline, virtual] |
Adds any radio buttons in the widget to the given button group.
This method should be overridden by children that have radio buttons.
Reimplemented in casa::PlotSymbolWidget, and casa::QtLabelWidget.
Definition at line 52 of file QtEditingWidget.qo.h.
void casa::QtEditingWidget::changed | ( | ) | [signal] |
This signal should be emitted whenever the user changes any value settings in the GUI.
Reimplemented in casa::PlotMSAxisWidget.
void casa::QtEditingWidget::differentFromSet | ( | ) | [signal] |
This signal should be emitted when the user changes any value settings in the GUI AND the new value is different from the last set value.