MMSInputWidgetThread Class Reference

#include <mmsinputwidgetthread.h>

Inheritance diagram for MMSInputWidgetThread:

List of all members.


Public Member Functions

 MMSInputWidgetThread (MMSInputWidget *inputwidget)

Private Member Functions

void threadMain ()
 Virtual main method for the thread.

Private Attributes

class MMSInputWidgetinputwidget

Detailed Description

Definition at line 39 of file mmsinputwidgetthread.h.


Constructor & Destructor Documentation

MMSInputWidgetThread::MMSInputWidgetThread ( MMSInputWidget inputwidget  ) 

Definition at line 35 of file mmsinputwidgetthread.cpp.


Member Function Documentation

void MMSInputWidgetThread::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 39 of file mmsinputwidgetthread.cpp.


Member Data Documentation

Definition at line 41 of file mmsinputwidgetthread.h.


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