#include <fbscene.h>

Public Member Functions |
|
| virtual int | Add (FBScene *pItem) |
| Add a scene to the list. |
|
| virtual void | RemoveAt (int pIndex) |
Remove the scene at pIndex from
list. |
|
| virtual FBScene * | operator[] (int pIndex) |
Get the Scene at pIndex.
|
|
| virtual int | GetCount () |
| Get the Scene count. |
|
| virtual int Add | ( | FBScene * | pItem | ) | [virtual] |
Add a scene to the list.
| pItem | Scene to add to list. |
Implements FBPropertyBaseList< FBScene * >.
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove the scene at pIndex from list.
| pIndex | Index of Scene to remove. |
Implements FBPropertyBasicList.
| virtual FBScene* operator[] | ( | int | pIndex | ) | [virtual] |
Get the Scene at pIndex.
| pIndex | Index of Scene to get a handle on. |
pIndex.Implements FBPropertyBaseList< FBScene * >.
| virtual int GetCount | ( | ) | [virtual] |