PropertyList of nodes in the tree view.
Public Member Functions | |
__init__ () | |
__del__ () | |
Refresh () | |
int | Add (FBTreeNode pNode) |
Add a property to the list. | |
RemoveAt (int pIndex) | |
Remove property at pIndex. | |
FBTreeNode | operator[] (int pIndex) |
[] operator overload. | |
int | GetCount () |
Get the number of properties in the list. |
__init__ | ( | ) |
__del__ | ( | ) |
Refresh | ( | ) |
int Add | ( | FBTreeNode | pNode | ) |
Add a property to the list.
pItem | Property to add. |
RemoveAt | ( | int | pIndex | ) |
Remove property at pIndex.
pIndex | Index where property is to be removed. |
FBTreeNode operator[] | ( | int | pIndex | ) |
[] operator overload.
pIndex | Index of property to access. |
int GetCount | ( | ) |
Get the number of properties in the list.