Enumerator | Functions

IPFActionListSet.h

Functions

virtual int  NumActionLists () const =0
virtual INode GetActionList (int index) const =0
virtual bool  AppendActionList (INode *alist)=0
virtual bool  InsertActionList (INode *alist, int indexAt)=0
virtual bool  RemoveActionList (int index)=0
virtual bool  HasActionList (INode *alist, int &index) const =0
static PFExport bool  IsActionList (INode *alist)

Function Documentation

int NumActionLists ( ) const [pure virtual, inherited]
INode * GetActionList ( int  index ) const [pure virtual, inherited]
bool AppendActionList ( INode alist ) [pure virtual, inherited]
bool InsertActionList ( INode alist,
int  indexAt 
) [pure virtual, inherited]
bool RemoveActionList ( int  index ) [pure virtual, inherited]
bool HasActionList ( INode alist,
int &  index 
) const [pure virtual, inherited]
PFExport static bool IsActionList ( INode alist ) [static, inherited]