Public Member Functions

FBPropertyListPivot Class Reference

Search for all occurrences

Detailed Description

List: Story Clip pivot models

Definition at line 354 of file fbstory.h.

#include <fbstory.h>

Inheritance diagram for FBPropertyListPivot:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int Add (FBModel *pItem)
 Add a object to the property list.
virtual int Remove (FBModel *pItem)
 Remove object pItem from property list.
virtual void RemoveAt (int pIndex)
 Remove the object at pIndex.
virtual FBModeloperator[] (int pIndex)
 Get the object at pIndex.
virtual int GetCount ()
 Get the number of object.
virtual FBComponentGetAt (int pIndex)
 Get the Component at pIndex.

Member Function Documentation

virtual int Add ( FBModel pItem) [virtual]

Add a object to the property list.

Parameters:
pItemObject to add to list.
Returns:
Number of items in list after operation.
virtual int Remove ( FBModel pItem) [virtual]

Remove object pItem from property list.

Parameters:
pItemObject to remove from list.
Returns:
Number of items in list after operation.
virtual void RemoveAt ( int  pIndex) [virtual]

Remove the object at pIndex.

Parameters:
pIndexIndex of object to remove.

Reimplemented from FBPropertyListComponentBase.

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

Get the object at pIndex.

Parameters:
pIndexIndex of object to get.
Returns:
Object at pIndex.

Reimplemented from FBPropertyListComponentBase.

virtual int GetCount ( ) [virtual]

Get the number of object.

Returns:
Number of objects.

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 385 of file fbstory.h.

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

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

FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot
FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot FBPropertyListPivot