C# Class SadConsoleEditor.Editors.LayeredConsoleEditor

Inheritance: IEditor
ファイルを表示 Open project: Thraka/SadConsoleEditor Class Usage Examples

Private Properties

Property Type Description
ToolsListBox_SelectedItemChanged void

Public Methods

Method Description
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

Private Methods

Method Description
ToolsListBox_SelectedItemChanged ( object sender, SadConsole e ) : void

Method Details

LayeredConsoleEditor() public method

public LayeredConsoleEditor ( ) : System
return System

Load() public method

public Load ( string file, FileLoaders loader ) : void
file string
loader FileLoaders
return void

Move() public method

public Move ( int x, int y ) : void
x int
y int
return void

New() public method

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

OnClosed() public method

public OnClosed ( ) : void
return void

OnDeselected() public method

public OnDeselected ( ) : void
return void

OnSelected() public method

public OnSelected ( ) : void
return void

ProcessKeyboard() public method

public ProcessKeyboard ( KeyboardInfo info ) : bool
info SadConsole.Input.KeyboardInfo
return bool

ProcessMouse() public method

public ProcessMouse ( IConsole console, SadConsole info ) : bool
console IConsole
info SadConsole
return bool

Render() public method

public Render ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void

Save() public method

public Save ( ) : void
return void

Update() public method

public Update ( ) : void
return void