Opening a Class with ClassView

To use ClassView to locate class definitions

  1. In ClassView, right-click the class name.

  2. In the pop-up menu, click Go To Definition.

    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

  1. In ClassView, expand the folder containing the member function declaration you want to view or edit.

  2. Right-click the member function name.

  3. In the pop-up menu, click Go To Declaration.

    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

  1. In ClassView, expand the folder of the class containing the member function definition you want to view or edit.

  2. Right-click the member function name.

  3. In the pop-up menu, click Go To Definition.

    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

  1. In ClassView, expand the folder for the class that contains the member variable you want to view or edit.

  2. Right-click the member variable name.

  3. In the pop-up menu, click Go To Definition.

    The associated implementation (.cpp) file opens in the text editor with the cursor placed at the appropriate line in your class definition.