casa
$Rev:20696$
|
Helper class for PlotMSCacheThread that actually does the work in a new QThread. More...
#include <PlotMSCacheThread.qo.h>
Public Member Functions | |
PlotMSCacheThreadHelper (PlotMSCacheThread &parent) | |
Constructor that takes parent. | |
~PlotMSCacheThreadHelper () | |
Destructor. | |
Protected Member Functions | |
void | run () |
Implements QThread::run(). | |
Private Attributes | |
PlotMSCacheThread & | itsParent_ |
Parent. |
Helper class for PlotMSCacheThread that actually does the work in a new QThread.
Definition at line 159 of file PlotMSCacheThread.qo.h.
Constructor that takes parent.
Destructor.
void casa::PlotMSCacheThreadHelper::run | ( | ) | [protected] |
Implements QThread::run().
Parent.
Definition at line 173 of file PlotMSCacheThread.qo.h.