Inheritance diagram for TreeNode:
Public Attributes | |
char * | label |
The label. | |
char * | arclabel |
The label of the arc that leads into this node, or NULL if there is no label (or the node is the root node). | |
char | linkid [ID_LENGTH] |
The node ID of the structure to be displayed if the user clicks on the label. | |
List * | subtrees |
The child nodes, a list with elements of type TreeNode. |
|
The label of the arc that leads into this node, or
|
|
The label.
|
|
The node ID of the structure to be displayed if the user clicks on the label.
|
|
The child nodes, a list with elements of type TreeNode.
|