This reference page is linked to from the following overview topics: Model templates.
#include <fbcore.h>

Public Member Functions |
|
| virtual int | Add (FBAnimationNode *pItem) |
| Add an animation node to the model template
binding property list. |
|
| virtual void | RemoveAt (int pIndex) |
| Remove the binding at pIndex.
|
|
| FBAnimationNode * | operator[] (int pIndex) |
| Get the binding at pIndex. |
|
| virtual int | GetCount () |
| Get the number of bindings. |
|
| virtual FBComponent * | GetAt (int pIndex) |
| Get the Component at pIndex.
|
|
| virtual int Add | ( | FBAnimationNode * | pItem | ) | [virtual] |
Add an animation node to the model template binding property list.
| pItem | Animation Node to add to list. |
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove the binding at pIndex.
| pIndex | Index of binding to remove. |
Reimplemented from FBPropertyListComponentBase.
| FBAnimationNode* operator[] | ( | int | pIndex | ) |
Get the binding at pIndex.
| pIndex | Index of binding to get. |
Reimplemented from FBPropertyListComponentBase.
| virtual int GetCount | ( | ) | [virtual] |
Get the number of bindings.
Reimplemented from FBPropertyListComponentBase.
| virtual FBComponent* GetAt | ( | int | pIndex | ) | [inline, virtual] |
Get the Component at pIndex.
| pIndex | Index of Component to get a handle on. |
Implements FBPropertyListComponentBase.
Definition at line 436 of file fbcore.h.
{ return (FBComponent*)operator[](pIndex); }