#include <task.h>
Inheritance diagram for YTaskSet:
Public Member Functions | |
YTaskSet (YTask *p) | |
Protected Member Functions | |
virtual YObject * | AllocNewItem (const YObjectArgs &args) |
virtual YActions * | GetItemActions () const |
Private Attributes | |
YTask * | parenttask |
|
|
|
Item will be allocated but not inserted into list. This function is provied for convenience to enable derived lists to create its own derived list objects. Implements YSet. |
|
This function is provided for convenience to get the YAction Ptr of derived lists during CreateNewItem(). Default=0 Reimplemented from YSet. |
|
|