#include <fbtrigger.h>

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