Navigating the Class Structure

You can navigate a project class structure, including functions, inheritance and interfaces using either Class View or the Object Browser.

You can go to a function declaration by double-clicking on the function name in Class View. You can go to a class definition by double-clicking on a class name in Class View.

See Also

Tasks

Adding a Member Function

Adding a Member Variable

Overriding a Virtual Function

Concepts

Adding Functionality with Code Wizards

Adding a Class

Adding an MFC Message Handler