MMSImageWidgetThread Class Reference

#include <mmsimagewidgetthread.h>

Inheritance diagram for MMSImageWidgetThread:

List of all members.


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 MMSImageWidgetimage
bool inWait
bool stopThread
bool pauseThread

Detailed Description

Definition at line 39 of file mmsimagewidgetthread.h.


Constructor & Destructor Documentation

MMSImageWidgetThread::MMSImageWidgetThread ( MMSImageWidget image  ) 

Definition at line 35 of file mmsimagewidgetthread.cpp.


Member Function Documentation

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.


Member Data Documentation

Definition at line 41 of file mmsimagewidgetthread.h.

Definition at line 43 of file mmsimagewidgetthread.h.

Definition at line 44 of file mmsimagewidgetthread.h.

Definition at line 45 of file mmsimagewidgetthread.h.


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