Public Member Functions

FBPropertyListStorySubTrack Class Reference

Search for all occurrences

Detailed Description

List: StorySubTrack

Definition at line 237 of file fbstory.h.

#include <fbstory.h>

Inheritance diagram for FBPropertyListStorySubTrack:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int Add (FBStoryTrack *pItem)
 Add a sub-track to the property list.
virtual int Remove (FBStoryTrack *pItem)
 Remove sub-track pItem from property list.
virtual void RemoveAt (int pIndex)
 Remove the sub-track at pIndex.
virtual FBStoryTrackoperator[] (int pIndex)
 Get the sub-track at pIndex.
virtual int GetCount ()
 Get the number of sub-track.
virtual FBComponentGetAt (int pIndex)
 Get the Component at pIndex.

Member Function Documentation

virtual int Add ( FBStoryTrack pItem) [virtual]

Add a sub-track to the property list.

Parameters:
pItemSub-Track to add to list.
Returns:
Number of items in list after operation.
Remarks:
A sub-track can't be in two or more separate track at once nor multiple times in the same one.
virtual int Remove ( FBStoryTrack pItem) [virtual]

Remove sub-track pItem from property list.

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

Remove the sub-track at pIndex.

Parameters:
pIndexIndex of sub-track to remove.

Reimplemented from FBPropertyListComponentBase.

virtual FBStoryTrack* operator[] ( int  pIndex) [virtual]

Get the sub-track at pIndex.

Parameters:
pIndexIndex of sub-track to get.
Returns:
Sub-Track at pIndex.

Reimplemented from FBPropertyListComponentBase.

virtual int GetCount ( ) [virtual]

Get the number of sub-track.

Returns:
Number of sub-tracks.

Reimplemented from FBPropertyListComponentBase.

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

Get the Component at pIndex.

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

Implements FBPropertyListComponentBase.

Definition at line 270 of file fbstory.h.

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

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

FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack
FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack FBPropertyListStorySubTrack