casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Slots | Private Attributes | List of all members
casa::PlotMSAveragingWidget Class Reference

GUI widget for editing a PlotMSAveraging object. More...

#include <PlotMSAveragingWidget.qo.h>

Inheritance diagram for casa::PlotMSAveragingWidget:
casa::QtEditingWidget

Public Member Functions

 PlotMSAveragingWidget (QWidget *parent=NULL)
 Constructor. More...
 
 ~PlotMSAveragingWidget ()
 Destructor. More...
 
PlotMSAveraging getValue () const
 Gets/Sets the currently displayed value. More...
 
void setValue (const PlotMSAveraging &averaging)
 
- Public Member Functions inherited from casa::QtEditingWidget
 QtEditingWidget (QWidget *parent=NULL)
 Constructor which takes an optional parent widget. More...
 
virtual ~QtEditingWidget ()
 Destructor. More...
 
virtual void addRadioButtonsToGroup (QButtonGroup *group) const
 Adds any radio buttons in the widget to the given button group. More...
 

Private Slots

void averagingChanged ()
 Slot for when a GUI widget value changes. More...
 

Private Attributes

PlotMSAveraging itsValue_
 Last set value. More...
 
bool itsFlag_
 Changed flag. More...
 
QMap< PlotMSAveraging::Field,
QCheckBox * > 
itsFlags_
 Value widgets. More...
 
QMap< PlotMSAveraging::Field,
QLineEdit * > 
itsValues_
 

Additional Inherited Members

- Signals inherited from casa::QtEditingWidget
void changed ()
 This signal should be emitted whenever the user changes any value settings in the GUI. More...
 
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. More...
 
void editDone ()
 to change widget focus when editing done More...
 

Detailed Description

GUI widget for editing a PlotMSAveraging object.

Definition at line 38 of file PlotMSAveragingWidget.qo.h.

Constructor & Destructor Documentation

casa::PlotMSAveragingWidget::PlotMSAveragingWidget ( QWidget *  parent = NULL)

Constructor.

casa::PlotMSAveragingWidget::~PlotMSAveragingWidget ( )

Destructor.

Member Function Documentation

void casa::PlotMSAveragingWidget::averagingChanged ( )
privateslot

Slot for when a GUI widget value changes.

PlotMSAveraging casa::PlotMSAveragingWidget::getValue ( ) const

Gets/Sets the currently displayed value.

void casa::PlotMSAveragingWidget::setValue ( const PlotMSAveraging averaging)

Member Data Documentation

bool casa::PlotMSAveragingWidget::itsFlag_
private

Changed flag.

Definition at line 60 of file PlotMSAveragingWidget.qo.h.

QMap<PlotMSAveraging::Field, QCheckBox*> casa::PlotMSAveragingWidget::itsFlags_
private

Value widgets.

Definition at line 64 of file PlotMSAveragingWidget.qo.h.

PlotMSAveraging casa::PlotMSAveragingWidget::itsValue_
private

Last set value.

Definition at line 57 of file PlotMSAveragingWidget.qo.h.

QMap<PlotMSAveraging::Field, QLineEdit*> casa::PlotMSAveragingWidget::itsValues_
private

Definition at line 65 of file PlotMSAveragingWidget.qo.h.


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