![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Deprecated button component. Still used in many prefabs, so it works, it's just stripped of most of the functionality. More...
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| override bool | OnFocus (Widget w, int x, int y) |
| override bool | OnFocusLost (Widget w, int x, int y) |
| void | ColorizeWidgets (Color colorBackground, Color colorContent, float speed=-1) |
| void | SetHorizontalAlign (LayoutHorizontalAlign horizontalAlign) |
| void | SetContent (string text) |
| void | SetContentFromUIInfo (SCR_UIInfo info) |
| string | GetContent () |
Static Protected Member Functions | |
| static SCR_ButtonComponent | GetButtonComponent (string name, Widget parent, bool searchAllChildren=true) |
Protected Attributes | |
| LocalizedString | m_sContent |
| Widget | m_wOverlay |
| Widget | m_wContent |
| ref Color | COLOR_BACKGROUND_DEFAULT = UIColors.BACKGROUND_DEFAULT |
| ref Color | COLOR_BACKGROUND_HOVERED = UIColors.BACKGROUND_HOVERED |
| ref Color | COLOR_BACKGROUND_FOCUSED = UIColors.BACKGROUND_HOVERED |
| ref Color | COLOR_BACKGROUND_CLICKED = UIColors.BACKGROUND_HOVERED |
| ref Color | COLOR_CONTENT_DEFAULT = Color.White |
| ref Color | COLOR_CONTENT_HOVERED = Color.White |
| ref Color | COLOR_CONTENT_FOCUSED = Color.White |
| ref Color | COLOR_CONTENT_CLICKED = Color.White |
| ref ScriptInvoker | m_OnHover = new ScriptInvoker() |
| ref ScriptInvoker< Widget > | m_OnHoverLeave = new ScriptInvoker() |
Deprecated button component. Still used in many prefabs, so it works, it's just stripped of most of the functionality.
Definition at line 4 of file SCR_ButtonComponent.c.
|
inlineprotected |
Definition at line 129 of file SCR_ButtonComponent.c.
|
inlinestaticprotected |
Static method to easily find component by providing name and parent. Searching all children will go through whole hierarchy, instead of immediate chidren
Definition at line 189 of file SCR_ButtonComponent.c.
|
inlineprotected |
Definition at line 181 of file SCR_ButtonComponent.c.
|
inlineprotected |
Definition at line 27 of file SCR_ButtonComponent.c.
Definition at line 114 of file SCR_ButtonComponent.c.
Definition at line 122 of file SCR_ButtonComponent.c.
Definition at line 92 of file SCR_ButtonComponent.c.
|
inlineprotected |
Definition at line 103 of file SCR_ButtonComponent.c.
|
inlineprotected |
Definition at line 150 of file SCR_ButtonComponent.c.
|
inlineprotected |
Definition at line 171 of file SCR_ButtonComponent.c.
|
inlineprotected |
Definition at line 139 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 15 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 12 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 14 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 13 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 20 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 17 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 19 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 18 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 23 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 24 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 7 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 10 of file SCR_ButtonComponent.c.
|
protected |
Definition at line 9 of file SCR_ButtonComponent.c.