CTask Class ReferenceHolds list of task items.
More...
#include <TaskList.h>
Inheritance diagram for CTask:
[legend]Collaboration diagram for CTask:
[legend]List of all members.
|
Public Member Functions |
|
| CTask () |
| | Constructor.
|
|
virtual | ~CTask () |
| | Destructor.
|
|
virtual DWORD | GetObjSize () |
| | Return the size of a task item structure.
|
| virtual void | DeleteObject (void *node) |
| | Do task element cleanup.
|
Static Public Member Functions |
| static CTask * | CreateSubList (LPTASKINFO pti) |
| | Creates sub task list in task list item.
|
Detailed Description
Holds list of task items.
- See also:
- CTaskList
Member Function Documentation
|
|
Creates sub task list in task list item.
- Parameters:
-
| [in] | pti | - Pointer to task item |
- Returns:
- Pointer to new sub list
- See also:
|
| virtual void CTask::DeleteObject |
( |
void * |
node |
) |
[inline, virtual] |
|
|
|
Do task element cleanup.
- Parameters:
-
| [in] | node | - Pointer to TASKINFO structure |
Reimplemented from CLList. |
The documentation for this class was generated from the following file:
|