C# 클래스 _3PA.MainFeatures.CodeExplorer.CodeExplorer

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DockableCommandIndex int

공개 메소드들

메소드 설명
ApplyColorSettings ( ) : void

Use this to redraw the docked form

ForceClose ( ) : void
Init ( ) : void

Initialize the form

RedrawCodeExplorerList ( ) : void

Just redraw the code explorer, it is used to update the "selected" scope when the user click in scintilla

Toggle ( ) : void

Toggle the docked form on and off, can be called first and will initialize the form

Toggle ( bool doShow ) : void
UpdateCodeExplorer ( ) : void

Call this method to update the code explorer tree with the data from the Parser Handler

UpdateMenuItemChecked ( ) : void

Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)

메소드 상세

ApplyColorSettings() 공개 정적인 메소드

Use this to redraw the docked form
public static ApplyColorSettings ( ) : void
리턴 void

ForceClose() 공개 정적인 메소드

public static ForceClose ( ) : void
리턴 void

Init() 공개 정적인 메소드

Initialize the form
public static Init ( ) : void
리턴 void

RedrawCodeExplorerList() 공개 정적인 메소드

Just redraw the code explorer, it is used to update the "selected" scope when the user click in scintilla
public static RedrawCodeExplorerList ( ) : void
리턴 void

Toggle() 공개 정적인 메소드

Toggle the docked form on and off, can be called first and will initialize the form
public static Toggle ( ) : void
리턴 void

Toggle() 공개 정적인 메소드

public static Toggle ( bool doShow ) : void
doShow bool
리턴 void

UpdateCodeExplorer() 공개 정적인 메소드

Call this method to update the code explorer tree with the data from the Parser Handler
public static UpdateCodeExplorer ( ) : void
리턴 void

UpdateMenuItemChecked() 공개 정적인 메소드

Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)
public static UpdateMenuItemChecked ( ) : void
리턴 void

프로퍼티 상세

DockableCommandIndex 공개적으로 정적으로 프로퍼티

public static int DockableCommandIndex
리턴 int