C# 클래스 SadConsoleEditor.Panels.CharacterPickPanel

상속: CustomPanel
파일 보기 프로젝트 열기: Thraka/SadConsoleEditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HideBackground bool
HideCharacter bool
HideForeground bool
HideMirrorLR bool
HideMirrorTB bool
SharedInstance CharacterPickPanel

공개 메소드들

메소드 설명
CharacterPickPanel ( string title, bool hideCharacter, bool hideForeground, bool hideBackground ) : System
Loaded ( ) : void
ProcessMouse ( SadConsole info ) : void
Redraw ( ControlBase control ) : int
Reset ( ) : void

비공개 메소드들

메소드 설명
Mirror_IsSelectedChanged ( object sender, EventArgs e ) : void
OnChanged ( ) : void

메소드 상세

CharacterPickPanel() 공개 메소드

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

Loaded() 공개 메소드

public Loaded ( ) : void
리턴 void

ProcessMouse() 공개 메소드

public ProcessMouse ( SadConsole info ) : void
info SadConsole
리턴 void

Redraw() 공개 메소드

public Redraw ( ControlBase control ) : int
control SadConsole.Controls.ControlBase
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

HideBackground 공개적으로 프로퍼티

public bool HideBackground
리턴 bool

HideCharacter 공개적으로 프로퍼티

public bool HideCharacter
리턴 bool

HideForeground 공개적으로 프로퍼티

public bool HideForeground
리턴 bool

HideMirrorLR 공개적으로 프로퍼티

public bool HideMirrorLR
리턴 bool

HideMirrorTB 공개적으로 프로퍼티

public bool HideMirrorTB
리턴 bool

SharedInstance 공개적으로 정적으로 프로퍼티

public static CharacterPickPanel,SadConsoleEditor.Panels SharedInstance
리턴 CharacterPickPanel