Class Graph Pane

Related Topics:

Graphing a Class Hierarchy Browsing a Class
Showing a Function or Class Source Changing the Node Layout
Printing a Graph Graphing a Function Call

The Class Graph Window provides a graphic representation of class hierarchies. The class graph pane has the following components:
Class text box Allows you to type the class you want to graph. Click the arrow at the end of the Class text box to access the pull-down menu of classes previously graphed.
Add Adds a node with the given class to the graph pane.
Find Moves the graph pane to show the node for the given class.
Graph pane Displays the relationships of classes in the source. Select single or multiple classes and reposition them in the graph pane. To select multiple classes, press the Shift key and click on the classes.
Expand Left Shows one level of parent class nodes for the selected class node. [Control+D]
Expand Right Shows one level of child class nodes for the selected class node. [Control+U]
Expand Both Shows one level of parent and child class nodes for the selected class node. Double-clicking a node performs an Expand Both operation. [Control+B]
Collapse Left Hides one level of parent class nodes for the selected class node. [Alt+D]
Collapse Right Hides one level of child class nodes for the selected class node. [Alt+U]
Collapse Both Hides one level of parent and child class nodes for the selected class node. [Alt+B]
Show Source Displays the source file containing the selected class node in an editor window (starts an editor if none is open). [Control+S]