27 #ifndef PLOTMSDISPLAYTAB_QO_H_
28 #define PLOTMSDISPLAYTAB_QO_H_
30 #include <plotms/GuiTabs/PlotMSDisplayTab.ui.h>
38 class PlotMSDataSymbolWidget;
56 QString
tabName()
const {
return "Display"; }
75 void updateText( QLabel* source,
bool highlight );
void changeSymbolViewed()
QList< PlotMSDataSymbolWidget * > dataSymbols
~PlotMSDisplayTab()
Destructor.
PlotMSDisplayTab(PlotMSPlotTab *plotTab, PlotMSPlotter *parent)
Constructor which takes the parent tab and plotter.
void setAxisIdentifier(int index, QString id)
Support for overplotting with multiple y-axes.
void updateText(QLabel *source, bool highlight)
Parameters for a PlotMSPlot.
void setValue(const PlotMSPlotParameters ¶ms)
Implements PlotMSPlotSubtab::setValue().
Subclass of PlotMSTab for tabs that are meant to be used as subtabs in a PlotMSPlotTab.
void updateMultipleAxisSupport()
Class for a single "plot" concept.
void removeAxisIdentifier(int index)
void getValue(PlotMSPlotParameters ¶ms) const
Implements PlotMSPlotSubtab::getValue().
High(ish)-level plotter class that manages the GUI (semi-) transparently to the rest of PlotMS...
QString tabName() const
Implements PlotMSTab::tabName().
Subclass of PlotMSPlotSubtab to manage plot display parameters.
Subclass of PlotMSTab that manages PlotMSPlots in the GUI.
void update(const PlotMSPlot &plot)
Implements PlotMSPlotSubtab::update().