Subclass of PlotMSTab that handles picking MS filename, selection, and averaging parameters. More...
#include <PlotMSDataTab.qo.h>
Signals | |
void | changed () |
This signal should be emitted whenever the value of the widget changes because of user interaction. | |
Public Member Functions | |
PlotMSDataTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
virtual | ~PlotMSDataTab () |
Destructor. | |
void | getValue (PlotMSPlotParameters ¶ms) const |
Implements PlotMSPlotSubtab::getValue(). | |
void | setValue (const PlotMSPlotParameters ¶ms) |
Implements PlotMSPlotSubtab::setValue(). | |
void | update (const PlotMSPlot &plot) |
Implements PlotMSPlotSubtab::update(). | |
QString | tabName () const |
Returns a string to use as the tab name for this widget. | |
String | getFileName () const |
Returns the name of the file that will be plotted. | |
String | getSelection () const |
Returns any selection criteria for the data. | |
String | getAveraging () const |
Returns the type of averaging for the data. | |
Private Attributes | |
PlotMSSelectionWidget * | itsSelectionWidget_ |
Widget for MS selection. | |
PlotMSAveragingWidget * | itsAveragingWidget_ |
Widget for MS averaging. | |
QtFileWidget * | itsFileWidget_ |
Ui::PlotMSDataTabClass | ui |
Subclass of PlotMSTab that handles picking MS filename, selection, and averaging parameters.
Definition at line 43 of file PlotMSDataTab.qo.h.
casa::PlotMSDataTab::PlotMSDataTab | ( | PlotMSPlotTab * | plotTab, | |
PlotMSPlotter * | parent | |||
) |
Constructor which takes the parent tab and plotter.
virtual casa::PlotMSDataTab::~PlotMSDataTab | ( | ) | [virtual] |
Destructor.
void casa::PlotMSDataTab::changed | ( | ) | [signal] |
This signal should be emitted whenever the value of the widget changes because of user interaction.
Reimplemented from casa::PlotMSPlotSubtab.
String casa::PlotMSDataTab::getAveraging | ( | ) | const |
Returns the type of averaging for the data.
String casa::PlotMSDataTab::getFileName | ( | ) | const |
Returns the name of the file that will be plotted.
String casa::PlotMSDataTab::getSelection | ( | ) | const |
Returns any selection criteria for the data.
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.
QString casa::PlotMSDataTab::tabName | ( | ) | const [inline, virtual] |
Returns a string to use as the tab name for this widget.
Implements casa::PlotMSTab.
Definition at line 62 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 82 of file PlotMSDataTab.qo.h.
QtFileWidget* casa::PlotMSDataTab::itsFileWidget_ [private] |
Definition at line 84 of file PlotMSDataTab.qo.h.
Widget for MS selection.
Definition at line 79 of file PlotMSDataTab.qo.h.
Ui::PlotMSDataTabClass casa::PlotMSDataTab::ui [private] |
Definition at line 86 of file PlotMSDataTab.qo.h.