carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_call_hierarchy_view.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5 <meta http-equiv="Content-Language" content="en-us">
       
     6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
     7 <title>Call Hierarchy view</title>
       
     8 <link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 <body>
       
    11 
       
    12 <h1>Call Hierarchy view</h1>
       
    13 
       
    14 <p>The <b>Call Hierarchy</b> view shows the loaded callers and callees for a selected C/C++ function. Right-click a function name in a source file and select <b>Open Call Hierarchy</b> to open a Call Hierarchy view, if none is open, and show the function's callers.</p>
       
    15 
       
    16 <p><img src="../images/view_call_hierarchy.png" alt="Call Hierarchy view" ></p>
       
    17 
       
    18 <h3>Call Hierarchy view toolbar commands </h3>
       
    19 
       
    20   <p>The Call Hierarchy view toolbar commands include:</p>
       
    21   <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
       
    22     <tr>
       
    23       <td width="10%" align="left"><div align="center"><b>Command</b></div></td>
       
    24       <td width="30%"><div align="center"><b>Name</b></div></td>
       
    25       <td width="60%"><div align="center"><b>Description</b></div></td>
       
    26     </tr>
       
    27     <tr>
       
    28       <td valign="top"><div align="center"><img src="../images/icon_show_next_reference.png"  alt="Show Next Reference icon"></div></td>
       
    29       <td valign="top">Show Next Reference</td>
       
    30       <td valign="top">Selects the next functionw.</td>
       
    31     </tr>
       
    32     <tr>
       
    33       <td valign="top"><div align="center"><img src="../images/icon_show_prev_reference.png" alt="Show Previous Reference icon" ></div></td>
       
    34       <td valign="top">Show Previous Reference</td>
       
    35       <td valign="top">Selects the previous function.</td>
       
    36     </tr>
       
    37     <tr>
       
    38       <td valign="top"><div align="center"><img src="../images/icon_hide_variables_more.png" alt="Hide Variables, Constants and Enumerators icon" ></div></td>
       
    39       <td valign="top">Hide Variables, Constants and Enumerators</td>
       
    40       <td valign="top">Toggle to show or hide all variables, constants and enumerators in the view.</td>
       
    41     </tr>
       
    42     <tr>
       
    43       <td valign="top"><div align="center"><img src="../images/icon_show_callers.png" alt="Show Callers icon" ></div></td>
       
    44       <td valign="top">Show Callers</td>
       
    45       <td valign="top">Show all callers in the search scope of the selected function.</td>
       
    46     </tr>
       
    47     <tr>
       
    48       <td valign="top"><div align="center"><img src="../images/icon_show_callees.png" alt="Show Callees icon" ></div></td>
       
    49       <td valign="top">Show Callees</td>
       
    50       <td valign="top">Show all members called by the currently selected function.</td>
       
    51     </tr>
       
    52     <tr>
       
    53       <td valign="top"><div align="center"><img src="../images/icon_show_history_list.png" alt="Show History List icon" ></div></td>
       
    54       <td valign="top">Show History List</td>
       
    55       <td valign="top">This menu displays a history of previously displayed call hierarchies.</td>
       
    56     </tr>
       
    57     <tr>
       
    58       <td valign="top"><div align="center"><img src="../images/icon_refresh_view_contents.png" alt="Refresh View Contents icon" ></div></td>
       
    59       <td valign="top">Refresh View Contents</td>
       
    60       <td valign="top">Refreshes the view to reflect the current state of the function.</td>
       
    61     </tr>
       
    62     <tr>
       
    63       <td valign="top"><div align="center"><img src="../images/icon_menu_white.png" alt="Menu icon" ></div></td>
       
    64       <td valign="top">Menu</td>
       
    65       <td valign="top">Provides commands for: <ul><li>Using working sets</li>
       
    66       <li>Showings Callers or Callees</li>
       
    67       <li>Show or hide file names</li>
       
    68       <li>Activate or deactivate filters</li></ul></td>
       
    69     </tr>
       
    70   </table>
       
    71 
       
    72 <h3>Call Hierarchy view context menu commands </h3>
       
    73 
       
    74   <p>The Call Hierarchy view context menu commands include:</p>
       
    75   <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
       
    76     <tr>
       
    77       <td width="25%"><div align="center"><b>Name</b></div></td>
       
    78       <td width="75%"><div align="center"><b>Description</b></div></td>
       
    79     </tr>
       
    80     <tr>
       
    81       <td valign="top">Show Reference</td>
       
    82       <td valign="top">Opens an editor view containing the referenced function call.</td>
       
    83     </tr>
       
    84     <tr>
       
    85       <td valign="top">Open</td>
       
    86       <td valign="top">Opens an editor view containing the function reference.</td>
       
    87     </tr>
       
    88     <tr>
       
    89       <td valign="top">Focus on</td>
       
    90       <td valign="top">Resets the view to show the selected function.</td>
       
    91     </tr>
       
    92     <tr>
       
    93       <td valign="top">Refactor...</td>
       
    94       <td valign="top">Opens the <b>Rename global function</b> dialog.</td>
       
    95     </tr>
       
    96     <tr>
       
    97       <td valign="top">Declarations</td>
       
    98       <td valign="top">Search the workspace, project, or working set for all function declarations and shows the result in the Search view.</td>
       
    99     </tr>
       
   100     <tr>
       
   101       <td valign="top">References</td>
       
   102       <td valign="top">Search the workspace, project, or working set for all function references and shows the result in the <b>Search</b> view.</td>
       
   103     </tr>
       
   104   </table>
       
   105 
       
   106 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
       
   107   <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
       
   108 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
       
   109   <a href="cdt_o_views.htm">Views</a></p>
       
   110 <img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" > 
       
   111 </body>
       
   112 
       
   113 </html>