#include <mmsinputwidgetthread.h>

Public Member Functions | |
| MMSInputWidgetThread (MMSInputWidget *inputwidget) | |
Private Member Functions | |
| void | threadMain () |
| Virtual main method for the thread. | |
Private Attributes | |
| class MMSInputWidget * | inputwidget |
Definition at line 39 of file mmsinputwidgetthread.h.
| MMSInputWidgetThread::MMSInputWidgetThread | ( | MMSInputWidget * | inputwidget | ) |
Definition at line 35 of file mmsinputwidgetthread.cpp.
| 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.
class MMSInputWidget* MMSInputWidgetThread::inputwidget [private] |
Definition at line 41 of file mmsinputwidgetthread.h.