casa
5.7.0-16
|
Subclass of PlotMSPlotSubtab to manage exporting plots. More...
#include <PlotMSExportTab.qo.h>
Public Member Functions | |
PlotMSExportTab (QWidget *parent=NULL) | |
Constructor which takes the parent tab and plotter. More... | |
virtual | ~PlotMSExportTab () |
Destructor. More... | |
PlotExportFormat | currentlySetExportFormat () const |
See PlotMSTab::currentlySetExportFormat(). More... | |
void | setExportFormat (PlotExportFormat format) |
PlotMSExportParam | getExportParams () const |
Returns the export range (All, Current, etc). More... | |
void | setMSNames (std::vector< casacore::String > msNames) |
Retrieve selected casacore::MS names to use in export filename. More... | |
Private Slots | |
void | closeDialog () |
void | doExport () |
void | insertMSNames () |
void | dpiChanged () |
void | sizeChanged () |
void | fileSelected () |
Private Member Functions | |
casacore::String | getMsNameFromPath (casacore::String msfilepath) |
Private Attributes | |
QtFileWidget * | itsFileWidget_ |
Widget for file selection. More... | |
Ui::ExportTab | ui |
std::vector< casacore::String > | MSNames_ |
Selected casacore::MS names. More... | |
Subclass of PlotMSPlotSubtab to manage exporting plots.
Definition at line 41 of file PlotMSExportTab.qo.h.
casa::PlotMSExportTab::PlotMSExportTab | ( | QWidget * | parent = NULL | ) |
Constructor which takes the parent tab and plotter.
|
virtual |
Destructor.
|
privateslot |
PlotExportFormat casa::PlotMSExportTab::currentlySetExportFormat | ( | ) | const |
See PlotMSTab::currentlySetExportFormat().
|
privateslot |
|
privateslot |
|
privateslot |
PlotMSExportParam casa::PlotMSExportTab::getExportParams | ( | ) | const |
Returns the export range (All, Current, etc).
|
private |
|
privateslot |
void casa::PlotMSExportTab::setExportFormat | ( | PlotExportFormat | format | ) |
|
inline |
Retrieve selected casacore::MS names to use in export filename.
Definition at line 59 of file PlotMSExportTab.qo.h.
References MSNames_.
|
privateslot |
|
private |
Widget for file selection.
Definition at line 73 of file PlotMSExportTab.qo.h.
|
private |
Selected casacore::MS names.
Definition at line 77 of file PlotMSExportTab.qo.h.
Referenced by setMSNames().
|
private |
Definition at line 74 of file PlotMSExportTab.qo.h.