casa
$Rev:20696$
|
Subclass of PlotMSTab that handles flagging. More...
#include <PlotMSFlaggingTab.qo.h>
Public Member Functions | |
PlotMSFlaggingTab (PlotMSPlotter *parent) | |
Constructor which takes the parent plotter. | |
~PlotMSFlaggingTab () | |
Destructor. | |
QString | tabName () const |
Implements PlotMSTab::tabName(). | |
void | parametersHaveChanged (const PlotMSWatchedParameters ¶ms, int updateFlag) |
Implements PlotMSParametersWatcher::parametersHaveChanged(). | |
PlotMSFlagging | getValue (PlotMSPlot *plot=NULL) const |
See PlotMSFlaggingWidget::getValue(). | |
void | setValue (const PlotMSFlagging &value) |
See PlotMSFlaggingWidget::setValue(). |
Subclass of PlotMSTab that handles flagging.
WARNING: currently can only a single PlotMSPlot.
Definition at line 44 of file PlotMSFlaggingTab.qo.h.
Constructor which takes the parent plotter.
Destructor.
PlotMSFlagging casa::PlotMSFlaggingTab::getValue | ( | PlotMSPlot * | plot = NULL | ) | const |
void casa::PlotMSFlaggingTab::parametersHaveChanged | ( | const PlotMSWatchedParameters & | params, |
int | updateFlag | ||
) | [inline, virtual] |
Implements PlotMSParametersWatcher::parametersHaveChanged().
Currently does nothing.
Implements casa::PlotMSParametersWatcher.
Definition at line 60 of file PlotMSFlaggingTab.qo.h.
void casa::PlotMSFlaggingTab::setValue | ( | const PlotMSFlagging & | value | ) |
QString casa::PlotMSFlaggingTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 56 of file PlotMSFlaggingTab.qo.h.