1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 08:15:48 +02:00

[Bug #310371] Revised C/C++ Projects and Project Explorer views

This commit is contained in:
L. Frank Turovich 2010-04-25 19:18:41 +00:00
parent aebd64dece
commit dad6718585
7 changed files with 113 additions and 58 deletions

View file

@ -531,4 +531,8 @@
<context id="cdt_creating_cpp_file_context" title="Creating your C++ file"> <context id="cdt_creating_cpp_file_context" title="Creating your C++ file">
<topic href="getting_started/cdt_w_creating_cpp_file.html" label="Creating your C++ file"/> <topic href="getting_started/cdt_w_creating_cpp_file.html" label="Creating your C++ file"/>
</context> </context>
<context id="project_explorer_context" title="Project Explorer">
<description>The Project Explorer displays project information.</description>
<topic href="reference/cdt_u_project_explorer_view.htm" label="Project Explorer view"/>
</context>
</contexts> </contexts>

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

View file

@ -43,7 +43,11 @@
file="contexts_CDT.xml" file="contexts_CDT.xml"
plugin="org.eclipse.cdt.ui"> plugin="org.eclipse.cdt.ui">
</contexts> </contexts>
</extension> <contexts
file="contexts_CDT.xml"
plugin="org.eclipse.ui">
</contexts>
</extension>
<extension <extension
point="org.eclipse.help.contexts"> point="org.eclipse.help.contexts">
<contexts <contexts

View file

@ -6,11 +6,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>C/C++ Project View</title> <title>C/C++ Project View</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>C/C++ Projects view</h1> <h1>C/C++ Projects view</h1>
<p>The C/C++ Projects view displays, in a tree structure, only elements relevant to C and C++ project files. In this view you can do the following: <p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.cdt.ui.CView)")'>C/C++ Project</a> view displays, in a tree structure, only elements relevant to C and C++ project files, similar to the <a href="cdt_u_project_explorer_view.htm">Project Explorer</a> view. In this view you can do the following:
<ul> <ul>
<li>Browse the elements of C/C++ source files</li> <li>Browse the elements of C/C++ source files</li>
<li>Open files in the editor view</li> <li>Open files in the editor view</li>
@ -21,13 +22,20 @@
<li>Import or Export files and projects</li> <li>Import or Export files and projects</li>
</ul> </ul>
Files that you select in the C/C++ Projects view affect the information that is displayed in other views.<p></p> <p>Files that you select in the <b>C/C++ Projects</b> view affect the information that is displayed in other views.</p>
<p>Right-click on any resource in the Project Explorer view to open a pop-up menu that allows you to perform operations such as copying, moving, creating new resources, comparing resources with each other, or performing team operations.</p>
<p><img img src="../images/view_projects.png" alt="C/C++ Projects View"></p> <p><img img src="../images/view_projects.png" alt="C/C++ Projects View"></p>
<h2>Toolbar</h2> <h2>C/C++ Projects toolbar</h2>
<p>The table below lists the toolbar options displayed in the C/C++ Projects view.</p>
<p><table border="1" cellpadding="3" cellspacing="0"> <p><table border="1" cellpadding="3" cellspacing="0" width="600px" bordercolor="#DDDDDD" >
<colgroup>
<col width="5%" valign="top" >
<col width="20%" valign="top" >
<col width="75%" valign="top" >
</colgroup>
<tr> <tr>
<th>Icon</th> <th>Icon</th>
<th>Name</th> <th>Name</th>
@ -85,12 +93,6 @@ Files that you select in the C/C++ Projects view affect the information that is
<dd>Deselects the current working set. </dd><p></p> <dd>Deselects the current working set. </dd><p></p>
<p><dt>Edit Active Working Set</dt> <p><dt>Edit Active Working Set</dt>
<dd>Opens the <strong>Edit Working Set</strong> dialog to allow changing the current working set.</dd><p></p> <dd>Opens the <strong>Edit Working Set</strong> dialog to allow changing the current working set.</dd><p></p>
<p><dt>Sort</dt>
<dd>This command sorts the resources in the view according to the selected schema:<br>
<ul>
<li><strong>By Name</strong>:&nbsp; Resources are sorted alphabetically, according to the full name of the resource (e.g., A.TXT, then B.DOC, then C.HTML, etc.)</li>
<li><strong>By Type</strong>:&nbsp; Resources are sorted alphabetically by file type/extension (e.g., all DOC files, then all HTML files, then all TXT files, etc.).</li>
</ul><p></p>
<p><dt>Filters</dt> <p><dt>Filters</dt>
<dd>This command allows you to select filters to apply to the view so that you can show or hide various resources as needed. <dd>This command allows you to select filters to apply to the view so that you can show or hide various resources as needed.
File types selected in the list will not be shown in the C/C++ Projects view.<dd><p></p> File types selected in the list will not be shown in the C/C++ Projects view.<dd><p></p>
@ -105,103 +107,118 @@ Files that you select in the C/C++ Projects view affect the information that is
<p>The table below lists the icons displayed in the C/C++ Projects view.</p> <p>The table below lists the icons displayed in the C/C++ Projects view.</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="34%">
<tr> <tr>
<td width="19%" align="left"><strong>Icon</strong></td> <td width="19%" align="center"><strong>Icon</strong></td>
<td width="81%"><strong>Description</strong></td> <td width="81%"><strong>Description</strong></td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file Icon"></td> <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> <td width="81%">C or C++ file</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/c_exe_obj.png" width="16" height="16" alt="Executable file icon"></td>
<td width="81%">Debuggable executable file</td>
</tr>
<tr>
<td width="19%" align="center">
<img border="0" src="../images/c_object_file.png" width="16" height="17" alt="C or C++ object file icon"></td>
<td width="81%">Object file</td>
</tr>
<tr>
<td width="19%" align="center">
<img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class Icon"></td> <img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class Icon"></td>
<td width="81%">Class</td> <td width="81%">Class</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition Icon"></td> <img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition Icon"></td>
<td width="81%">Macro Definition</td> <td width="81%">Macro Definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum Icon"></td> <img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum Icon"></td>
<td width="81%">Enum</td> <td width="81%">Enum</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator Icon"></td> <img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator Icon"></td>
<td width="81%">Enumerator</td> <td width="81%">Enumerator</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable Icon"></td> <img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable Icon"></td>
<td width="81%">Variable</td> <td width="81%">Variable</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td> <img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
<td width="81%">Field private</td> <td width="81%">Field private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td> <img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
<td width="81%">Field protected</td> <td width="81%">Field protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td> <img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
<td width="81%">Field public</td> <td width="81%">Field public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td> <img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
<td width="81%">Include</td> <td width="81%">Include</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td> <img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
<td width="81%">Makefile</td> <td width="81%">Makefile</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td> <img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
<td width="81%">Method private</td> <td width="81%">Method private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td> <img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
<td width="81%">Method protected</td> <td width="81%">Method protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td> <img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
<td width="81%">Method public</td> <td width="81%">Method public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td> <img border="0" src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td>
<td width="81%">Namespace</td> <td width="81%">Namespace</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/namespace_declared_obj.png" width="17" height="16" alt="Namespace declared icon"></td>
<td width="81%">Namespace declared</td>
</tr>
<tr>
<td width="19%" align="center">
<img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td> <img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
<td width="81%">Struct</td> <td width="81%">Struct</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td> <img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td>
<td width="81%">Type definition</td> <td width="81%">Type definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td> <img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
<td width="81%">Union</td> <td width="81%">Union</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td> <img border="0" src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td>
<td width="81%">Function</td> <td width="81%">Function</td>
</tr> </tr>
@ -215,7 +232,9 @@ Files that you select in the C/C++ Projects view affect the information that is
<br><a href="../tasks/cdt_t_show_proj_files.htm">Displaying C/C++ file components in the C/C++ Projects view</a> <br><a href="../tasks/cdt_t_show_proj_files.htm">Displaying C/C++ file components in the C/C++ Projects view</a>
<br><a href="../tasks/cdt_t_prvw_hide_files.htm">Hiding files by type in the C/C++ Projects view</a></p> <br><a href="../tasks/cdt_t_prvw_hide_files.htm">Hiding files by type in the C/C++ Projects view</a></p>
<p><img src="../images/ngref.gif" ALT="Related references" width="143" height="21">
<br><a href="../reference/cdt_u_project_explorer_view.htm">Project Explorer view</a></p>
<hr />
<p> <p>
<img img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br> <img img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br>
<img img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" > <img img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >

View file

@ -6,11 +6,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Project Explorer View</title> <title>Project Explorer View</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>Project Explorer view</h1> <h1>Project Explorer view</h1>
<p>The Project Explorer view displays, in a tree structure similar to the C/C++ Projects view, but it is not limited to C and C++ projects. In this view you can do the following: <p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.ui.navigator.ProjectExplorer)")'>Project Explorer</a> view displays, in a tree structure similar to the <a href="cdt_u_cproj_view.htm">C/C++ Projects</a> view, but it is not limited to C and C++ projects. In this view you can do the following:
<ul> <ul>
<li>Browse the elements of C/C++ source files</li> <li>Browse the elements of C/C++ source files</li>
<li>Open files in the editor view</li> <li>Open files in the editor view</li>
@ -21,13 +22,20 @@
<li>Import or Export files and projects</li> <li>Import or Export files and projects</li>
</ul> </ul>
Files that you select in the Project Explorer view affect the information that is displayed in other views.<p></p> <p>Files that you select in the Project Explorer view affect the information that is displayed in other views.</p>
<p>Right-click on any resource in the Project Explorer view to open a pop-up menu that allows you to perform operations such as copying, moving, creating new resources, comparing resources with each other, or performing team operations. </p>
<p><img img src="../images/view_project_explorer.png" alt="Project Explorer view"></p> <p><img img src="../images/view_project_explorer.png" alt="Project Explorer view"></p>
<h2>Toolbar</h2> <h2>Project Explorer toolbar</h2>
<p>The table below lists the toolbar options displayed in the Project Explorer view.</p>
<p><table border="1" cellpadding="3" cellspacing="0"> <p><table width="600px" border="1" cellpadding="3" cellspacing="0" bordercolor="#DDDDDD">
<colgroup>
<col width="5%" valign="top" >
<col width="20%" valign="top" >
<col width="75%" valign="top" >
</colgroup>
<tr> <tr>
<th>Icon</th> <th>Icon</th>
<th>Name</th> <th>Name</th>
@ -69,6 +77,8 @@ Files that you select in the Project Explorer view affect the information that
<dd>Deselects the current working set. </dd><p></p> <dd>Deselects the current working set. </dd><p></p>
<p><dt>Edit Active Working Set</dt> <p><dt>Edit Active Working Set</dt>
<dd>Opens the <strong>Edit Working Set</strong> dialog to allow changing the current working set.</dd><p></p> <dd>Opens the <strong>Edit Working Set</strong> dialog to allow changing the current working set.</dd><p></p>
<p><dt>Package Presentation</dt>
<dd>Choose to display packages in flat or hierarchical form.</dd><p></p>
<p><dt>Customize View</dt> <p><dt>Customize View</dt>
<dd>This command allows customization of view filters and content modules. <dd>This command allows customization of view filters and content modules.
The previous will allow you to supress the display of certain types of files The previous will allow you to supress the display of certain types of files
@ -85,103 +95,118 @@ Files that you select in the Project Explorer view affect the information that
<p>The table below lists the icons displayed in the Project Explorer view for C/C++ content.</p> <p>The table below lists the icons displayed in the Project Explorer view for C/C++ content.</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="34%">
<tr> <tr>
<td width="19%" align="left"><strong>Icon</strong></td> <td width="19%" align="center"><strong>Icon</strong></td>
<td width="81%"><strong>Description</strong></td> <td width="81%"><strong>Description</strong></td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file icon"></td> <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> <td width="81%">C or C++ file</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/c_exe_obj.png" width="16" height="16" alt="Executable file icon"></td>
<td width="81%">Debuggable executable file</td>
</tr>
<tr>
<td width="19%" align="center">
<img border="0" src="../images/c_object_file.png" width="16" height="17" alt="C or C++ object file icon"></td>
<td width="81%">Object file</td>
</tr>
<tr>
<td width="19%" align="center">
<img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class icon"></td> <img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class icon"></td>
<td width="81%">Class</td> <td width="81%">Class</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition icon"></td> <img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition icon"></td>
<td width="81%">Macro Definition</td> <td width="81%">Macro Definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum icon"></td> <img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum icon"></td>
<td width="81%">Enum</td> <td width="81%">Enum</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator icon"></td> <img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator icon"></td>
<td width="81%">Enumerator</td> <td width="81%">Enumerator</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable icon"></td> <img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable icon"></td>
<td width="81%">Variable</td> <td width="81%">Variable</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td> <img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
<td width="81%">Field private</td> <td width="81%">Field private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td> <img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
<td width="81%">Field protected</td> <td width="81%">Field protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td> <img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
<td width="81%">Field public</td> <td width="81%">Field public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td> <img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
<td width="81%">Include</td> <td width="81%">Include</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td> <img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
<td width="81%">Makefile</td> <td width="81%">Makefile</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td> <img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
<td width="81%">Method private</td> <td width="81%">Method private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td> <img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
<td width="81%">Method protected</td> <td width="81%">Method protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td> <img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
<td width="81%">Method public</td> <td width="81%">Method public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td> <img border="0" src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td>
<td width="81%">Namespace</td> <td width="81%">Namespace</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/namespace_declared_obj.png" width="17" height="16" alt="Namespace declared icon"></td>
<td width="81%">Namespace declared</td>
</tr>
<tr>
<td width="19%" align="center">
<img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td> <img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
<td width="81%">Struct</td> <td width="81%">Struct</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Type Definition icon"></td> <img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Type Definition icon"></td>
<td width="81%">Type definition</td> <td width="81%">Type definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td> <img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
<td width="81%">Union</td> <td width="81%">Union</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="left"> <td width="19%" align="center">
<img border="0" src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td> <img border="0" src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td>
<td width="81%">Function</td> <td width="81%">Function</td>
</tr> </tr>
@ -195,7 +220,10 @@ Files that you select in the Project Explorer view affect the information that
<br><a href="../Tasks/cdt_t_show_proj_files.htm">Displaying C/C++ file components in the Project Explorer view</a> <br><a href="../Tasks/cdt_t_show_proj_files.htm">Displaying C/C++ file components in the Project Explorer view</a>
<br><a href="../Tasks/cdt_t_prvw_hide_files.htm">Hiding files by type in the Project Explorer view</a></p> <br><a href="../Tasks/cdt_t_prvw_hide_files.htm">Hiding files by type in the Project Explorer view</a></p>
<p><img src="../images/ngref.gif" ALT="Related references" width="143" height="21">
<br><a href="../reference/cdt_u_cproj_view.htm">C/C++ Projects view</a></p>
<hr />
<p> <p>
<img img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" > <img img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p> </p>