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