MMSLabelWidgetThread Class Reference

#include <mmslabelwidgetthread.h>

Inheritance diagram for MMSLabelWidgetThread:

List of all members.


Public Member Functions

 MMSLabelWidgetThread (MMSLabelWidget *label)
void stop ()
void pause (bool pauseThread)

Private Member Functions

void wait (unsigned int delaytime)
void doIt ()
void threadMain ()
 Virtual main method for the thread.

Private Attributes

class MMSLabelWidgetlabel
bool inWait
bool stopThread
bool pauseThread

Detailed Description

Definition at line 39 of file mmslabelwidgetthread.h.


Constructor & Destructor Documentation

MMSLabelWidgetThread::MMSLabelWidgetThread ( MMSLabelWidget label  ) 

Definition at line 35 of file mmslabelwidgetthread.cpp.


Member Function Documentation

void MMSLabelWidgetThread::wait ( unsigned int  delaytime  )  [private]

Definition at line 42 of file mmslabelwidgetthread.cpp.

void MMSLabelWidgetThread::doIt (  )  [private]

Definition at line 69 of file mmslabelwidgetthread.cpp.

void MMSLabelWidgetThread::threadMain (  )  [private, virtual]

Virtual main method for the thread.

This virtual method is empty and have to be setup with code by a derived class. The MMSThread class is only the base class and cannot be constructed.

Implements MMSThread.

Definition at line 176 of file mmslabelwidgetthread.cpp.

void MMSLabelWidgetThread::stop (  ) 

Definition at line 50 of file mmslabelwidgetthread.cpp.

void MMSLabelWidgetThread::pause ( bool  pauseThread  ) 

Definition at line 58 of file mmslabelwidgetthread.cpp.


Member Data Documentation

Definition at line 41 of file mmslabelwidgetthread.h.

Definition at line 43 of file mmslabelwidgetthread.h.

Definition at line 44 of file mmslabelwidgetthread.h.

Definition at line 45 of file mmslabelwidgetthread.h.


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