- Declaration - Shows the parameters, invocations, and callbys of a given function.
- File Declaration - Shows what functions, macros, and variables are declared within a given file
- Class Declaration - Shows what members are provided by a given class, who inherits this class, and also who it is based on.
- Type Declaration - Shows what a type is composed of.
- Data Members - Shows the structure of the data members of a class, struct, or type.
- Parent Declaration - Shows what functions and objects are defined in the parent entity.
- Return Type - Shows information about a return value type.