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

Widget for editing a PlotMSTransformations object. More...

#include <PlotMSTransformationsWidget.qo.h>

Inheritance diagram for casa::PlotMSTransformationsWidget:
casa::QtEditingWidget

Public Member Functions

 PlotMSTransformationsWidget (QWidget *parent=NULL)
 Constructor that takes an optional parent. More...
 
 ~PlotMSTransformationsWidget ()
 Destructor. More...
 
PlotMSTransformations getValue () const
 Gets/Sets the currently displayed value. More...
 
void setValue (const PlotMSTransformations &selection)
 
- 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 Attributes

PlotMSTransformations itsValue_
 Last set value. More...
 
bool itsFlag_
 Changed flag. More...
 

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

Widget for editing a PlotMSTransformations object.

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

Constructor & Destructor Documentation

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

Constructor that takes an optional parent.

casa::PlotMSTransformationsWidget::~PlotMSTransformationsWidget ( )

Destructor.

Member Function Documentation

PlotMSTransformations casa::PlotMSTransformationsWidget::getValue ( ) const

Gets/Sets the currently displayed value.

void casa::PlotMSTransformationsWidget::setValue ( const PlotMSTransformations selection)

Member Data Documentation

bool casa::PlotMSTransformationsWidget::itsFlag_
private

Changed flag.

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

PlotMSTransformations casa::PlotMSTransformationsWidget::itsValue_
private

Last set value.

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


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