본문 바로가기

개발환경/ECLIPSE

[ECLIPSE] Outline View 기호의 의미

출처: http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.ptp.rdt.doc.user/html/reference/outline_view.html

 

일단 기초 문법 책을 띈 상태라면 기호로 표기된 클래스의 구성을 한눈에 파악할 수 있는 것이

Outline View 이다.

 

대충 정리하자면

빨간 색: private

노란 색: protected

초록 색: public 

을 의미한다. 

 

C는 클래스,

i는 인터페이스를 의미하고

필드변수의 접근범위와 static범위인지 등등을 파악할 수 있다.

어떤 메소드가 있고 접근 범위는 어떻게 되는 지 등등을 한눈에 볼 수 있다.

 

 

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