C# Class SadConsoleEditor.Panels.CharacterPickPanel

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

Public Properties

Property Type Description
HideBackground bool
HideCharacter bool
HideForeground bool
HideMirrorLR bool
HideMirrorTB bool
SharedInstance CharacterPickPanel

Public Methods

Method Description
CharacterPickPanel ( string title, bool hideCharacter, bool hideForeground, bool hideBackground ) : System
Loaded ( ) : void
ProcessMouse ( SadConsole info ) : void
Redraw ( ControlBase control ) : int
Reset ( ) : void

Private Methods

Method Description
Mirror_IsSelectedChanged ( object sender, EventArgs e ) : void
OnChanged ( ) : void

Method Details

CharacterPickPanel() public method

public CharacterPickPanel ( string title, bool hideCharacter, bool hideForeground, bool hideBackground ) : System
title string
hideCharacter bool
hideForeground bool
hideBackground bool
return System

Loaded() public method

public Loaded ( ) : void
return void

ProcessMouse() public method

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

Redraw() public method

public Redraw ( ControlBase control ) : int
control SadConsole.Controls.ControlBase
return int

Reset() public method

public Reset ( ) : void
return void

Property Details

HideBackground public property

public bool HideBackground
return bool

HideCharacter public property

public bool HideCharacter
return bool

HideForeground public property

public bool HideForeground
return bool

HideMirrorLR public property

public bool HideMirrorLR
return bool

HideMirrorTB public property

public bool HideMirrorTB
return bool

SharedInstance public static property

public static CharacterPickPanel,SadConsoleEditor.Panels SharedInstance
return CharacterPickPanel