Subclass of PlotMSTab that handles using a calibration library (initially settable only from casapy session). More...
#include <PlotMSCalibrationTab.qo.h>
Public Member Functions | |
PlotMSCalibrationTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSCalibrationTab () | |
Destructor. | |
QString | tabName () const |
Implements PlotMSTab::tabName(). | |
void | getValue (PlotMSPlotParameters ¶ms) const |
Implements PlotMSPlotSubtab::getValue(). | |
void | setValue (const PlotMSPlotParameters ¶ms) |
Implements PlotMSPlotSubtab::setValue(). | |
void | update (const PlotMSPlot &plot) |
Implements PlotMSPlotSubtab::update(). | |
Private Member Functions | |
String | getCallibFile () const |
Private Attributes | |
QtFileWidget * | itsFileWidget_ |
Widget for callib file selection. | |
PlotMSCalibrationWidget * | itsCalibrationWidget_ |
Widget to enable/disable callib. | |
Ui::PlotMSCalibTabClass | ui |
Subclass of PlotMSTab that handles using a calibration library (initially settable only from casapy session).
Definition at line 41 of file PlotMSCalibrationTab.qo.h.
casa::PlotMSCalibrationTab::PlotMSCalibrationTab | ( | PlotMSPlotTab * | plotTab, | |
PlotMSPlotter * | parent | |||
) |
Constructor which takes the parent tab and plotter.
casa::PlotMSCalibrationTab::~PlotMSCalibrationTab | ( | ) |
Destructor.
String casa::PlotMSCalibrationTab::getCallibFile | ( | ) | const [private] |
void casa::PlotMSCalibrationTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [virtual] |
Implements PlotMSPlotSubtab::getValue().
Implements casa::PlotMSPlotSubtab.
void casa::PlotMSCalibrationTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [virtual] |
Implements PlotMSPlotSubtab::setValue().
Implements casa::PlotMSPlotSubtab.
QString casa::PlotMSCalibrationTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 52 of file PlotMSCalibrationTab.qo.h.
void casa::PlotMSCalibrationTab::update | ( | const PlotMSPlot & | plot | ) | [virtual] |
Implements PlotMSPlotSubtab::update().
Implements casa::PlotMSPlotSubtab.
Widget to enable/disable callib.
Definition at line 68 of file PlotMSCalibrationTab.qo.h.
Widget for callib file selection.
Definition at line 66 of file PlotMSCalibrationTab.qo.h.
Ui::PlotMSCalibTabClass casa::PlotMSCalibrationTab::ui [private] |
Definition at line 70 of file PlotMSCalibrationTab.qo.h.