C# Class SadConsoleEditor.Editors.LayeredConsoleEditor

Inheritance: IEditor
Afficher le fichier Open project: Thraka/SadConsoleEditor Class Usage Examples

Private Properties

Свойство Type Description
ToolsListBox_SelectedItemChanged void

Méthodes publiques

Méthode 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

Méthode Description
ToolsListBox_SelectedItemChanged ( object sender, SadConsole e ) : void

Method Details

LayeredConsoleEditor() public méthode

public LayeredConsoleEditor ( ) : System
Résultat System

Load() public méthode

public Load ( string file, FileLoaders loader ) : void
file string
loader FileLoaders
Résultat void

Move() public méthode

public Move ( int x, int y ) : void
x int
y int
Résultat void

New() public méthode

public New ( Color foreground, Color background, int width, int height ) : void
foreground Color
background Color
width int
height int
Résultat void

OnClosed() public méthode

public OnClosed ( ) : void
Résultat void

OnDeselected() public méthode

public OnDeselected ( ) : void
Résultat void

OnSelected() public méthode

public OnSelected ( ) : void
Résultat void

ProcessKeyboard() public méthode

public ProcessKeyboard ( KeyboardInfo info ) : bool
info SadConsole.Input.KeyboardInfo
Résultat bool

ProcessMouse() public méthode

public ProcessMouse ( IConsole console, SadConsole info ) : bool
console IConsole
info SadConsole
Résultat bool

Render() public méthode

public Render ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void