C# Class SadConsoleEditor.Panels.CharacterPickPanel

Inheritance: CustomPanel
ファイルを表示 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_oe property

public bool HideBackground
return bool

HideCharacter public_oe property

public bool HideCharacter
return bool

HideForeground public_oe property

public bool HideForeground
return bool

HideMirrorLR public_oe property

public bool HideMirrorLR
return bool

HideMirrorTB public_oe property

public bool HideMirrorTB
return bool

SharedInstance public_oe static_oe property

public static CharacterPickPanel,SadConsoleEditor.Panels SharedInstance
return CharacterPickPanel