27 #ifndef PLOTMSCALIBRATIONTAB_QO_H_
28 #define PLOTMSCALIBRATIONTAB_QO_H_
30 #include <plotms/GuiTabs/PlotMSCalibrationTab.ui.h>
36 class PlotMSCalibrationWidget;
52 QString
tabName()
const {
return "Calibration"; }
70 Ui::PlotMSCalibTabClass
ui;
QString tabName() const
Implements PlotMSTab::tabName().
PlotMSCalibrationTab(PlotMSPlotTab *plotTab, PlotMSPlotter *parent)
Constructor which takes the parent tab and plotter.
Parameters for a PlotMSPlot.
~PlotMSCalibrationTab()
Destructor.
Ui::PlotMSCalibTabClass ui
PlotMSCalibrationWidget * itsCalibrationWidget_
Widget to enable/disable callib.
void getValue(PlotMSPlotParameters ¶ms) const
Implements PlotMSPlotSubtab::getValue().
Subclass of PlotMSTab for tabs that are meant to be used as subtabs in a PlotMSPlotTab.
Class for a single "plot" concept.
casacore::String getCallibFile() const
void setValue(const PlotMSPlotParameters ¶ms)
Implements PlotMSPlotSubtab::setValue().
void update(const PlotMSPlot &plot)
Implements PlotMSPlotSubtab::update().
String: the storage and methods of handling collections of characters.
High(ish)-level plotter class that manages the GUI (semi-) transparently to the rest of PlotMS...
Subclass of PlotMSTab that handles using a calibration library (initially settable only from casapy s...
QtFileWidget * itsFileWidget_
Widget for callib file selection.
Subclass of PlotMSTab that manages PlotMSPlots in the GUI.