#include
<fbstory.h>

Definition at line 274 of file fbstory.h.
Public Member Functions |
|
| virtual int | Add (HFBStoryClip pItem) |
| Add a clip to the property list. |
|
| virtual int | Remove (HFBStoryClip pItem) |
| Remove clip pItem from property
list. |
|
| virtual void | RemoveAt (int pIndex) |
| Remove the clip at pIndex. |
|
| virtual HFBStoryClip | operator[] (int pIndex) |
| Get the clip at pIndex. |
|
| virtual int | GetCount () |
| Get the number of clip. |
|
| virtual FBComponent * | GetAt (int pIndex) |
| Get the Component at pIndex.
|
|
| virtual int Add | ( | HFBStoryClip | pItem | ) | [virtual] |
Add a clip to the property list.
| pItem | Clip to add to list. |
| virtual int Remove | ( | HFBStoryClip | pItem | ) | [virtual] |
Remove clip pItem from property list.
| pItem | Clip to remove from list. |
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove the clip at pIndex.
| pIndex | Index of clip to remove. |
Reimplemented from FBPropertyListComponentBase.
| virtual HFBStoryClip operator[] | ( | int | pIndex | ) | [virtual] |
Get the clip at pIndex.
| pIndex | Index of clip 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.