#include
<fbstory.h>
Definition at line 192 of file fbstory.h.
Public Member Functions |
|
virtual int | Add (HFBStoryTrack pItem) |
Add a track to the property list. |
|
virtual int | Remove (HFBStoryTrack pItem) |
Remove track pItem from property
list. |
|
virtual void | RemoveAt (int pIndex) |
Remove the track at pIndex.
|
|
virtual HFBStoryTrack | operator[] (int pIndex) |
Get the track at pIndex. |
|
virtual int | GetCount () |
Get the number of track. |
|
virtual FBComponent * | GetAt (int pIndex) |
Get the Component at pIndex.
|
virtual int Add | ( | HFBStoryTrack | pItem | ) | [virtual] |
Add a track to the property list.
pItem | Track to add to list. |
virtual int Remove | ( | HFBStoryTrack | pItem | ) | [virtual] |
Remove track pItem from property list.
pItem | Track to remove from list. |
virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove the track at pIndex.
pIndex | Index of track to remove. |
Reimplemented from FBPropertyListComponentBase.
virtual HFBStoryTrack operator[] | ( | int | pIndex | ) | [virtual] |
Get the track at pIndex.
pIndex | Index of track to get. |
Reimplemented from FBPropertyListComponentBase.
virtual int GetCount | ( | ) | [virtual] |
virtual FBComponent* GetAt | ( | int | pIndex | ) | [inline, virtual] |
Get the Component at pIndex.
pIndex | Index of Component to get a handle on. |
Implements FBPropertyListComponentBase.