C# 클래스 SadConsoleEditor.Consoles.ToolPane

상속: ControlsConsole
파일 보기 프로젝트 열기: Thraka/SadConsoleEditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CommonCharacterPickerPanel SadConsoleEditor.Panels.CharacterPickPanel
FilesPanel SadConsoleEditor.Panels.FilesPanel
LayersPanel SadConsoleEditor.Panels.LayersPanel
PanelFiles SadConsoleEditor.Panels.FilesPanel
PanelWidth int
PanelWidthControls int
ToolsPanel SadConsoleEditor.Panels.ToolsPanel

공개 메소드들

메소드 설명
FinishCreating ( ) : void
ProcessKeyboard ( KeyboardInfo info ) : bool
ProcessMouse ( SadConsole info ) : bool
RedrawPanels ( ) : void
RefreshControls ( ) : void
SetupEditor ( ) : void
ToolPane ( ) : System

메소드 상세

FinishCreating() 공개 메소드

public FinishCreating ( ) : void
리턴 void

ProcessKeyboard() 공개 메소드

public ProcessKeyboard ( KeyboardInfo info ) : bool
info SadConsole.Input.KeyboardInfo
리턴 bool

ProcessMouse() 공개 메소드

public ProcessMouse ( SadConsole info ) : bool
info SadConsole
리턴 bool

RedrawPanels() 공개 메소드

public RedrawPanels ( ) : void
리턴 void

RefreshControls() 공개 메소드

public RefreshControls ( ) : void
리턴 void

SetupEditor() 공개 메소드

public SetupEditor ( ) : void
리턴 void

ToolPane() 공개 메소드

public ToolPane ( ) : System
리턴 System

프로퍼티 상세

CommonCharacterPickerPanel 공개적으로 프로퍼티

public CharacterPickPanel,SadConsoleEditor.Panels CommonCharacterPickerPanel
리턴 SadConsoleEditor.Panels.CharacterPickPanel

FilesPanel 공개적으로 프로퍼티

public FilesPanel,SadConsoleEditor.Panels FilesPanel
리턴 SadConsoleEditor.Panels.FilesPanel

LayersPanel 공개적으로 프로퍼티

public LayersPanel,SadConsoleEditor.Panels LayersPanel
리턴 SadConsoleEditor.Panels.LayersPanel

PanelFiles 공개적으로 프로퍼티

public FilesPanel,SadConsoleEditor.Panels PanelFiles
리턴 SadConsoleEditor.Panels.FilesPanel

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

public static int PanelWidth
리턴 int

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

public static int PanelWidthControls
리턴 int

ToolsPanel 공개적으로 프로퍼티

public ToolsPanel,SadConsoleEditor.Panels ToolsPanel
리턴 SadConsoleEditor.Panels.ToolsPanel