#include <mmslabelwidgetthread.h>
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 MMSLabelWidget * | label |
bool | inWait |
bool | stopThread |
bool | pauseThread |
Definition at line 39 of file mmslabelwidgetthread.h.
MMSLabelWidgetThread::MMSLabelWidgetThread | ( | MMSLabelWidget * | label | ) |
Definition at line 35 of file mmslabelwidgetthread.cpp.
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.
class MMSLabelWidget* MMSLabelWidgetThread::label [private] |
Definition at line 41 of file mmslabelwidgetthread.h.
bool MMSLabelWidgetThread::inWait [private] |
Definition at line 43 of file mmslabelwidgetthread.h.
bool MMSLabelWidgetThread::stopThread [private] |
Definition at line 44 of file mmslabelwidgetthread.h.
bool MMSLabelWidgetThread::pauseThread [private] |
Definition at line 45 of file mmslabelwidgetthread.h.