casa
$Rev:20696$
|
Subclass of PlotMSTab that handles picking MS filename, selection, and averaging parameters. More...
#include <PlotMSTransformationsTab.qo.h>
Public Member Functions | |
PlotMSTransformationsTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSTransformationsTab () | |
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 Attributes | |
PlotMSTransformationsWidget * | itsTransformationsWidget_ |
Widget for MS selection. |
Subclass of PlotMSTab that handles picking MS filename, selection, and averaging parameters.
Definition at line 44 of file PlotMSTransformationsTab.qo.h.
casa::PlotMSTransformationsTab::PlotMSTransformationsTab | ( | PlotMSPlotTab * | plotTab, |
PlotMSPlotter * | parent | ||
) |
Constructor which takes the parent tab and plotter.
Destructor.
void casa::PlotMSTransformationsTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [virtual] |
Implements PlotMSPlotSubtab::getValue().
Implements casa::PlotMSPlotSubtab.
void casa::PlotMSTransformationsTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [virtual] |
Implements PlotMSPlotSubtab::setValue().
Implements casa::PlotMSPlotSubtab.
QString casa::PlotMSTransformationsTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 55 of file PlotMSTransformationsTab.qo.h.
void casa::PlotMSTransformationsTab::update | ( | const PlotMSPlot & | plot | ) | [virtual] |
Implements PlotMSPlotSubtab::update().
Implements casa::PlotMSPlotSubtab.
Widget for MS selection.
Definition at line 69 of file PlotMSTransformationsTab.qo.h.