![]() |
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 | Update (float dt) |
| void | Lock (SCR_DeployButtonBase btn) |
| Lock this component's buttons from processing any further requests. Unlock() should be called once you receive a response. | |
| void | Unlock () |
| Unlock this component's buttons. | |
| bool | IsEnabled () |
| SCR_DeployButtonBase | GetFirstValidButton () |
| void | ToggleCollapsed () |
| void | SetExpanded (bool expanded) |
| bool | IsExpanded () |
| void | OnListExpand (SCR_DeployRequestUIBaseComponent component, bool expanded) |
| void | SetListWidget (Widget list) |
| Marks which widget should be used as a root for creating buttons. | |
| Widget | GetListWidget () |
| void | OnMouseLeft () |
| ScriptInvoker | GetOnButtonFocused () |
| ScriptInvoker | GetOnMouseLeft () |
Static Protected Member Functions | |
| static ScriptInvoker | GetOnListCollapse () |
Protected Attributes | |
| string | m_sExpandButton |
| Widget | m_wExpandButton |
| string | m_sExpandButtonName |
| TextWidget | m_wExpandButtonName |
| string | m_sExpandButtonNameFreq |
| TextWidget | m_wExpandButtonNameFreq |
| string | m_sExpandButtonIcon |
| ImageWidget | m_wExpandButtonIcon |
| bool | m_bUseListFromButton |
| bool | m_bEnabled = true |
| bool | m_bLocked = false |
| ref array< SCR_DeployButtonBase > | m_aButtons = {} |
| Widget | m_wRoot |
| ref ScriptInvoker | m_OnButtonFocused = new ScriptInvoker() |
| ref ScriptInvoker | m_OnMouseLeft = new ScriptInvoker() |
Static Protected Attributes | |
| static ref ScriptInvoker< SCR_DeployRequestUIBaseComponent, bool > | s_OnListExpand |
Definition at line 2 of file SCR_DeployRequestUIBaseComponent.c.
|
inlineprotected |
Gets first available button from the m_aButtons list.
Definition at line 84 of file SCR_DeployRequestUIBaseComponent.c.
|
inlineprotected |
Gets current list widget.
Definition at line 115 of file SCR_DeployRequestUIBaseComponent.c.
|
inlineprotected |
Definition at line 124 of file SCR_DeployRequestUIBaseComponent.c.
|
inlinestaticprotected |
Definition at line 134 of file SCR_DeployRequestUIBaseComponent.c.
|
inlineprotected |
Definition at line 129 of file SCR_DeployRequestUIBaseComponent.c.
|
inlineprotected |
Definition at line 34 of file SCR_DeployRequestUIBaseComponent.c.
|
inlineprotected |
Definition at line 75 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
|
inlineprotected |
Lock this component's buttons from processing any further requests. Unlock() should be called once you receive a response.
Definition at line 52 of file SCR_DeployRequestUIBaseComponent.c.
|
inlineprotected |
Definition at line 99 of file SCR_DeployRequestUIBaseComponent.c.
|
inlineprotected |
Definition at line 119 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
|
inlineprotected |
Marks which widget should be used as a root for creating buttons.
Definition at line 108 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
|
inlineprotected |
Unlock this component's buttons.
Definition at line 63 of file SCR_DeployRequestUIBaseComponent.c.
|
inlineprotected |
Definition at line 40 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 25 of file SCR_DeployRequestUIBaseComponent.c.
Definition at line 23 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 24 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 21 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 29 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 30 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 5 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 17 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 9 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 13 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 6 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 18 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 10 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 14 of file SCR_DeployRequestUIBaseComponent.c.
|
protected |
Definition at line 27 of file SCR_DeployRequestUIBaseComponent.c.
|
staticprotected |
Definition at line 31 of file SCR_DeployRequestUIBaseComponent.c.