#include <mmsimagewidgetthread.h>
Public Member Functions | |
MMSImageWidgetThread (MMSImageWidget *image) | |
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 MMSImageWidget * | image |
bool | inWait |
bool | stopThread |
bool | pauseThread |
Definition at line 39 of file mmsimagewidgetthread.h.
MMSImageWidgetThread::MMSImageWidgetThread | ( | MMSImageWidget * | image | ) |
Definition at line 35 of file mmsimagewidgetthread.cpp.
void MMSImageWidgetThread::wait | ( | unsigned int | delaytime | ) | [private] |
Definition at line 42 of file mmsimagewidgetthread.cpp.
void MMSImageWidgetThread::doIt | ( | ) | [private] |
Definition at line 67 of file mmsimagewidgetthread.cpp.
void MMSImageWidgetThread::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 267 of file mmsimagewidgetthread.cpp.
void MMSImageWidgetThread::stop | ( | ) |
Definition at line 50 of file mmsimagewidgetthread.cpp.
void MMSImageWidgetThread::pause | ( | bool | pauseThread | ) |
Definition at line 56 of file mmsimagewidgetthread.cpp.
class MMSImageWidget* MMSImageWidgetThread::image [private] |
Definition at line 41 of file mmsimagewidgetthread.h.
bool MMSImageWidgetThread::inWait [private] |
Definition at line 43 of file mmsimagewidgetthread.h.
bool MMSImageWidgetThread::stopThread [private] |
Definition at line 44 of file mmsimagewidgetthread.h.
bool MMSImageWidgetThread::pauseThread [private] |
Definition at line 45 of file mmsimagewidgetthread.h.