Nodes Menu (Class Graph Window)

Related Topics:

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

The Nodes menu in the Class Graph Window provides the following commands:
Undo Undoes the last node addition or deletion. [Alt+Backspace]
Hide Selected Removes all selected class nodes from the display. [Control+H]
Hide Non-Selected Removes all non-selected class nodes from the display.
Hide Unconnected Removes all unexpanded nodes from the display.
Show All Shows all classes.
Clear All Removes all class nodes from the display.
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]
Expand Completely Shows the entire class hierarchy of the selected class node.
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]
Show in Class Browser Displays the selected class node in the Class Browser Window with a list of its base, derived, and friend classes. Also lists any public, private, or protected members and friend functions.