Public Member Functions

FBPropertyListAnimationNode Class Reference

Search for all occurrences

Detailed Description

List of animation nodes.

Definition at line 374 of file fbdata.h.

#include <fbdata.h>

Inheritance diagram for FBPropertyListAnimationNode:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int  Add (HFBAnimationNode pItem)
  Add an animation node to the list.
virtual int  Remove (HFBAnimationNode pItem)
  Remove an animation node from the list.
virtual void  RemoveAt (int pIndex)
  Remove an animation node from pIndex.
virtual HFBAnimationNode  operator[] (int pIndex)
  Overloaded [] operator.
virtual int  GetCount ()
  Get a count of the number of animation nodes in list.
HFBAnimationNode  Find (FBBox *pOriginalOwner, char *pDataType)
  Find an animation node.
HFBAnimationNode  Find (char *pNodeName)
  Find an animation node.
HFBAnimationNode  FindByLabel (char *pNodeLabel)
  Find an animation node by label name.

Member Function Documentation

virtual int Add ( HFBAnimationNode  pItem ) [virtual]

Add an animation node to the list.

Parameters:
pItem Animation node to add.
Returns:
Number of animation nodes in list after operation.

Implements FBPropertyBaseList< HFBAnimationNode >.

virtual int Remove ( HFBAnimationNode  pItem ) [virtual]

Remove an animation node from the list.

Parameters:
pItem Animation Node to remove.
Returns:
Number of animation nodes in list after operation.

Reimplemented from FBPropertyBaseList< HFBAnimationNode >.

virtual void RemoveAt ( int  pIndex ) [virtual]

Remove an animation node from pIndex.

Parameters:
pIndex Index of animation node to remove.

Implements FBPropertyBasicList.

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

Overloaded [] operator.

Parameters:
pIndex Index of animation node to access.
Returns:
Animation node at pIndex.

Implements FBPropertyBaseList< HFBAnimationNode >.

virtual int GetCount ( ) [virtual]

Get a count of the number of animation nodes in list.

Returns:
Number of animation nodes in list.

Implements FBPropertyBasicList.

HFBAnimationNode Find ( FBBox pOriginalOwner,
char *  pDataType 
)

Find an animation node.

Parameters:
pOriginalOwner Original Owner of the AnimationNode.
pDataType DataType of the AnimationNode.
Returns:
Handle to the animation node with the Given DataType and Owner.
HFBAnimationNode Find ( char *  pNodeName )

Find an animation node.

Parameters:
pNodeName String name of animation node to find.
Returns:
Handle to the animation node by the name of pNodeName.
HFBAnimationNode FindByLabel ( char *  pNodeLabel )

Find an animation node by label name.

Parameters:
pNodeLabel UI name of animation node to find.
Returns:
Handle to the animation node by the label of pNodeName.

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

FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode
FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode FBPropertyListAnimationNode