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 | setAxisIdentifier (int index, QString id) |
Support for overplotting with multiple y-axes. | |
void | removeAxisIdentifier (int index) |
Private Slots | |
void | updateText (QLabel *source, bool highlight) |
void | changeSymbolViewed () |
Private Member Functions | |
void | makeDataSymbol () |
void | updateMultipleAxisSupport () |
Private Attributes | |
QList< PlotMSDataSymbolWidget * > | dataSymbols |
Subclass of PlotMSPlotSubtab to manage plot display parameters.
Definition at line 42 of file PlotMSDisplayTab.qo.h.
casa::PlotMSDisplayTab::PlotMSDisplayTab | ( | PlotMSPlotTab * | plotTab, | |
PlotMSPlotter * | parent | |||
) |
Constructor which takes the parent tab and plotter.
casa::PlotMSDisplayTab::~PlotMSDisplayTab | ( | ) |
Destructor.
void casa::PlotMSDisplayTab::changeSymbolViewed | ( | ) | [private, slot] |
void casa::PlotMSDisplayTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [virtual] |
Implements PlotMSPlotSubtab::getValue().
WARNING: for now, only works with PlotMSSinglePlotParameters.
Implements casa::PlotMSPlotSubtab.
void casa::PlotMSDisplayTab::makeDataSymbol | ( | ) | [private] |
void casa::PlotMSDisplayTab::removeAxisIdentifier | ( | int | index | ) |
void casa::PlotMSDisplayTab::setAxisIdentifier | ( | int | index, | |
QString | id | |||
) |
Support for overplotting with multiple y-axes.
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 56 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.
void casa::PlotMSDisplayTab::updateMultipleAxisSupport | ( | ) | [private] |
void casa::PlotMSDisplayTab::updateText | ( | QLabel * | source, | |
bool | highlight | |||
) | [private, slot] |
QList<PlotMSDataSymbolWidget*> casa::PlotMSDisplayTab::dataSymbols [private] |
Definition at line 83 of file PlotMSDisplayTab.qo.h.