PropertyList: TriggerGroup
Definition at line 74 of file fbtrigger.h.
#include <fbtrigger.h>
Public Member Functions | |
virtual int | Add (FBTriggerGroup *pItem) |
Add a TriggerGroup to the property list. | |
virtual void | RemoveAt (int pIndex) |
Remove property at pIndex . | |
virtual FBTriggerGroup * | operator[] (int pIndex) |
[] operator overload. | |
virtual int | GetCount () |
Get the number of properties in the list. |
virtual int Add | ( | FBTriggerGroup * | pItem | ) | [virtual] |
Add a TriggerGroup to the property list.
pItem | TriggerGroup to add to list. |
Implements FBPropertyBaseList< FBTriggerGroup * >.
virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove property at pIndex
.
pIndex | Index where property is to be removed. |
Implements FBPropertyBasicList.
virtual FBTriggerGroup* operator[] | ( | int | pIndex | ) | [virtual] |
[] operator overload.
pIndex | Index of property to access. |
pIndex
. Implements FBPropertyBaseList< FBTriggerGroup * >.
virtual int GetCount | ( | ) | [virtual] |
Get the number of properties in the list.
Implements FBPropertyBasicList.