Public Member Functions

FBPropertyListModelTemplateBinding Class Reference

This reference page is linked to from the following overview topics: Model templates.


Search for all occurrences

Detailed Description

PropertyList: ModelTemplateBinding.

Definition at line 412 of file fbcore.h.

#include <fbcore.h>

Inheritance diagram for FBPropertyListModelTemplateBinding:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int  Add (HFBAnimationNode pItem)
  Add an animation node to the model template binding property list.
virtual void  RemoveAt (int pIndex)
  Remove the binding at pIndex.
FBAnimationNode operator[] (int pIndex)
  Get the binding at pIndex.
virtual int  GetCount ()
  Get the number of bindings.
virtual FBComponent GetAt (int pIndex)
  Get the Component at pIndex.

Member Function Documentation

virtual int Add ( HFBAnimationNode  pItem ) [virtual]

Add an animation node to the model template binding property list.

Parameters:
pItem Animation Node to add to list.
Returns:
Index where pItem was inserted.
virtual void RemoveAt ( int  pIndex ) [virtual]

Remove the binding at pIndex.

Parameters:
pIndex Index of binding to remove.

Reimplemented from FBPropertyListComponentBase.

FBAnimationNode* operator[] ( int  pIndex )

Get the binding at pIndex.

Parameters:
pIndex Index of binding to get.
Returns:
Binding at pIndex.

Reimplemented from FBPropertyListComponentBase.

virtual int GetCount ( ) [virtual]

Get the number of bindings.

Returns:
Number of bindings.

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 436 of file fbcore.h.

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

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

FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding
FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding FBPropertyListModelTemplateBinding