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. | |
| virtual | ~PlotMSExportTab () |
| Destructor. | |
| PlotExportFormat | currentlySetExportFormat () const |
| See PlotMSTab::currentlySetExportFormat(). | |
| void | setExportFormat (PlotExportFormat format) |
| PlotMSExportParam | getExportParams () const |
| Returns the export range (All, Current, etc). | |
| void | setMSNames (vector< String > msNames) |
| Retrieve selected MS names to use in export filename. | |
Private Slots | |
| void | closeDialog () |
| void | doExport () |
| void | insertMSNames () |
| void | dpiChanged () |
| void | sizeChanged () |
Private Member Functions | |
| String | getMsNameFromPath (String msfilepath) |
Private Attributes | |
| QtFileWidget * | itsFileWidget_ |
| Widget for file selection. | |
| Ui::ExportTab | ui |
| vector< String > | MSNames_ |
| Selected MS names. | |
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 casa::PlotMSExportTab::~PlotMSExportTab | ( | ) | [virtual] |
Destructor.
| void casa::PlotMSExportTab::closeDialog | ( | ) | [private, slot] |
| PlotExportFormat casa::PlotMSExportTab::currentlySetExportFormat | ( | ) | const |
See PlotMSTab::currentlySetExportFormat().
| void casa::PlotMSExportTab::doExport | ( | ) | [private, slot] |
| void casa::PlotMSExportTab::dpiChanged | ( | ) | [private, slot] |
| PlotMSExportParam casa::PlotMSExportTab::getExportParams | ( | ) | const |
Returns the export range (All, Current, etc).
| String casa::PlotMSExportTab::getMsNameFromPath | ( | String | msfilepath | ) | [private] |
| void casa::PlotMSExportTab::insertMSNames | ( | ) | [private, slot] |
| void casa::PlotMSExportTab::setExportFormat | ( | PlotExportFormat | format | ) |
| void casa::PlotMSExportTab::setMSNames | ( | vector< String > | msNames | ) | [inline] |
Retrieve selected MS names to use in export filename.
Definition at line 59 of file PlotMSExportTab.qo.h.
References MSNames_.
| void casa::PlotMSExportTab::sizeChanged | ( | ) | [private, slot] |
Widget for file selection.
Definition at line 72 of file PlotMSExportTab.qo.h.
vector<String> casa::PlotMSExportTab::MSNames_ [private] |
Ui::ExportTab casa::PlotMSExportTab::ui [private] |
Definition at line 73 of file PlotMSExportTab.qo.h.
1.6.1