Public Member Functions

FBPropertyListStoryFolder Class Reference

Search for all occurrences

Detailed Description

List: StoryFolder

Definition at line 150 of file fbstory.h.

#include <fbstory.h>

Inheritance diagram for FBPropertyListStoryFolder:
Inheritance graph
[legend]

List of all members.

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.

Member Function Documentation

virtual int Add ( HFBStoryFolder  pItem ) [virtual]

Add a folder to the property list.

Parameters:
pItem Folder to add to list.
Returns:
Number of items in list after operation.
Remarks:
A folder can't be in two or more separate folders at once nor multiple times in the same one.
virtual int Remove ( HFBStoryFolder  pItem ) [virtual]

Remove folder pItem from property list.

Parameters:
pItem Folder to remove from list.
Returns:
Number of items in list after operation.
Remarks:
A folder can't be in two or more separate folders at once nor multiple times in the same one.
virtual void RemoveAt ( int  pIndex ) [virtual]

Remove the folder at pIndex.

Parameters:
pIndex Index of folder to remove.

Reimplemented from FBPropertyListComponentBase.

virtual HFBStoryFolder operator[] ( int  pIndex ) [virtual]

Get the folder at pIndex.

Parameters:
pIndex Index of folder to get.
Returns:
Folder at pIndex.

Reimplemented from FBPropertyListComponentBase.

virtual int GetCount ( ) [virtual]

Get the number of folder.

Returns:
Number of folders.

Reimplemented from FBPropertyListComponentBase.

virtual FBComponent* GetAt ( int  pIndex ) [inline, virtual]

Get the Component at pIndex.

Parameters:
pIndex Index of Component to get a handle on.
Returns:
Component at pIndex.

Implements FBPropertyListComponentBase.

Definition at line 184 of file fbstory.h.

{ return (FBComponent*)operator[](pIndex); }

The documentation for this class was generated from the following file:

FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder
FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder FBPropertyListStoryFolder