casa
$Rev:20696$
|
Subclass of PlotMSPlotSubtab to manage canvas parameters. More...
#include <PlotMSCanvasTab.qo.h>
Public Member Functions | |
PlotMSCanvasTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSCanvasTab () | |
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 | |
QtLabelWidget * | itsTitleWidget_ |
Widgets for titles/labels for the canvas, x axis, and y axis, respectively. | |
QtLabelWidget * | itsXLabelWidget_ |
QtLabelWidget * | itsYLabelWidget_ |
PlotLineWidget * | itsGridMajorLineWidget_ |
Widgets for lines for grid major and minor. | |
PlotLineWidget * | itsGridMinorLineWidget_ |
Subclass of PlotMSPlotSubtab to manage canvas parameters.
Definition at line 44 of file PlotMSCanvasTab.qo.h.
casa::PlotMSCanvasTab::PlotMSCanvasTab | ( | PlotMSPlotTab * | plotTab, |
PlotMSPlotter * | parent | ||
) |
Constructor which takes the parent tab and plotter.
Destructor.
void casa::PlotMSCanvasTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [virtual] |
Implements PlotMSPlotSubtab::getValue().
WARNING: for now, only works with PlotMSSinglePlotParameters. Must be called after PlotMSDisplayTab::getValue() for the "same as plot title" option to work.
Implements casa::PlotMSPlotSubtab.
void casa::PlotMSCanvasTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [virtual] |
Implements PlotMSPlotSubtab::setValue().
WARNING: for now, only works with PlotMSSinglePlotParameters.
Implements casa::PlotMSPlotSubtab.
QString casa::PlotMSCanvasTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 56 of file PlotMSCanvasTab.qo.h.
void casa::PlotMSCanvasTab::update | ( | const PlotMSPlot & | plot | ) | [virtual] |
Implements PlotMSPlotSubtab::update().
WARNING: for now, only works with PlotMSSinglePlotParameters.
Implements casa::PlotMSPlotSubtab.
Widgets for lines for grid major and minor.
Definition at line 78 of file PlotMSCanvasTab.qo.h.
Definition at line 78 of file PlotMSCanvasTab.qo.h.
Widgets for titles/labels for the canvas, x axis, and y axis, respectively.
Definition at line 75 of file PlotMSCanvasTab.qo.h.
QtLabelWidget * casa::PlotMSCanvasTab::itsXLabelWidget_ [private] |
Definition at line 75 of file PlotMSCanvasTab.qo.h.
QtLabelWidget * casa::PlotMSCanvasTab::itsYLabelWidget_ [private] |
Definition at line 75 of file PlotMSCanvasTab.qo.h.