2004-06-02 19:01:38 +00:00
<!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" >
2010-04-25 20:18:38 +00:00
< script language = "JavaScript" src = "PLUGINS_ROOT/org.eclipse.help/livehelp.js" > < / script >
2004-06-02 19:01:38 +00:00
< / head >
< body >
< h1 > Outline view< / h1 >
2010-04-25 20:18:38 +00:00
< 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.views.ContentOutline)")' > Outline< / a > view displays an outline of a structured C/C++ file that is currently
2004-06-02 19:01:38 +00:00
open in the editor area, by listing the structural elements. < / p >
2004-06-14 11:25:12 +00:00
< p > < img src = "../images/outlineView.png" alt = "Outline View" > < / p >
2004-06-02 19:01:38 +00:00
< h2 > Outline view toolbar icons< / h2 >
< p > The table below lists the icons displayed in the Outline view toolbar.< / p >
2010-04-25 20:18:38 +00:00
< table border = "1" cellpadding = "5" cellspacing = "0" style = "border-collapse: collapse" bordercolor = "#DDDDDD" width = "34%" >
2004-06-02 19:01:38 +00:00
< tr >
2010-04-25 20:18:38 +00:00
< td width = "19%" align = "center" > < strong > Icon< / strong > < / td >
2010-03-31 01:34:27 +00:00
< td width = "81%" > < strong > Description< / strong > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" > < img border = "0" src = "../images/fields_co.gif" alt = "Hide Fields Icon" width = "16" height = "16" > < / td >
2004-06-02 19:01:38 +00:00
< td > Hide Fields< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" > < img border = "0" src = "../images/static_co.gif" alt = "Hide Static Members Icon" width = "16" height = "16" > < / td >
2004-06-02 19:01:38 +00:00
< td > Hide Static Members < / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" > < img border = "0" src = "../images/public_co.gif" alt = "Hide Non-Public Members Icon" width = "16" height = "16" > < / td >
2004-06-02 19:01:38 +00:00
< td > Hide Non-Public Members < / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" > < img border = "0" src = "../images/alphab_sort_co.gif" alt = "Sort items alphabetically Icon" width = "16" height = "16" > < / td >
2004-06-02 19:01:38 +00:00
< 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 >
2010-04-25 20:18:38 +00:00
< table border = "1" cellpadding = "5" cellspacing = "0" style = "border-collapse: collapse" bordercolor = "#DDDDDD" width = "34%" >
< colgroup >
< col width = "25%" valign = "top" >
< col width = "75%" valign = "top" >
< / colgroup >
2004-06-02 19:01:38 +00:00
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" > < strong > Icon< / strong > < / td >
2010-03-31 01:34:27 +00:00
< td > < strong > Description< / strong > < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/class_obj.gif" width = "16" height = "16" alt = "Class icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Class< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/container_obj.gif" width = "16" height = "16" alt = "Namespace icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Namespace< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/define_obj.gif" width = "16" height = "16" alt = "Macro Definition icon" > < / td >
2004-06-21 10:33:03 +00:00
< td > Macro Definition< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/enum_obj.gif" width = "16" height = "16" alt = "Enum icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Enum< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/enumerator_obj.gif" width = "16" height = "16" alt = "Enumerator icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Enumerator< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/field_obj.gif" width = "16" height = "16" alt = "Variable icon" > < / td >
2004-06-21 10:33:03 +00:00
< td > Variable< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/field_private_obj.gif" width = "16" height = "16" alt = "Field private icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Field private< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/field_protected_obj.gif" width = "16" height = "16" alt = "Field protected icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Field protected< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/field_public_obj.gif" width = "16" height = "16" alt = "Field public icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Field public< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/include_obj.gif" width = "16" height = "16" alt = "Include icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Include< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/method_private_obj.gif" width = "16" height = "16" alt = "Method private icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Method private< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/method_protected_obj.gif" width = "16" height = "16" alt = "Method protected icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Method protected< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/method_public_obj.gif" width = "16" height = "16" alt = "Method public icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Method public< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/struct_obj.gif" width = "16" height = "16" alt = "Struct icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Struct< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/typedef_obj.gif" width = "16" height = "16" alt = "Type definition icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Type definition< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/union_obj.gif" width = "16" height = "16" alt = "Union icon" > < / td >
2004-06-02 19:01:38 +00:00
< td > Union< / td >
< / tr >
< tr >
2010-04-25 20:18:38 +00:00
< td align = "center" >
2009-05-05 20:53:52 +00:00
< img src = "../images/var_declaration_obj.gif" width = "16" height = "16" alt = "Function icon" > < / td >
2004-06-21 10:33:03 +00:00
< td > Function< / td >
2004-06-02 19:01:38 +00:00
< / 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 >
2010-04-25 20:18:38 +00:00
< hr / >
2004-06-24 10:49:13 +00:00
< img src = "../images/ng00_04a.gif" ALT = "IBM Copyright Statement" >
2004-06-02 19:01:38 +00:00
< / body >
2004-06-14 11:25:12 +00:00
< / html >