#include
<fbcore.h>

Definition at line 375 of file fbcore.h.
Public Member Functions |
|
| int | Add (HFBModelTemplate pItem) |
| Add a model template to the property list.
|
|
| virtual void | RemoveAt (int pIndex) |
| Remove the model template at
pIndex. |
|
| FBModelTemplate * | operator[] (int pIndex) |
| Get the model template at pIndex.
|
|
| virtual int | GetCount () |
| Get the number of model templates. |
|
| virtual FBComponent * | GetAt (int pIndex) |
| Get the Component at pIndex.
|
|
| int Add | ( | HFBModelTemplate | pItem | ) |
Add a model template to the property list.
| pItem | Model template to add to list. |
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove the model template at pIndex.
| pIndex | Index of model template to remove. |
Reimplemented from FBPropertyListComponentBase.
| FBModelTemplate* operator[] | ( | int | pIndex | ) |
Get the model template at pIndex.
| pIndex | Index of model template to get. |
Reimplemented from FBPropertyListComponentBase.
| virtual int GetCount | ( | ) | [virtual] |
Get the number of model templates.
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.