C# 클래스 OpenRA.Mods.Common.Widgets.HotkeyEntryWidget

상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Font string
IsDisabled Func
Key Hotkey
LeftMargin int
OnLoseFocus System.Action
RightMargin int
TextColor Color
TextColorDisabled Color
VisualHeight int

보호된 프로퍼티들

프로퍼티 타입 설명
blinkCycle int
showEntry bool

공개 메소드들

메소드 설명
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
HandleKeyPress ( KeyInput e ) : bool
HandleMouseInput ( MouseInput mi ) : bool
HotkeyEntryWidget ( ) : System
Tick ( ) : void
YieldKeyboardFocus ( ) : bool

보호된 메소드들

메소드 설명
HotkeyEntryWidget ( HotkeyEntryWidget widget ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : OpenRA.Widgets.Widget
리턴 OpenRA.Widgets.Widget

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

HandleKeyPress() 공개 메소드

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
리턴 bool

HandleMouseInput() 공개 메소드

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
리턴 bool

HotkeyEntryWidget() 공개 메소드

public HotkeyEntryWidget ( ) : System
리턴 System

HotkeyEntryWidget() 보호된 메소드

protected HotkeyEntryWidget ( HotkeyEntryWidget widget ) : System
widget HotkeyEntryWidget
리턴 System

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

YieldKeyboardFocus() 공개 메소드

public YieldKeyboardFocus ( ) : bool
리턴 bool

프로퍼티 상세

Font 공개적으로 프로퍼티

public string Font
리턴 string

IsDisabled 공개적으로 프로퍼티

public Func IsDisabled
리턴 Func

Key 공개적으로 프로퍼티

public Hotkey Key
리턴 Hotkey

LeftMargin 공개적으로 프로퍼티

public int LeftMargin
리턴 int

OnLoseFocus 공개적으로 프로퍼티

public Action,System OnLoseFocus
리턴 System.Action

RightMargin 공개적으로 프로퍼티

public int RightMargin
리턴 int

TextColor 공개적으로 프로퍼티

public Color TextColor
리턴 Color

TextColorDisabled 공개적으로 프로퍼티

public Color TextColorDisabled
리턴 Color

VisualHeight 공개적으로 프로퍼티

public int VisualHeight
리턴 int

blinkCycle 보호되어 있는 프로퍼티

protected int blinkCycle
리턴 int

showEntry 보호되어 있는 프로퍼티

protected bool showEntry
리턴 bool