casa
$Rev:20696$
|
Helper class for PlotMSExportThread that actually does the work in a new QThread. More...
#include <PlotMSExportThread.qo.h>
Signals | |
void | finished () |
void | terminated () |
Public Member Functions | |
PlotMSExportThreadHelper (PlotMSExportThread *parent) | |
Constructor that takes parent. | |
~PlotMSExportThreadHelper () | |
Destructor. | |
Protected Member Functions | |
void | run () |
Implements QThread::run(). | |
Private Attributes | |
PlotMSExportThread * | itsParent_ |
Parent. | |
bool | itsExportResult_ |
Stores the result of the export. | |
Friends | |
class | PlotMSExportThread |
Helper class for PlotMSExportThread that actually does the work in a new QThread.
class PlotMSExportThreadHelper : public QThread {
Definition at line 117 of file PlotMSExportThread.qo.h.
Constructor that takes parent.
Destructor.
void casa::PlotMSExportThreadHelper::finished | ( | ) | [signal] |
void casa::PlotMSExportThreadHelper::run | ( | ) | [protected] |
Implements QThread::run().
void casa::PlotMSExportThreadHelper::terminated | ( | ) | [signal] |
friend class PlotMSExportThread [friend] |
Definition at line 121 of file PlotMSExportThread.qo.h.
bool casa::PlotMSExportThreadHelper::itsExportResult_ [private] |
Stores the result of the export.
Definition at line 139 of file PlotMSExportThread.qo.h.
Parent.
Definition at line 136 of file PlotMSExportThread.qo.h.