#include <fbscene.h>
Definition at line 228 of file fbscene.h.
Public Member Functions |
|
virtual int | Add (HFBScene pItem) |
Add a scene to the list. |
|
virtual void | RemoveAt (int pIndex) |
Remove the scene at pIndex from
list. |
|
virtual HFBScene | operator[] (int pIndex) |
Get the Scene at pIndex .
|
|
virtual int | GetCount () |
Get the Scene count. |
virtual int Add | ( | HFBScene | pItem | ) | [virtual] |
Add a scene to the list.
pItem | Scene to add to list. |
Implements FBPropertyBaseList< HFBScene >.
virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove the scene at pIndex
from list.
pIndex | Index of Scene to remove. |
Implements FBPropertyBasicList.
virtual HFBScene operator[] | ( | int | pIndex | ) | [virtual] |
Get the Scene at pIndex
.
pIndex | Index of Scene to get a handle on. |
pIndex
.Implements FBPropertyBaseList< HFBScene >.
virtual int GetCount | ( | ) | [virtual] |