#include
<fbstory.h>

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