일단 기초 문법 책을 띈 상태라면 기호로 표기된 클래스의 구성을 한눈에 파악할 수 있는 것이
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 toolbar icons
The table below lists the icons displayed in the Outline view toolbar.
Icon | Description |
Hide Fields | |
Hide Static Members | |
Hide Non-Public Members | |
Sort items alphabetically |
Outline view icons
The table below lists the icons displayed in the Outline view.
Icon | Description |
Class | |
Namespace | |
Macro Definition | |
Enum | |
Enumerator | |
Variable | |
Field private | |
Field protected | |
Field public | |
Include | |
Method private | |
Method protected | |
Method public | |
Struct | |
Type definition | |
Union | |
Function |