1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm
David Daoust 30a3b9c06f From Dave Williams: Continuing doc clean up.
All .htm files have changed for Copyright notice change.

New search docs (including indexer), new screen caps.
2004-06-24 10:49:13 +00:00

157 lines
No EOL
4.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Outline view</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Outline view</h1>
<p>The Outline view displays an outline of a structured C/C++ file that is currently
open in the editor area, by listing the structural elements. </p>
<p><img src="../images/outlineView.png" alt="Outline View"></p>
<h2>Outline view toolbar icons</h2>
<p>The table below lists the icons displayed in the Outline view toolbar.</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%">
<tr>
<td width="19%" align="left"><b>Icon</b></td>
<td width="81%"><b>Description</b></td>
</tr>
<tr>
<td><img border="0" src="../images/fields_co.gif" width="16" height="16"></td>
<td>Hide Fields</td>
</tr>
<tr>
<td><img border="0" src="../images/static_co.gif" width="16" height="16"></td>
<td>Hide Static Members </td>
</tr>
<tr>
<td><img border="0" src="../images/public_co.gif" width="16" height="16"></td>
<td>Hide Non-Public Members </td>
</tr>
<tr>
<td><img border="0" src="../images/alphab_sort_co.gif" width="16" height="16"></td>
<td>Sort items alphabetically</td>
</tr>
</dl>
</table>
<h2>Outline view icons</h2>
<p>The table below lists the icons displayed in the Outline view.</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%">
<tr>
<td><b>Icon</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td>
<img src="../images/class_obj.gif" width="16" height="16"></td>
<td>Class</td>
</tr>
<tr>
<td>
<img src="../images/container_obj.gif" width="16" height="16"></td>
<td>Namespace</td>
</tr>
<tr>
<td>
<img src="../images/define_obj.gif" width="16" height="16"></td>
<td>Macro Definition</td>
</tr>
<tr>
<td>
<img src="../images/enum_obj.gif" width="16" height="16"></td>
<td>Enum</td>
</tr>
<tr>
<td>
<img src="../images/enumerator_obj.gif" width="16" height="16"></td>
<td>Enumerator</td>
</tr>
<tr>
<td>
<img src="../images/field_obj.gif" width="16" height="16"></td>
<td>Variable</td>
</tr>
<tr>
<td>
<img src="../images/field_private_obj.gif" width="16" height="16"></td>
<td>Field private</td>
</tr>
<tr>
<td>
<img src="../images/field_protected_obj.gif" width="16" height="16"></td>
<td>Field protected</td>
</tr>
<tr>
<td>
<img src="../images/field_public_obj.gif" width="16" height="16"></td>
<td>Field public</td>
</tr>
<tr>
<td>
<img src="../images/include_obj.gif" width="16" height="16"></td>
<td>Include</td>
</tr>
<tr>
<td>
<img src="../images/method_private_obj.gif" width="16" height="16"></td>
<td>Method private</td>
</tr>
<tr>
<td>
<img src="../images/method_protected_obj.gif" width="16" height="16"></td>
<td>Method protected</td>
</tr>
<tr>
<td>
<img src="../images/method_public_obj.gif" width="16" height="16"></td>
<td>Method public</td>
</tr>
<tr>
<td>
<img src="../images/struct_obj.gif" width="16" height="16"></td>
<td>Struct</td>
</tr>
<tr>
<td>
<img src="../images/typedef_obj.gif" width="16" height="16"></td>
<td>Type definition</td>
</tr>
<tr>
<td>
<img src="../images/union_obj.gif" width="16" height="16"></td>
<td>Union</td>
</tr>
<tr>
<td>
<img src="../images/var_declaration_obj.gif" width="16" height="16"></td>
<td>Function</td>
</tr>
</table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_outlineview.htm">Outline view</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_t_show_proj_files.htm">Displaying C/C++ file components in the
C/C++ Projects view</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="cdt_o_views.htm">Views</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</html>