Displaying Graphs from ClassView
From ClassView, you can display graphs showing the class derivations and the function-calling order in your application.
Note If you have not built your application with the option to build the browse information file, a message box appears, asking if you want to build the browse information file. If you click Yes, it builds the browse information file, and you can then find references. If you click No, the references are not available. Building a browse information file increases your build times.
To display a class graph
Select the class for which you want to display a graph.
With the mouse pointer over the selected class, click the right mouse button to display the shortcut menu, and click Base Classes to display a graph of the derivation for this class, or Derived Classes to display a graph of classes derived from this class.
The browse information window appears, with a graph for the class that you chose.
To display a call graph
Select the function for which you want to display a graph.
With the mouse pointer over the selected class, click the right mouse button to display the shortcut menu, and click Calls to display a graph of the functions that this function calls, or Called By to display a graph of functions that call this function.
The browse information window appears, with a graph for the function that you chose.
See Also Browsing Symbols from ClassView, Setting Breakpoints in ClassView