Previous Next
Code Dependencies

As you can see in the Graph view, Menu::Menu is taken as the root symbol and symbols it refers to are displayed as its nodes. The Reference view shows all types that are referenced by Menu::Menu , even classes.
Let's filter the list to show only functions and methods. To do so:

  1. In the Depth field enter <2> .
  2. Press the Filters... button.
    The Xref Filter dialog appears.
  3. Press the None button at the top-right to deselect all types.
  4. Select the method(me) and function(f) checkboxes.

    Click for full size, then use Back button

  5. Press Refers-To.
    The function-call tree to the depth of 2 is shown. Only forward references to methods and functions (in this case none) are displayed.

    Click for full size, then use Back button