#include <fbtrigger.h>

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