casa
$Rev:20696$
|
#include <PlotMSCacheTab.qo.h>
Public Member Functions | |
PlotMSCacheTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSCacheTab () | |
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(). | |
vector< PMS::Axis > | selectedLoadOrReleaseAxes (bool load) const |
See PlotMSPlotTab::selectedLoadOrReleaseAxes(). |
Definition at line 38 of file PlotMSCacheTab.qo.h.
casa::PlotMSCacheTab::PlotMSCacheTab | ( | PlotMSPlotTab * | plotTab, |
PlotMSPlotter * | parent | ||
) |
Constructor which takes the parent tab and plotter.
Destructor.
void casa::PlotMSCacheTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [inline, virtual] |
Implements PlotMSPlotSubtab::getValue().
Does nothing.
Implements casa::PlotMSPlotSubtab.
Definition at line 53 of file PlotMSCacheTab.qo.h.
vector<PMS::Axis> casa::PlotMSCacheTab::selectedLoadOrReleaseAxes | ( | bool | load | ) | const |
void casa::PlotMSCacheTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [inline, virtual] |
Implements PlotMSPlotSubtab::setValue().
Does nothing.
Implements casa::PlotMSPlotSubtab.
Definition at line 56 of file PlotMSCacheTab.qo.h.
QString casa::PlotMSCacheTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 50 of file PlotMSCacheTab.qo.h.
void casa::PlotMSCacheTab::update | ( | const PlotMSPlot & | plot | ) | [virtual] |
Implements PlotMSPlotSubtab::update().
Implements casa::PlotMSPlotSubtab.