To use ClassView to locate class definitions
The associated header (.h) file for the class opens in the text editor, with the cursor placed at the beginning of the class definition.
To use ClassView to locate member function declarations
The associated header (.h) file opens in the text editor with the cursor at the declaration for the function you chose.
To use ClassView to locate member function definitions
The associated implementation (.cpp) file opens in the text editor with the cursor at the definition for the function you chose.
To use ClassView to locate member variable definitions
The associated implementation (.cpp) file opens in the text editor with the cursor placed at the appropriate line in your class definition.