List: Box informations for constraint relation.
Definition at line 368 of file fbconstraint.h.
#include <fbconstraint.h>
Public Member Functions | |
int | Add (FBBox *pItem) |
Add a FBBox object to the property list. | |
virtual void | RemoveAt (int pIndex) |
Remove FBBox object from property list. | |
virtual FBBox * | operator[] (int pIndex) |
Get the FBBox object at pIndex. | |
virtual int | GetCount () |
Get the number of objects. | |
virtual FBComponent * | GetAt (int pIndex) |
Get the Component at pIndex. |
int Add | ( | FBBox * | pItem | ) |
Add a FBBox object to the property list.
pItem | object to add to list. |
virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove FBBox object from property list.
pIndex | Index of object to get. |
Reimplemented from FBPropertyListComponentBase.
virtual FBBox* operator[] | ( | int | pIndex | ) | [virtual] |
Get the FBBox object at pIndex.
pIndex | Index of object to get. |
Reimplemented from FBPropertyListComponentBase.
virtual int GetCount | ( | ) | [virtual] |
Get the number of objects.
Reimplemented from FBPropertyListComponentBase.
virtual FBComponent* GetAt | ( | int | pIndex | ) | [inline, virtual] |
Get the Component at pIndex.
pIndex | Index of Component to get a handle on. |
Implements FBPropertyListComponentBase.
Definition at line 392 of file fbconstraint.h.
{ return (FBComponent*)operator[](pIndex); }