Undo
| Undoes the last node addition or deletion. [Alt+Backspace]
|
Hide Selected
| Removes all selected function nodes from the display. [Control+H]
|
Hide Non-Selected
| Removes all non-selected function nodes from the display.
|
Hide Unconnected
| Removes all unexpanded nodes from the display.
|
Show All
| Shows all function nodes.
|
Clear All
| Removes all function nodes from the display.
|
Expand Left
| Shows all function nodes that directly call the selected function node (one level of parents). [Control+D]
|
Expand Right
| Shows all function nodes called directly by the selected function (one level of children). [Control+U]
|
Expand Both
| Shows all function nodes directly called by and all function nodes that directly call the selected function node (one level of parents and children). Double-clicking a node performs an Expand Both operation. [Control+B]
|
Expand Completely
| Shows the entire call hierarchy of the selected function nodes.
|
Collapse Left
| Hides all function nodes that directly call the selected function node (one level of parents). [Alt+D]
|
Collapse Right
| Hides all function nodes called directly by the selected function (one level of children). [Alt+U]
|
Collapse Both
| Hides all function nodes directly called by and all function nodes that directly call the selected function node (one level of parents and children). [Alt+B]
|
Show Source
| Displays the source file containing the selected function node in an editor window, and starts an editor if none is open. [Control+S]
|