casa::ExportThread Class Reference

Exports a plot to a specific format in a background thread. More...

#include <ExportThread.h>

Inheritance diagram for casa::ExportThread:
casa::BackgroundThread casa::async::Thread

List of all members.

Public Member Functions

 ExportThread ()
void setExportFormat (PlotExportFormat exportFormat)
 Store the format that will be used to export the plot.
void setPlots (vector< PlotMSPlot * > plots)
 Store the plot to export.
virtual ~ExportThread ()

Protected Member Functions

virtual bool doWork ()
virtual void cancelWork ()

Private Member Functions

 ExportThread (const ExportThread &other)
ExportThread operator= (const ExportThread &other)

Private Attributes

PlotExportFormat format
vector< PlotMSPlot * > exportPlots

Detailed Description

Exports a plot to a specific format in a background thread.

Definition at line 41 of file ExportThread.h.


Constructor & Destructor Documentation

casa::ExportThread::ExportThread (  ) 
virtual casa::ExportThread::~ExportThread (  )  [virtual]
casa::ExportThread::ExportThread ( const ExportThread other  )  [private]

Member Function Documentation

virtual void casa::ExportThread::cancelWork (  )  [protected, virtual]

Reimplemented from casa::BackgroundThread.

virtual bool casa::ExportThread::doWork (  )  [protected, virtual]
ExportThread casa::ExportThread::operator= ( const ExportThread other  )  [private]
void casa::ExportThread::setExportFormat ( PlotExportFormat  exportFormat  ) 

Store the format that will be used to export the plot.

void casa::ExportThread::setPlots ( vector< PlotMSPlot * >  plots  ) 

Store the plot to export.


Member Data Documentation

Definition at line 57 of file ExportThread.h.

Definition at line 56 of file ExportThread.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1