|
MythTV
0.26-pre
|
#include <taskqueue.h>
Public Member Functions | |
| Task () | |
| long | Id () const |
| virtual void | Execute (TaskQueue *pQueue)=0 |
| virtual QString | Name ()=0 |
Protected Member Functions | |
| virtual | ~Task () |
Protected Attributes | |
| long | m_nTaskId |
Static Protected Attributes | |
| static long | m_nTaskCount = 0 |
Definition at line 50 of file taskqueue.h.
| Task::~Task | ( | ) | [protected, virtual] |
Definition at line 50 of file taskqueue.cpp.
| Task::Task | ( | ) |
Definition at line 41 of file taskqueue.cpp.
Definition at line 67 of file taskqueue.h.
| virtual void Task::Execute | ( | TaskQueue * | pQueue | ) | [pure virtual] |
Implemented in UPnpNotifyTask, UPnpSearchTask, SSDPCacheTask, and UPnpEventTask.
Referenced by TaskQueue::run().
| virtual QString Task::Name | ( | ) | [pure virtual] |
Implemented in UPnpNotifyTask, UPnpSearchTask, SSDPCacheTask, and UPnpEventTask.
long Task::m_nTaskCount = 0 [static, protected] |
Definition at line 53 of file taskqueue.h.
Referenced by Task().
long Task::m_nTaskId [protected] |
Definition at line 55 of file taskqueue.h.
1.7.6.1