casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Signals | Public Member Functions | Protected Member Functions | Private Attributes | Friends
casa::PlotMSExportThreadHelper Class Reference

Helper class for PlotMSExportThread that actually does the work in a new QThread. More...

#include <PlotMSExportThread.qo.h>

List of all members.

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

PlotMSExportThreaditsParent_
 Parent.
bool itsExportResult_
 Stores the result of the export.

Friends

class PlotMSExportThread

Detailed Description

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 & Destructor Documentation

Constructor that takes parent.

Destructor.


Member Function Documentation

Implements QThread::run().


Friends And Related Function Documentation

friend class PlotMSExportThread [friend]

Definition at line 121 of file PlotMSExportThread.qo.h.


Member Data Documentation

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.


The documentation for this class was generated from the following file: