2011-03-31 13:59:18 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2004-06-02 19:01:38 +00:00
< 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 >
2012-09-19 17:16:24 -04:00
< div role = "main" > < h1 > Outline view< / h1 >
2004-06-02 19:01:38 +00:00
2011-03-31 13:59:18 +00:00
< p > The < img src = "../images/command_link.png" 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 >
2011-03-31 13:59:18 +00:00
< th style = "width:19%" id = "icon" > < strong > Icon< / strong > < / th >
< th style = "width:81%" id = "description" > < strong > Description< / strong > < / th >
2004-06-02 19:01:38 +00:00
< / tr >
2012-01-03 00:01:59 -05:00
< tr >
< td style = "text-align:center;" headers = "icon" > < img src = "../images/icon_collapse_all.png" alt = "Collapse All Icon" width = "16" height = "16" > < / td >
< td headers = "description" > Collapse All< / td >
< / tr >
< tr >
< td style = "text-align:center;" headers = "icon" > < img src = "../images/alphab_sort_co.gif" alt = "Sort items alphabetically Icon" width = "16" height = "16" > < / td >
< td headers = "description" > Sort items alphabetically< / td >
< / tr >
2004-06-02 19:01:38 +00:00
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon" > < img src = "../images/fields_co.gif" alt = "Hide Fields Icon" width = "16" height = "16" > < / td >
< td headers = "description" > Hide Fields< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon" > < img src = "../images/static_co.gif" alt = "Hide Static Members Icon" width = "16" height = "16" > < / td >
< td headers = "description" > Hide Static Members < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon" > < img src = "../images/public_co.gif" alt = "Hide Non-Public Members Icon" width = "16" height = "16" > < / td >
< td headers = "description" > Hide Non-Public Members < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2012-01-03 00:01:59 -05:00
< td style = "text-align:center;" headers = "icon" > < img src = "../images/icon_hide_inactive_includes.png" alt = "Hide Inactive Elements Icon" width = "16" height = "16" > < / td >
< td headers = "description" > Hide Inactive Elements < / td >
2004-06-02 19:01:38 +00:00
< / tr >
< / 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 >
2011-03-31 13:59:18 +00:00
< th id = "icon2" > < strong > Icon< / strong > < / td >
< th id = "description2" > < strong > Description< / strong > < / th >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/class_obj.gif" width = "16" height = "16" alt = "Class icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Class< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2012-01-03 00:01:59 -05:00
< img src = "../images/namespace_obj.gif" width = "16" height = "16" alt = "Namespace icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Namespace< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/define_obj.gif" width = "16" height = "16" alt = "Macro Definition icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Macro Definition< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/enum_obj.gif" width = "16" height = "16" alt = "Enum icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Enum< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/enumerator_obj.gif" width = "16" height = "16" alt = "Enumerator icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Enumerator< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/field_obj.gif" width = "16" height = "16" alt = "Variable icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Variable< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/field_private_obj.gif" width = "16" height = "16" alt = "Field private icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Field private< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/field_protected_obj.gif" width = "16" height = "16" alt = "Field protected icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Field protected< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/field_public_obj.gif" width = "16" height = "16" alt = "Field public icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Field public< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/include_obj.gif" width = "16" height = "16" alt = "Include icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Include< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/method_private_obj.gif" width = "16" height = "16" alt = "Method private icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Method private< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/method_protected_obj.gif" width = "16" height = "16" alt = "Method protected icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Method protected< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/method_public_obj.gif" width = "16" height = "16" alt = "Method public icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Method public< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/struct_obj.gif" width = "16" height = "16" alt = "Struct icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Struct< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/typedef_obj.gif" width = "16" height = "16" alt = "Type definition icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Type definition< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/union_obj.gif" width = "16" height = "16" alt = "Union icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Union< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "text-align:center;" headers = "icon2" >
2009-05-05 20:53:52 +00:00
< img src = "../images/var_declaration_obj.gif" width = "16" height = "16" alt = "Function icon" > < / td >
2011-03-31 13:59:18 +00:00
< td headers = "description2" > Function< / td >
2004-06-02 19:01:38 +00:00
< / tr >
< / table >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngconcepts.gif" ALT = "Related concepts" width = "143" height = "21" >
2004-06-02 19:01:38 +00:00
< br >
< a href = "../concepts/cdt_c_outlineview.htm" > Outline view< / a > < / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngtasks.gif" ALT = "Related tasks" width = "143" height = "21" >
2004-06-02 19:01:38 +00:00
< br >
< a href = "../tasks/cdt_t_show_proj_files.htm" > Displaying C/C++ file components in the
C/C++ Projects view< / a > < / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" >
2004-06-02 19:01:38 +00:00
< br >
< a href = "cdt_o_views.htm" > Views< / a > < / p >
2010-05-10 20:25:24 +00:00
< hr >
2004-06-24 10:49:13 +00:00
< img src = "../images/ng00_04a.gif" ALT = "IBM Copyright Statement" >
2012-09-19 17:16:24 -04:00
< / div > < / body >
2004-06-02 19:01:38 +00:00
2004-06-14 11:25:12 +00:00
< / html >