MMSEventThread Class Reference

#include <mmseventthread.h>

Inheritance diagram for MMSEventThread:

List of all members.


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

MMSOSDPluginHandlerosdHandler
MMSCentralPluginHandlercentralHandler
MMSBackendPluginHandlerbackendHandler
IMMSEvent event

Detailed Description

Definition at line 40 of file mmseventthread.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 42 of file mmseventthread.h.

Definition at line 45 of file mmseventthread.h.


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