casa
$Rev:20696$
|
Subclass of PlotMSPlotSubtab to manage plot display parameters. More...
#include <PlotMSDisplayTab.qo.h>
Public Member Functions | |
PlotMSDisplayTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSDisplayTab () | |
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(). | |
void | hideIndex () |
Hides the index chooser at the top. | |
void | setIndexRowsCols (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. | |
Private Slots | |
void | indexChanged (unsigned int index) |
Slot for when the index changes. | |
Private Attributes | |
QtIndexChooser * | itsIndexChooser_ |
Index chooser. | |
QtLabelWidget * | itsTitleWidget_ |
Label widget for title. | |
PlotSymbolWidget * | itsSymbolWidget_ |
Symbol widgets for unflagged and flagged points, respectively. | |
PlotSymbolWidget * | itsMaskedSymbolWidget_ |
PMS_PP_Display | itsPDisplay_ |
Display parameters. |
Subclass of PlotMSPlotSubtab to manage plot display parameters.
Definition at line 46 of file PlotMSDisplayTab.qo.h.
casa::PlotMSDisplayTab::PlotMSDisplayTab | ( | PlotMSPlotTab * | plotTab, |
PlotMSPlotter * | parent | ||
) |
Constructor which takes the parent tab and plotter.
Destructor.
void casa::PlotMSDisplayTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [virtual] |
Implements PlotMSPlotSubtab::getValue().
WARNING: for now, only works with PlotMSSinglePlotParameters.
Implements casa::PlotMSPlotSubtab.
void casa::PlotMSDisplayTab::hideIndex | ( | ) |
Hides the index chooser at the top.
void casa::PlotMSDisplayTab::indexChanged | ( | unsigned int | index | ) | [private, slot] |
Slot for when the index changes.
void casa::PlotMSDisplayTab::setIndexRowsCols | ( | 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::PlotMSDisplayTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [virtual] |
Implements PlotMSPlotSubtab::setValue().
WARNING: for now, only works with PlotMSSinglePlotParameters.
Implements casa::PlotMSPlotSubtab.
QString casa::PlotMSDisplayTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 61 of file PlotMSDisplayTab.qo.h.
void casa::PlotMSDisplayTab::update | ( | const PlotMSPlot & | plot | ) | [virtual] |
Implements PlotMSPlotSubtab::update().
WARNING: for now, only works with PlotMSSinglePlotParameters.
Implements casa::PlotMSPlotSubtab.
Index chooser.
Definition at line 85 of file PlotMSDisplayTab.qo.h.
Definition at line 91 of file PlotMSDisplayTab.qo.h.
Display parameters.
Definition at line 94 of file PlotMSDisplayTab.qo.h.
Symbol widgets for unflagged and flagged points, respectively.
Definition at line 91 of file PlotMSDisplayTab.qo.h.
Label widget for title.
Definition at line 88 of file PlotMSDisplayTab.qo.h.