Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TreeNode Class Reference

A TreeNode represents one visible node in a structure tree. More...

Inheritance diagram for TreeNode:

GenericNode List of all members.

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.

Listsubtrees
 The child nodes, a list with elements of type TreeNode.


Detailed Description

A TreeNode represents one visible node in a structure tree.


Member Data Documentation

char* TreeNode::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* TreeNode::label
 

The label.

char TreeNode::linkid[ID_LENGTH]
 

The node ID of the structure to be displayed if the user clicks on the label.

List* TreeNode::subtrees
 

The child nodes, a list with elements of type TreeNode.


Generated on Sun Apr 27 18:26:58 2003 for Grisu by doxygen1.3