26 #ifndef EXPORTTHREAD_H_
27 #define EXPORTTHREAD_H_
49 void setPlots( std::vector<PlotMSPlot*> plots );
virtual void cancelWork()
std::vector< PlotMSPlot * > exportPlots
void setExportFormat(PlotExportFormat exportFormat)
Store the format that will be used to export the plot.
Exports a plot to a specific format in a background thread.
void setPlots(std::vector< PlotMSPlot * > plots)
Store the plot to export.
Manages a thread to do a background operation and communicates back to its controller with regard to ...
ExportThread operator=(const ExportThread &other)