C# 클래스 SadConsoleEditor.Editors.LayeredConsoleEditor

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

Private Properties

프로퍼티 타입 설명
ToolsListBox_SelectedItemChanged void

공개 메소드들

메소드 설명
LayeredConsoleEditor ( ) : System
Load ( string file, FileLoaders loader ) : void
Move ( int x, int y ) : void
New ( Color foreground, Color background, int width, int height ) : void
OnClosed ( ) : void
OnDeselected ( ) : void
OnSelected ( ) : void
ProcessKeyboard ( KeyboardInfo info ) : bool
ProcessMouse ( IConsole console, SadConsole info ) : bool
Render ( ) : void
Reset ( ) : void
Resize ( int width, int height ) : void
Save ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ToolsListBox_SelectedItemChanged ( object sender, SadConsole e ) : void

메소드 상세

LayeredConsoleEditor() 공개 메소드

public LayeredConsoleEditor ( ) : System
리턴 System

Load() 공개 메소드

public Load ( string file, FileLoaders loader ) : void
file string
loader FileLoaders
리턴 void

Move() 공개 메소드

public Move ( int x, int y ) : void
x int
y int
리턴 void

New() 공개 메소드

public New ( Color foreground, Color background, int width, int height ) : void
foreground Color
background Color
width int
height int
리턴 void

OnClosed() 공개 메소드

public OnClosed ( ) : void
리턴 void

OnDeselected() 공개 메소드

public OnDeselected ( ) : void
리턴 void

OnSelected() 공개 메소드

public OnSelected ( ) : void
리턴 void

ProcessKeyboard() 공개 메소드

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

ProcessMouse() 공개 메소드

public ProcessMouse ( IConsole console, SadConsole info ) : bool
console IConsole
info SadConsole
리턴 bool

Render() 공개 메소드

public Render ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void