casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Signals | Public Member Functions
casa::QtEditingWidget Class Reference

A simple parent for editing widgets. More...

#include <QtEditingWidget.qo.h>

Inheritance diagram for casa::QtEditingWidget:
casa::PlotMSAveragingWidget casa::PlotMSAxisWidget casa::PlotMSFlaggingWidget casa::PlotMSLoggerWidget casa::PlotMSSelectionWidget casa::PlotMSTransformationsWidget casa::PlotRangeWidget casa::QtFileWidget casa::QtLabelWidget casa::QtPlotWidget

List of all members.

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.

Detailed Description

A simple parent for editing widgets.

Definition at line 40 of file QtEditingWidget.qo.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.


The documentation for this class was generated from the following file: