PropertyList of nodes in the tree view.
Definition at line 1780 of file fbcontrols.h.
#include <fbcontrols.h>

Public Member Functions |
|
| FBPropertyListTreeNode () | |
| virtual | ~FBPropertyListTreeNode () |
| virtual void | Refresh () |
| virtual int | Add (FBTreeNode *pNode) |
| Add a property to the list. |
|
| virtual void | RemoveAt (int pIndex) |
| Remove property at pIndex. |
|
| virtual FBTreeNode * | operator[] (int pIndex) |
| [] operator overload. |
|
| virtual int | GetCount () |
| Get the number of properties in the list.
|
|
| virtual ~FBPropertyListTreeNode | ( | ) | [virtual] |
| virtual void Refresh | ( | ) | [virtual] |
| virtual int Add | ( | FBTreeNode * | pNode | ) | [virtual] |
Add a property to the list.
| pItem | Property to add. |
Implements FBPropertyBaseList< FBTreeNode * >.
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove property at pIndex.
| pIndex | Index where property is to be removed. |
Implements FBPropertyBasicList.
| virtual FBTreeNode* operator[] | ( | int | pIndex | ) | [virtual] |
[] operator overload.
| pIndex | Index of property to access. |
Implements FBPropertyBaseList< FBTreeNode * >.
| virtual int GetCount | ( | ) | [virtual] |
Get the number of properties in the list.
Implements FBPropertyBasicList.