casa
$Rev:20696$
|
Subclass of PlotMSPlotSubtab that manages multiple plot axes parameters. More...
#include <PlotMSMultiAxesTab.qo.h>
Classes | |
class | MultiAxes |
Class that manages the list of axes widgets. More... | |
Public Member Functions | |
PlotMSMultiAxesTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSMultiAxesTab () | |
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 Slots | |
void | addX () |
Slots for adding new axes. | |
void | addY () |
void | removeX () |
Slots for removing an axis. | |
void | removeY () |
Private Attributes | |
MultiAxes | itsXAxes_ |
X and Y axes lists. | |
MultiAxes | itsYAxes_ |
Subclass of PlotMSPlotSubtab that manages multiple plot axes parameters.
Definition at line 43 of file PlotMSMultiAxesTab.qo.h.
casa::PlotMSMultiAxesTab::PlotMSMultiAxesTab | ( | PlotMSPlotTab * | plotTab, |
PlotMSPlotter * | parent | ||
) |
Constructor which takes the parent tab and plotter.
Destructor.
void casa::PlotMSMultiAxesTab::addX | ( | ) | [private, slot] |
Slots for adding new axes.
void casa::PlotMSMultiAxesTab::addY | ( | ) | [private, slot] |
void casa::PlotMSMultiAxesTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [virtual] |
Implements PlotMSPlotSubtab::getValue().
Implements casa::PlotMSPlotSubtab.
void casa::PlotMSMultiAxesTab::removeX | ( | ) | [private, slot] |
Slots for removing an axis.
void casa::PlotMSMultiAxesTab::removeY | ( | ) | [private, slot] |
void casa::PlotMSMultiAxesTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [virtual] |
Implements PlotMSPlotSubtab::setValue().
Implements casa::PlotMSPlotSubtab.
QString casa::PlotMSMultiAxesTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 55 of file PlotMSMultiAxesTab.qo.h.
void casa::PlotMSMultiAxesTab::update | ( | const PlotMSPlot & | plot | ) | [virtual] |
Implements PlotMSPlotSubtab::update().
Implements casa::PlotMSPlotSubtab.
MultiAxes casa::PlotMSMultiAxesTab::itsXAxes_ [private] |
X and Y axes lists.
Definition at line 117 of file PlotMSMultiAxesTab.qo.h.
MultiAxes casa::PlotMSMultiAxesTab::itsYAxes_ [private] |
Definition at line 117 of file PlotMSMultiAxesTab.qo.h.