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::PlotMSCalibrationWidget 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 38 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 43 of file QtEditingWidget.qo.h.

virtual casa::QtEditingWidget::~QtEditingWidget (  )  [inline, virtual]

Destructor.

Definition at line 46 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::QtLabelWidget, and casa::PlotSymbolWidget.

Definition at line 50 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.

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1