#include <mmseventthread.h>
Public Member Functions | |
MMSEventThread (MMSOSDPluginHandler *handler, IMMSEvent event) | |
MMSEventThread (MMSCentralPluginHandler *handler, IMMSEvent event) | |
MMSEventThread (MMSBackendPluginHandler *handler, IMMSEvent event) | |
virtual | ~MMSEventThread () |
virtual void | threadMain () |
Virtual main method for the thread. | |
Private Attributes | |
MMSOSDPluginHandler * | osdHandler |
MMSCentralPluginHandler * | centralHandler |
MMSBackendPluginHandler * | backendHandler |
IMMSEvent | event |
Definition at line 40 of file mmseventthread.h.
MMSEventThread::MMSEventThread | ( | MMSOSDPluginHandler * | handler, | |
IMMSEvent | event | |||
) |
Definition at line 35 of file mmseventthread.cpp.
MMSEventThread::MMSEventThread | ( | MMSCentralPluginHandler * | handler, | |
IMMSEvent | event | |||
) |
Definition at line 42 of file mmseventthread.cpp.
MMSEventThread::MMSEventThread | ( | MMSBackendPluginHandler * | handler, | |
IMMSEvent | event | |||
) |
Definition at line 49 of file mmseventthread.cpp.
MMSEventThread::~MMSEventThread | ( | ) | [virtual] |
Definition at line 57 of file mmseventthread.cpp.
void MMSEventThread::threadMain | ( | ) | [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 60 of file mmseventthread.cpp.
MMSOSDPluginHandler* MMSEventThread::osdHandler [private] |
Definition at line 42 of file mmseventthread.h.
Definition at line 43 of file mmseventthread.h.
Definition at line 44 of file mmseventthread.h.
IMMSEvent MMSEventThread::event [private] |
Definition at line 45 of file mmseventthread.h.