#include <ActionExport.h>
Public Member Functions | |
ActionExport (Client *client) | |
void | setExportFormat (const PlotExportFormat &format) |
void | setInteractive (bool interactive) |
virtual | ~ActionExport () |
Protected Member Functions | |
virtual bool | doActionSpecific (PlotMSApp *plotms) |
virtual bool | loadParameters () |
Private Member Functions | |
bool | exportText (PlotMSApp *plotms) |
PlotExportFormat | adjustFormat (PlotExportFormat::Type t) |
Private Attributes | |
vector< PlotMSPlot * > | plots |
PlotExportFormat | format |
bool | interactive |
Definition at line 34 of file ActionExport.h.
casa::ActionExport::ActionExport | ( | Client * | client | ) |
virtual casa::ActionExport::~ActionExport | ( | ) | [virtual] |
PlotExportFormat casa::ActionExport::adjustFormat | ( | PlotExportFormat::Type | t | ) | [private] |
virtual bool casa::ActionExport::doActionSpecific | ( | PlotMSApp * | plotms | ) | [protected, virtual] |
Implements casa::PlotMSAction.
bool casa::ActionExport::exportText | ( | PlotMSApp * | plotms | ) | [private] |
virtual bool casa::ActionExport::loadParameters | ( | ) | [protected, virtual] |
Reimplemented from casa::PlotMSAction.
void casa::ActionExport::setExportFormat | ( | const PlotExportFormat & | format | ) |
void casa::ActionExport::setInteractive | ( | bool | interactive | ) |
PlotExportFormat casa::ActionExport::format [private] |
Definition at line 49 of file ActionExport.h.
bool casa::ActionExport::interactive [private] |
Definition at line 51 of file ActionExport.h.
vector<PlotMSPlot*> casa::ActionExport::plots [private] |
Definition at line 48 of file ActionExport.h.