C# Class OpenRA.Mods.Common.Widgets.HotkeyEntryWidget

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Font string
IsDisabled Func
Key Hotkey
LeftMargin int
OnLoseFocus System.Action
RightMargin int
TextColor Color
TextColorDisabled Color
VisualHeight int

Protected Properties

Свойство Type Description
blinkCycle int
showEntry bool

Méthodes publiques

Méthode Description
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
HandleKeyPress ( KeyInput e ) : bool
HandleMouseInput ( MouseInput mi ) : bool
HotkeyEntryWidget ( ) : System
Tick ( ) : void
YieldKeyboardFocus ( ) : bool

Méthodes protégées

Méthode Description
HotkeyEntryWidget ( HotkeyEntryWidget widget ) : System

Method Details

Clone() public méthode

public Clone ( ) : OpenRA.Widgets.Widget
Résultat OpenRA.Widgets.Widget

Draw() public méthode

public Draw ( ) : void
Résultat void

HandleKeyPress() public méthode

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
Résultat bool

HandleMouseInput() public méthode

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
Résultat bool

HotkeyEntryWidget() public méthode

public HotkeyEntryWidget ( ) : System
Résultat System

HotkeyEntryWidget() protected méthode

protected HotkeyEntryWidget ( HotkeyEntryWidget widget ) : System
widget HotkeyEntryWidget
Résultat System

Tick() public méthode

public Tick ( ) : void
Résultat void

YieldKeyboardFocus() public méthode

public YieldKeyboardFocus ( ) : bool
Résultat bool

Property Details

Font public_oe property

public string Font
Résultat string

IsDisabled public_oe property

public Func IsDisabled
Résultat Func

Key public_oe property

public Hotkey Key
Résultat Hotkey

LeftMargin public_oe property

public int LeftMargin
Résultat int

OnLoseFocus public_oe property

public Action,System OnLoseFocus
Résultat System.Action

RightMargin public_oe property

public int RightMargin
Résultat int

TextColor public_oe property

public Color TextColor
Résultat Color

TextColorDisabled public_oe property

public Color TextColorDisabled
Résultat Color

VisualHeight public_oe property

public int VisualHeight
Résultat int

blinkCycle protected_oe property

protected int blinkCycle
Résultat int

showEntry protected_oe property

protected bool showEntry
Résultat bool