mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
139 lines
No EOL
5.1 KiB
HTML
139 lines
No EOL
5.1 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>C/C++ Icons</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<!--INFOPOP
|
|
Provides a structural view of your code.
|
|
END INFOPOP-->
|
|
<body>
|
|
|
|
<h1>C/C++ Icons</h1>
|
|
|
|
<p>The table below lists the icons displayed in the C/C++ perspective.</p>
|
|
|
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%">
|
|
<tr>
|
|
<td width="19%" align="left"><strong>Icon</strong></td>
|
|
<td width="81%"><strong>Description</strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file icon"></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" alt="Class icon"></td>
|
|
<td width="81%">Class</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/template_obj.gif" width="16" height="16" alt="Code template icon"></td>
|
|
<td width="81%">Code template</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition icon"></td>
|
|
<td width="81%">Macro Definition</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum icon"></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" alt="Enumerator icon"></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" alt="Variable icon"></td>
|
|
<td width="81%">Variable</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></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" alt="Field protected icon"></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" alt="Field public icon"></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" alt="Include icon"></td>
|
|
<td width="81%">Include</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
|
|
<td width="81%">Makefile</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></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" alt="Method protected icon"></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" alt="Method public icon"></td>
|
|
<td width="81%">Method public</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/container_obj.gif" width="16" height="16" alt="Namespace icon"></td>
|
|
<td width="81%">Namespace</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></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" alt="Typedef icon"></td>
|
|
<td width="81%">Typedef</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="19%" align="left">
|
|
<img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></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" alt="Function icon"></td>
|
|
<td width="81%">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_proj_file_views.htm">Project file views</a><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> |