#include <TreeMap.h>
Public Member Functions | |
TreeMapItemInfo () | |
Default Constructor. | |
TreeMapItemInfo (LPCTSTR _name, unsigned long _order, unsigned int _depth, float _size) | |
Public Attributes | |
TCHAR | name [60] |
Name of the node. | |
LayoutRectangle | rc |
Calculated bounds of the node. | |
unsigned int | depth |
Depth in the tree. | |
unsigned long | order |
Order between nodes of the same depth (collected order sequence). | |
float | size |
Weight (size) of the node. |
TreeMapItemInfo::TreeMapItemInfo | ( | LPCTSTR | _name, | |
unsigned long | _order, | |||
unsigned int | _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. |