[Eclipse] Outline View 아이콘의 의미

2011. 1. 7. 15:17Scrapbook/개발 및 프로그래밍

반응형

Outline view

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.

Outline View

Outline view toolbar icons

The table below lists the icons displayed in the Outline view toolbar.

Icon Description
Hide fields icon Hide Fields
Hide static members icon Hide Static Members
Hide non-public members icon Hide Non-Public Members
Sort items alphabetically icon Sort items alphabetically

Outline view icons

The table below lists the icons displayed in the Outline view.

Icon Description
Class icon Class
Namespace icon Namespace
Macro icon Macro Definition
Enum icon Enum
Enumerator icon Enumerator
Variable icon Variable
Private field icon Field private
Protected field icon Field protected
Public field icon Field public
Include icon Include
private method icon Method private
protected method icon Method protected
public method icon Method public
Struct icon Struct
Type definition icon Type definition
Union icon Union
Function icon Function

반응형