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::PlotMSCalibrationWidget Class Reference

Widget for editing a PlotMSCalibration object. More...

#include <PlotMSCalibrationWidget.qo.h>

Inheritance diagram for casa::PlotMSCalibrationWidget:
casa::QtEditingWidget

Public Member Functions

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

PlotMSCalibration itsValue_
 
bool itsFlag_
 

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 PlotMSCalibration object.

Definition at line 37 of file PlotMSCalibrationWidget.qo.h.

Constructor & Destructor Documentation

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

Constructor that takes an optional parent.

casa::PlotMSCalibrationWidget::~PlotMSCalibrationWidget ( )

Destructor.

Member Function Documentation

PlotMSCalibration casa::PlotMSCalibrationWidget::getValue ( ) const

Gets/Sets the currently displayed value.

void casa::PlotMSCalibrationWidget::setValue ( const PlotMSCalibration calibration)

Member Data Documentation

bool casa::PlotMSCalibrationWidget::itsFlag_
private

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

PlotMSCalibration casa::PlotMSCalibrationWidget::itsValue_
private

Definition at line 56 of file PlotMSCalibrationWidget.qo.h.


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