casa
$Rev:20696$
|
Subclass of PlotMSTab that handles picking MS filename, selection, and averaging parameters. More...
#include <PlotMSDataTab.qo.h>
Public Member Functions | |
PlotMSDataTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSDataTab () | |
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(). | |
bool | summaryVerbose () const |
Returns whether the summary "verbose" button is checked or not. | |
PMS::SummaryType | summaryType () const |
Returns which summary type is currently selected. | |
Private Attributes | |
QtFileWidget * | itsFileWidget_ |
Widget for MS filename. | |
PlotMSSelectionWidget * | itsSelectionWidget_ |
Widget for MS selection. | |
PlotMSAveragingWidget * | itsAveragingWidget_ |
Widget for MS averaging. |
Subclass of PlotMSTab that handles picking MS filename, selection, and averaging parameters.
Definition at line 46 of file PlotMSDataTab.qo.h.
casa::PlotMSDataTab::PlotMSDataTab | ( | PlotMSPlotTab * | plotTab, |
PlotMSPlotter * | parent | ||
) |
Constructor which takes the parent tab and plotter.
Destructor.
void casa::PlotMSDataTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [virtual] |
Implements PlotMSPlotSubtab::getValue().
Implements casa::PlotMSPlotSubtab.
void casa::PlotMSDataTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [virtual] |
Implements PlotMSPlotSubtab::setValue().
Implements casa::PlotMSPlotSubtab.
PMS::SummaryType casa::PlotMSDataTab::summaryType | ( | ) | const |
Returns which summary type is currently selected.
bool casa::PlotMSDataTab::summaryVerbose | ( | ) | const |
Returns whether the summary "verbose" button is checked or not.
QString casa::PlotMSDataTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 58 of file PlotMSDataTab.qo.h.
void casa::PlotMSDataTab::update | ( | const PlotMSPlot & | plot | ) | [virtual] |
Implements PlotMSPlotSubtab::update().
Implements casa::PlotMSPlotSubtab.
Widget for MS averaging.
Definition at line 84 of file PlotMSDataTab.qo.h.
QtFileWidget* casa::PlotMSDataTab::itsFileWidget_ [private] |
Widget for MS filename.
Definition at line 78 of file PlotMSDataTab.qo.h.
Widget for MS selection.
Definition at line 81 of file PlotMSDataTab.qo.h.