Public Member Functions

FBPropertyListPivot Class Reference

Search for all occurrences

Detailed Description

List: Story Clip pivot models

Definition at line 350 of file fbstory.h.

#include <fbstory.h>

Inheritance diagram for FBPropertyListPivot:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int  Add (HFBModel pItem)
  Add a object to the property list.
virtual int  Remove (HFBModel pItem)
  Remove object pItem from property list.
virtual void  RemoveAt (int pIndex)
  Remove the object at pIndex.
virtual HFBModel  operator[] (int pIndex)
  Get the object at pIndex.
virtual int  GetCount ()
  Get the number of object.
virtual FBComponent GetAt (int pIndex)
  Get the Component at pIndex.

Member Function Documentation

virtual int Add ( HFBModel  pItem ) [virtual]

Add a object to the property list.

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

Remove object pItem from property list.

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

Remove the object at pIndex.

Parameters:
pIndex Index of object to remove.

Reimplemented from FBPropertyListComponentBase.

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

Get the object at pIndex.

Parameters:
pIndex Index 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:
pIndex Index of Component to get a handle on.
Returns:
Component at pIndex.

Implements FBPropertyListComponentBase.

Definition at line 381 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