Public Member Functions

FBPropertyListModelTemplate Class Reference

Search for all occurrences

Detailed Description

PropertyList: ModelTemplate.

Definition at line 375 of file fbcore.h.

#include <fbcore.h>

Inheritance diagram for FBPropertyListModelTemplate:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int  Add (HFBModelTemplate pItem)
  Add a model template to the property list.
virtual void  RemoveAt (int pIndex)
  Remove the model template at pIndex.
FBModelTemplate operator[] (int pIndex)
  Get the model template at pIndex.
virtual int  GetCount ()
  Get the number of model templates.
virtual FBComponent GetAt (int pIndex)
  Get the Component at pIndex.

Member Function Documentation

int Add ( HFBModelTemplate  pItem )

Add a model template to the property list.

Parameters:
pItem Model template to add to list.
Returns:
Number of items in list after operation.
virtual void RemoveAt ( int  pIndex ) [virtual]

Remove the model template at pIndex.

Parameters:
pIndex Index of model template to remove.

Reimplemented from FBPropertyListComponentBase.

FBModelTemplate* operator[] ( int  pIndex )

Get the model template at pIndex.

Parameters:
pIndex Index of model template to get.
Returns:
Model template at pIndex.

Reimplemented from FBPropertyListComponentBase.

virtual int GetCount ( ) [virtual]

Get the number of model templates.

Returns:
Number of model templates.

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

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

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

FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate
FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate FBPropertyListModelTemplate