Previous Next
Quick Reference

Typeface in the Graph view
Typeface Symbol
Normal
appears once in the Graph view
Italics
appears more than once in the Graph view

Mouse clicks in the Graph view

  • Click on a symbol node to show it in the integrated read-only Code view.

  • Double-click on a symbol node to open a Source Editor positioned at the symbol.

  • <SHIFT>click on a symbol node to show the reference in the integrated read-only Code view.

  • <SHIFT>double-click on a symbol node to open a Source Editor positioned at the reference. The Source Editor can then step through subsequent references with the

  • Show > Next Match menu command.
    With a <SHIFT>double-click on the first node in a reference list, you can then step through all of the references in the Source Editor.
  • <CTRL>double-click shows the declaration of the selected symbol in the Source Editor.

  • <SHIFT><CTRL>double-click. If a Source Editor is already open, this command freezes the already opened editor and shows the reference in a new Source Editor.

Abbreviations
Access Indicators

Access indicator Access mode 
r
Read
w
Write
H
Used as component type (has-a relationship)
P
Used as a parameter type
R
Used as return value type

Type Indicators

Type indicator Symbol type
cl
Class
cd
Constructor or destructor
iv
Instance variable
me
Method
f
Function
v
Global variable
co
Constant variable
ma
Macro
en
Enumeration
ei
Enumeration item
td
Typedef
te
Template
st
Structure
un
Union
pc
Primitive C data type (e.g., char, int, float)
ud
Undefined symbol (e.g., the printf function, which is not defined in one of the loaded projects)
bo
builtin opertator
bf
builtin function

Previous Next