<!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" alt="Hide Fields Icon" width="16" height="16"></td> <td>Hide Fields</td> </tr> <tr> <td><img border="0" src="../images/static_co.gif" alt="Hide Static Members Icon" width="16" height="16"></td> <td>Hide Static Members </td> </tr> <tr> <td><img border="0" src="../images/public_co.gif" alt="Hide Non-Public Members Icon" width="16" height="16"></td> <td>Hide Non-Public Members </td> </tr> <tr> <td><img border="0" src="../images/alphab_sort_co.gif" alt="Sort items alphabetically Icon" 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" alt="Class icon"></td> <td>Class</td> </tr> <tr> <td> <img src="../images/container_obj.gif" width="16" height="16" alt="Namespace icon"></td> <td>Namespace</td> </tr> <tr> <td> <img src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition icon"></td> <td>Macro Definition</td> </tr> <tr> <td> <img src="../images/enum_obj.gif" width="16" height="16" alt="Enum icon"></td> <td>Enum</td> </tr> <tr> <td> <img src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator icon"></td> <td>Enumerator</td> </tr> <tr> <td> <img src="../images/field_obj.gif" width="16" height="16" alt="Variable icon"></td> <td>Variable</td> </tr> <tr> <td> <img src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td> <td>Field private</td> </tr> <tr> <td> <img src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td> <td>Field protected</td> </tr> <tr> <td> <img src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td> <td>Field public</td> </tr> <tr> <td> <img src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td> <td>Include</td> </tr> <tr> <td> <img src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td> <td>Method private</td> </tr> <tr> <td> <img src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td> <td>Method protected</td> </tr> <tr> <td> <img src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td> <td>Method public</td> </tr> <tr> <td> <img src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td> <td>Struct</td> </tr> <tr> <td> <img src="../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td> <td>Type definition</td> </tr> <tr> <td> <img src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td> <td>Union</td> </tr> <tr> <td> <img src="../images/var_declaration_obj.gif" width="16" height="16" alt="Function icon"></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>