Download Source Code

CTask Class Reference

Holds list of task items. More...

#include <TaskList.h>

Inheritance diagram for CTask:

Inheritance graph
[legend]
Collaboration diagram for CTask:

Collaboration graph
[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 CTaskCreateSubList (LPTASKINFO pti)
 Creates sub task list in task list item.

Detailed Description

Holds list of task items.

See also:
CTaskList


Member Function Documentation

static CTask* CTask::CreateSubList LPTASKINFO  pti  )  [inline, static]
 

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:
  • inc/TaskList.h
Copyright Robert Umbehant
This documentation is covered by the LGPL