Public Member Functions

FBPropertyListAnimationNode Class Reference

Search for all occurrences

Detailed Description

List of animation nodes.

Definition at line 375 of file fbdata.h.

#include <fbdata.h>

Inheritance diagram for FBPropertyListAnimationNode:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Member Function Documentation

virtual int Add ( FBAnimationNode 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< FBAnimationNode * >.

virtual int Remove ( FBAnimationNode 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< FBAnimationNode * >.

virtual void RemoveAt ( int  pIndex ) [virtual]

Remove an animation node from pIndex.

Parameters:
pIndex Index of animation node to remove.

Implements FBPropertyBasicList.

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

Overloaded [] operator.

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

Implements FBPropertyBaseList< FBAnimationNode * >.

virtual int GetCount ( ) [virtual]

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

Returns:
Number of animation nodes in list.

Implements FBPropertyBasicList.

FBAnimationNode* Find ( FBBox pOriginalOwner,
const 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.
FBAnimationNode* Find ( const 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.
FBAnimationNode* FindByLabel ( const 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