C# Class SadConsoleEditor.Consoles.ToolPane

Inheritance: ControlsConsole
Show file Open project: Thraka/SadConsoleEditor Class Usage Examples

Public Properties

Property Type Description
CommonCharacterPickerPanel SadConsoleEditor.Panels.CharacterPickPanel
FilesPanel SadConsoleEditor.Panels.FilesPanel
LayersPanel SadConsoleEditor.Panels.LayersPanel
PanelFiles SadConsoleEditor.Panels.FilesPanel
PanelWidth int
PanelWidthControls int
ToolsPanel SadConsoleEditor.Panels.ToolsPanel

Public Methods

Method Description
FinishCreating ( ) : void
ProcessKeyboard ( KeyboardInfo info ) : bool
ProcessMouse ( SadConsole info ) : bool
RedrawPanels ( ) : void
RefreshControls ( ) : void
SetupEditor ( ) : void
ToolPane ( ) : System

Method Details

FinishCreating() public method

public FinishCreating ( ) : void
return void

ProcessKeyboard() public method

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

ProcessMouse() public method

public ProcessMouse ( SadConsole info ) : bool
info SadConsole
return bool

RedrawPanels() public method

public RedrawPanels ( ) : void
return void

RefreshControls() public method

public RefreshControls ( ) : void
return void

SetupEditor() public method

public SetupEditor ( ) : void
return void

ToolPane() public method

public ToolPane ( ) : System
return System

Property Details

CommonCharacterPickerPanel public property

public CharacterPickPanel,SadConsoleEditor.Panels CommonCharacterPickerPanel
return SadConsoleEditor.Panels.CharacterPickPanel

FilesPanel public property

public FilesPanel,SadConsoleEditor.Panels FilesPanel
return SadConsoleEditor.Panels.FilesPanel

LayersPanel public property

public LayersPanel,SadConsoleEditor.Panels LayersPanel
return SadConsoleEditor.Panels.LayersPanel

PanelFiles public property

public FilesPanel,SadConsoleEditor.Panels PanelFiles
return SadConsoleEditor.Panels.FilesPanel

PanelWidth public static property

public static int PanelWidth
return int

PanelWidthControls public static property

public static int PanelWidthControls
return int

ToolsPanel public property

public ToolsPanel,SadConsoleEditor.Panels ToolsPanel
return SadConsoleEditor.Panels.ToolsPanel