casa
$Rev:20696$
|
Subclass of PlotMSPlotSubtab to manage exporting plots. More...
#include <PlotMSExportTab.qo.h>
Public Member Functions | |
PlotMSExportTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent) | |
Constructor which takes the parent tab and plotter. | |
~PlotMSExportTab () | |
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(). | |
PlotExportFormat | currentlySetExportFormat () const |
See PlotMSTab::currentlySetExportFormat(). | |
Private Attributes | |
QtFileWidget * | itsFileWidget_ |
Widget for file selection. |
Subclass of PlotMSPlotSubtab to manage exporting plots.
Definition at line 43 of file PlotMSExportTab.qo.h.
casa::PlotMSExportTab::PlotMSExportTab | ( | PlotMSPlotTab * | plotTab, |
PlotMSPlotter * | parent | ||
) |
Constructor which takes the parent tab and plotter.
Destructor.
See PlotMSTab::currentlySetExportFormat().
void casa::PlotMSExportTab::getValue | ( | PlotMSPlotParameters & | params | ) | const [inline, virtual] |
Implements PlotMSPlotSubtab::getValue().
Does nothing.
Implements casa::PlotMSPlotSubtab.
Definition at line 58 of file PlotMSExportTab.qo.h.
void casa::PlotMSExportTab::setValue | ( | const PlotMSPlotParameters & | params | ) | [inline, virtual] |
Implements PlotMSPlotSubtab::setValue().
Does nothing.
Implements casa::PlotMSPlotSubtab.
Definition at line 61 of file PlotMSExportTab.qo.h.
QString casa::PlotMSExportTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 55 of file PlotMSExportTab.qo.h.
void casa::PlotMSExportTab::update | ( | const PlotMSPlot & | plot | ) | [inline, virtual] |
Implements PlotMSPlotSubtab::update().
Does nothing.
Implements casa::PlotMSPlotSubtab.
Definition at line 64 of file PlotMSExportTab.qo.h.
Widget for file selection.
Definition at line 72 of file PlotMSExportTab.qo.h.