#include <fbdata.h>
Public Member Functions | |
FBPropertyListTake () | |
FBTake * | operator[] (int pIndex) |
Get the take at pIndex. | |
virtual int | Add (FBComponent *pItem) override |
Add a component to the list. | |
virtual void | RemoveAt (int pIndex) override |
Remove the component at pIndex from list. |
FBTake* operator[] | ( | int | pIndex | ) |
Get the take at pIndex.
pIndex | Index of the take to get. |
Reimplemented from FBPropertyListComponentBase.
virtual int Add | ( | FBComponent * | pItem | ) | [override, virtual] |
Add a component to the list.
pItem | Component to add to list. |
Reimplemented from FBPropertyListComponentBase.
virtual void RemoveAt | ( | int | pIndex | ) | [override, virtual] |
Remove the component at pIndex from list.
pIndex | Index of Component to remove. |
Reimplemented from FBPropertyListComponentBase.