#include <TreeMap.h>
Public Member Functions | |
TreeMapItem () | |
Default Constructor. | |
TreeMapItem (LPCTSTR name, DWORD order, UINT depth, float size) | |
~TreeMapItem () | |
Destructor. | |
Public Attributes | |
TreeMapItemInfo | itemInfo |
Information about the node. | |
CSimpleValArray< TreeMapItem * > | children |
Children of the node. |
TreeMapItem::TreeMapItem | ( | LPCTSTR | name, | |
DWORD | order, | |||
UINT | depth, | |||
float | size | |||
) |
name | Name of the node. | |
order | Order between nodes of the same depth. | |
depth | Depth of the node in the tree. | |
size | Size of the node which can be used during size calculation. |