mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Another doc update patch. This one includes screen captures for the C++ preferences, and some views, outline view, projects view. Updated the references page to show all documentation in that section from the main page (there were double linked sections and some docs were not linked). Updated the topics_Reference.xml, it also contained invalid and double linked sections.
165 lines
No EOL
5.4 KiB
HTML
165 lines
No EOL
5.4 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>
|
|
<!--INFOPOP
|
|
View C/C++ file components.
|
|
END INFOPOP-->
|
|
|
|
<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" border="0" width="838" height="312" alt="Outline View screen capture"></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 width="19%" align="left"><b>Icon</b></td>
|
|
<td width="81%"><b>Description</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/c_file_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">C or C++ file</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/class_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Class</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/container_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Namespace</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/define_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Include</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/enum_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Enum</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/enumerator_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Enumerator</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/field_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Field</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/field_private_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Field private</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/field_protected_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Field protected</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/field_public_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Field public</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/include_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Include</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/method_private_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Method private</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/method_protected_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Method protected</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/method_public_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Method public</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/struct_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Struct</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/typedef_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Type definition</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/union_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Union</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16"></td>
|
|
<td width="81%">Variable</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/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
|
</body>
|
|
|
|
</html> |