27 #ifndef PLOTMSCANVASTAB_QO_H_
28 #define PLOTMSCANVASTAB_QO_H_
30 #include <plotms/GuiTabs/PlotMSCanvasTab.ui.h>
54 QString
tabName()
const {
return "Canvas"; }
void getValue(PlotMSPlotParameters ¶ms) const
Implements PlotMSPlotSubtab::getValue().
~PlotMSCanvasTab()
Destructor.
void update(const PlotMSPlot &plot)
Implements PlotMSPlotSubtab::update().
void setValue(const PlotMSPlotParameters ¶ms)
Implements PlotMSPlotSubtab::setValue().
PlotLineWidget * itsGridMajorLineWidget_
Widgets for lines for grid major and minor.
Parameters for a PlotMSPlot.
QtLabelWidget * itsYLabelWidget_
Subclass of PlotMSPlotSubtab to manage canvas parameters.
PlotMSCanvasTab(PlotMSPlotTab *plotTab, PlotMSPlotter *parent)
Constructor which takes the parent tab and plotter.
QString tabName() const
Implements PlotMSTab::tabName().
Subclass of PlotMSTab for tabs that are meant to be used as subtabs in a PlotMSPlotTab.
Class for a single "plot" concept.
PlotLineWidget * itsGridMinorLineWidget_
High(ish)-level plotter class that manages the GUI (semi-) transparently to the rest of PlotMS...
Subclass of PlotMSTab that manages PlotMSPlots in the GUI.
QtLabelWidget * itsTitleWidget_
Widgets for titles/labels for the canvas, x axis, and y axis, respectively.
QtLabelWidget * itsXLabelWidget_