Public Member Functions

FBPropertyListBox Class Reference

Search for all occurrences

Detailed Description

List: Box informations for constraint relation.

Definition at line 368 of file fbconstraint.h.

#include <fbconstraint.h>

Inheritance diagram for FBPropertyListBox:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int  Add (HFBBox pItem)
  Add a FBBox object to the property list.
virtual void  RemoveAt (int pIndex)
  Remove FBBox object from property list.
virtual HFBBox  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.

Member Function Documentation

int Add ( HFBBox  pItem )

Add a FBBox object to the property list.

Parameters:
pItem object to add to list.
Returns:
Number of items in list after operation.
Warning:
does nothing : call SetAsSource or ConstrainObject on the Relation Constraint.
virtual void RemoveAt ( int  pIndex ) [virtual]

Remove FBBox object from property list.

Parameters:
pIndex Index of object to get.

Reimplemented from FBPropertyListComponentBase.

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

Get the FBBox object at pIndex.

Parameters:
pIndex Index of object to get.
Returns:
the box at pIndex.

Reimplemented from FBPropertyListComponentBase.

virtual int GetCount ( ) [virtual]

Get the number of objects.

Returns:
Number of objects.

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 392 of file fbconstraint.h.

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

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

FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox
FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox FBPropertyListBox