Browsing a Class

Related Topics:

Showing a Function or Class Source Class Graph Window
Browsing Classes in Multiple Windows

If your program is written in C++, you can view information about classes and their member and friend functions in the Class Browser Window.

To show information about a class, struct, or union:

1. Choose Browse Browse Classes.

The Class Browser window opens.

2. To choose a class, do one of the following:

3. Click Browse or press Return to display information about the class in the Description Pane (Class Browser Window).

To view base and derived classes in the Description pane:

To show the source of a data member or friend function in an editor:

1. Select a line containing a data member or friend function.

2. Click Show Source to see its source in an editor.