casa
$Rev:20696$
|
Subclass of PlotMSPlotSubtab that manages plot axes parameters. More...
#include <PlotMSAxesTab.qo.h>
Public Member Functions | |
PlotMSAxesTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSAxesTab () | |
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 | |
PlotMSAxisWidget * | itsXWidget_ |
Widgets for the x axis and y axis, respectively. | |
PlotMSAxisWidget * | itsYWidget_ |
Subclass of PlotMSPlotSubtab that manages plot axes parameters.
Definition at line 43 of file PlotMSAxesTab.qo.h.
casa::PlotMSAxesTab::PlotMSAxesTab | ( | PlotMSPlotTab * | plotTab, |
PlotMSPlotter * | parent | ||
) |
Constructor which takes the parent tab and plotter.
Destructor.
void casa::PlotMSAxesTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [virtual] |
Implements PlotMSPlotSubtab::getValue().
WARNING: for now, only works with PlotMSSinglePlotParameters.
Implements casa::PlotMSPlotSubtab.
void casa::PlotMSAxesTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [virtual] |
Implements PlotMSPlotSubtab::setValue().
WARNING: for now, only works with PlotMSSinglePlotParameters.
Implements casa::PlotMSPlotSubtab.
QString casa::PlotMSAxesTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 55 of file PlotMSAxesTab.qo.h.
void casa::PlotMSAxesTab::update | ( | const PlotMSPlot & | plot | ) | [virtual] |
Implements PlotMSPlotSubtab::update().
WARNING: for now, only works with PlotMSSinglePlotParameters.
Implements casa::PlotMSPlotSubtab.
PlotMSAxisWidget* casa::PlotMSAxesTab::itsXWidget_ [private] |
Widgets for the x axis and y axis, respectively.
Definition at line 71 of file PlotMSAxesTab.qo.h.
PlotMSAxisWidget * casa::PlotMSAxesTab::itsYWidget_ [private] |
Definition at line 71 of file PlotMSAxesTab.qo.h.