![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetColorizeFocusLost (bool colorize) |
| void | HandlerAttached (Widget w) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| void | ColorizeWidgets (Color colorBackground, Color colorContent, float speed=-1) |
| void | InsertWidgetCells (array< string > cellNames) |
| void | SetupInnerButton (string widgetName) |
| Find and setup focusing on root for every inner widget. | |
| void | OnInnerButtonFocus (Widget w) |
| Focus button root. | |
| void | ColorizeCellPart (string partName, Color c, float speed, float prevent) |
| Set color of every cell. | |
| void | ColorizeCellPart (string partName, Color c, float speed, float prevent, int id) |
| Set color of one specific cell. | |
| void | PreventContentColoringOn (int iCellId, bool bPrevent) |
| Color | GetColorContent () |
Protected Attributes | |
| ref array< ref Widget > | m_aWidgetCells = new array<ref Widget>() |
| ref array< bool > | m_aPreventContentChange = new array<bool> |
| ref array< SCR_ButtonComponent > | m_aInnerButtons = new array<SCR_ButtonComponent> |
| Color | m_cColorContent |
| ref Widget | m_wHoverWidget |
| int | m_iButtonPaddingLeft |
| int | m_iButtonPaddingTop |
| int | m_iButtonPaddingRigh |
| int | m_iButtonPaddingBottom |
| bool | m_bColorizeFocusLost = true |
Final Reforger button. Supported states: Disaled, hovered, focused, clicked - each with own visualization Works with WLib_Button widget prefab
Definition at line 5 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Set color of every cell.
Definition at line 122 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Set color of one specific cell.
Definition at line 152 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Definition at line 65 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Definition at line 177 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Definition at line 31 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Definition at line 76 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Focus button root.
Definition at line 109 of file SCR_ButtonSplitComponent.c.
Definition at line 39 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Definition at line 51 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Definition at line 171 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Definition at line 28 of file SCR_ButtonSplitComponent.c.
|
inlineprotected |
Find and setup focusing on root for every inner widget.
Definition at line 92 of file SCR_ButtonSplitComponent.c.
|
protected |
Definition at line 10 of file SCR_ButtonSplitComponent.c.
Definition at line 8 of file SCR_ButtonSplitComponent.c.
Definition at line 7 of file SCR_ButtonSplitComponent.c.
Definition at line 25 of file SCR_ButtonSplitComponent.c.
|
protected |
Definition at line 12 of file SCR_ButtonSplitComponent.c.
|
protected |
Definition at line 23 of file SCR_ButtonSplitComponent.c.
|
protected |
Definition at line 17 of file SCR_ButtonSplitComponent.c.
|
protected |
Definition at line 21 of file SCR_ButtonSplitComponent.c.
|
protected |
Definition at line 19 of file SCR_ButtonSplitComponent.c.
|
protected |
Definition at line 14 of file SCR_ButtonSplitComponent.c.