![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | SetImage (ResourceName sResource, string sImageName) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| 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 | OnMenuSelect () |
| void | ColorizeWidgets (Color colorBackground, Color colorContent, float speed=-1) |
| void | ColorizeCheckWidget () |
| Set color of checked line. | |
| bool | IsSelected () |
| void | SetSelected (bool selected, bool notify=true) |
Static Protected Member Functions | |
| static SCR_SelectableButtonComponent | GetSelectableButtonComponent (string name, Widget parent, bool searchAllChildren=true) |
Protected Attributes | |
| ResourceName | m_sImageResource |
| float | m_fContentPadding |
| string | WIDGET_CONTET_HLAYOUT = "hLayoutContent" |
| string | WIDGET_IMAGE = "ImageContent" |
| ref ScriptInvoker | m_OnChanged = new ScriptInvoker() |
| bool | m_bIsSelected = false |
| bool | m_bIsTriggered = true |
| Widget | m_wHLayoutContent |
| ImageWidget | m_wImageContent |
| ref Color | COLOR_CHECKED_TRUE = UIColors.CONTRAST_COLOR |
| ref Color | COLOR_CHECKED_FALSE = UIColors.WHITE_DEFAULT |
Selectable button. Supported states: Disaled, hovered, focused, selected, deselected Works with WLib_SelectableButton widget prefab
Definition at line 5 of file SCR_SelectableButtonComponent.c.
|
inlineprotected |
Set color of checked line.
Definition at line 157 of file SCR_SelectableButtonComponent.c.
|
inlineprotected |
Definition at line 147 of file SCR_SelectableButtonComponent.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_SelectableButtonComponent.c.
|
inlineprotected |
Definition at line 32 of file SCR_SelectableButtonComponent.c.
|
inlineprotected |
Definition at line 167 of file SCR_SelectableButtonComponent.c.
|
inlineprotected |
Definition at line 80 of file SCR_SelectableButtonComponent.c.
Definition at line 114 of file SCR_SelectableButtonComponent.c.
Definition at line 123 of file SCR_SelectableButtonComponent.c.
|
inlineprotected |
Definition at line 137 of file SCR_SelectableButtonComponent.c.
|
inlineprotected |
Definition at line 91 of file SCR_SelectableButtonComponent.c.
|
inlineprotected |
Definition at line 105 of file SCR_SelectableButtonComponent.c.
|
inlineprotected |
Definition at line 63 of file SCR_SelectableButtonComponent.c.
|
inlineprotected |
Definition at line 173 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 29 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 28 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 21 of file SCR_SelectableButtonComponent.c.
Definition at line 22 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 14 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 20 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 8 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 25 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 26 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 17 of file SCR_SelectableButtonComponent.c.
|
protected |
Definition at line 18 of file SCR_SelectableButtonComponent.c.