프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Background | string | ||
BaseLine | int | ||
Contrast | bool | ||
ContrastColorDark | Color | ||
ContrastColorLight | Color | ||
Depressed | bool | ||
Disabled | bool | ||
Font | string | ||
GetColor | Func |
||
GetColorDisabled | Func |
||
GetContrastColorDark | Func |
||
GetContrastColorLight | Func |
||
GetKey | Hotkey>.Func | ||
GetText | Func |
||
GetTooltipText | Func |
||
Highlighted | bool | ||
IsDisabled | Func |
||
IsHighlighted | Func |
||
OnClick | System.Action | ||
OnDoubleClick | System.Action | ||
OnKeyPress | Action |
||
OnMouseDown | Action |
||
OnMouseUp | Action |
||
Shadow | bool | ||
TextColor | Color | ||
TextColorDisabled | Color | ||
TooltipContainer | string | ||
TooltipTemplate | string | ||
VisualHeight | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ModRules | Ruleset |
메소드 | 설명 | |
---|---|---|
Clone ( ) : OpenRA.Widgets.Widget | ||
Draw ( ) : void | ||
DrawBackground ( |
||
DrawBackground ( string baseName, |
||
HandleKeyPress ( KeyInput e ) : bool | ||
HandleMouseInput ( MouseInput mi ) : bool | ||
MouseEntered ( ) : void | ||
MouseExited ( ) : void | ||
YieldMouseFocus ( MouseInput mi ) : bool |
메소드 | 설명 | |
---|---|---|
ButtonWidget ( ButtonWidget other ) : System |
메소드 | 설명 | |
---|---|---|
ButtonWidget ( ModData modData ) : System |
protected ButtonWidget ( ButtonWidget other ) : System | ||
other | ButtonWidget | |
리턴 | System |
public DrawBackground ( |
||
rect | ||
disabled | bool | |
pressed | bool | |
hover | bool | |
highlighted | bool | |
리턴 | void |
public static DrawBackground ( string baseName, |
||
baseName | string | |
rect | ||
disabled | bool | |
pressed | bool | |
hover | bool | |
highlighted | bool | |
리턴 | void |