Subclass of PlotMSPlotSubtab to manage plot display parameters. More...
#include <PlotMSIterateTab.qo.h>
Signals | |
void | plottableChanged () |
Public Member Functions | |
PlotMSIterateTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSIterateTab () | |
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(). | |
bool | setGridSize (unsigned int nRows, unsigned int nCols) |
Uses the index chooser at the top, with the given number of rows and columns, to manage multi-plot display parameters. | |
bool | isPlottable () const |
Returns true if a reasonable row and column location has been set (nonzero); false otherwise. | |
Private Slots | |
void | globalChanged () |
Whether to use a single global axis has changed. | |
void | locationChanged () |
Private Member Functions | |
void | hideGridLocation (bool hide) |
void | setGridIndices (int rowIndex, int colIndex) |
Private Attributes | |
int | gridRow |
Location of the plot. | |
int | gridCol |
Subclass of PlotMSPlotSubtab to manage plot display parameters.
Definition at line 42 of file PlotMSIterateTab.qo.h.
casa::PlotMSIterateTab::PlotMSIterateTab | ( | PlotMSPlotTab * | plotTab, | |
PlotMSPlotter * | parent | |||
) |
Constructor which takes the parent tab and plotter.
casa::PlotMSIterateTab::~PlotMSIterateTab | ( | ) |
Destructor.
void casa::PlotMSIterateTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [virtual] |
Implements PlotMSPlotSubtab::getValue().
Implements casa::PlotMSPlotSubtab.
void casa::PlotMSIterateTab::globalChanged | ( | ) | [private, slot] |
Whether to use a single global axis has changed.
void casa::PlotMSIterateTab::hideGridLocation | ( | bool | hide | ) | [private] |
bool casa::PlotMSIterateTab::isPlottable | ( | ) | const |
Returns true if a reasonable row and column location has been set (nonzero); false otherwise.
void casa::PlotMSIterateTab::locationChanged | ( | ) | [private, slot] |
void casa::PlotMSIterateTab::plottableChanged | ( | ) | [signal] |
void casa::PlotMSIterateTab::setGridIndices | ( | int | rowIndex, | |
int | colIndex | |||
) | [private] |
bool casa::PlotMSIterateTab::setGridSize | ( | unsigned int | nRows, | |
unsigned int | nCols | |||
) |
Uses the index chooser at the top, with the given number of rows and columns, to manage multi-plot display parameters.
void casa::PlotMSIterateTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [virtual] |
Implements PlotMSPlotSubtab::setValue().
Implements casa::PlotMSPlotSubtab.
QString casa::PlotMSIterateTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 56 of file PlotMSIterateTab.qo.h.
void casa::PlotMSIterateTab::update | ( | const PlotMSPlot & | plot | ) | [virtual] |
Implements PlotMSPlotSubtab::update().
Implements casa::PlotMSPlotSubtab.
int casa::PlotMSIterateTab::gridCol [private] |
Definition at line 90 of file PlotMSIterateTab.qo.h.
int casa::PlotMSIterateTab::gridRow [private] |
Location of the plot.
Definition at line 89 of file PlotMSIterateTab.qo.h.