#include
<fbmodel.h>

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