![]() |
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 | Init () |
| override bool | OnClick (Widget w, int x, int y, int button) |
| void | ChangeState (int state) |
| void | StartProgress () |
| void | SetProgress (int progress) |
| void | FinishProgress () |
| int | GetSelectedItem () |
| void | SetProgressText (string text) |
| void | SetHintVisible (bool show) |
| void | EnableButton (bool bEnable) |
| bool | IsButtonEnabled () |
| void | OnMenuSelect () |
| override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
| override bool | OnMouseButtonUp (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) |
| string | GetCurrentContent () |
Static Protected Member Functions | |
| static SCR_MultipleStatesButtonComponent | GetMultipleStatesButtonComponent (string name, Widget parent, bool searchAllChildren=true) |
Protected Attributes | |
| ref array< ref MultipleStateButtonState > | m_aStates |
| ResourceName | m_wIconSetTexture |
| int | m_iStateSelected |
| bool | m_bEnabled = true |
| string | m_sHintAction |
| TextWidget | m_ContentText |
| TextWidget | m_ProgressText |
| ImageWidget | m_Progress |
| ImageWidget | m_wIcon |
| RichTextWidget | m_wActionHint |
| ref ScriptInvoker | m_OnStateChange = new ScriptInvoker |
| ref ScriptInvoker | m_OnHover = new ScriptInvoker |
| ref ScriptInvoker | m_OnHoverLeave = new ScriptInvoker |
Multiple states button. Works with WLib_ButtonMultipleStates widget prefab.
Definition at line 6 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 81 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 157 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 131 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 243 of file SCR_MultipleStatesButtonComponent.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 251 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 138 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 40 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 59 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 175 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 69 of file SCR_MultipleStatesButtonComponent.c.
Definition at line 227 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 235 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 181 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 188 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 196 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 205 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 216 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 151 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 121 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 144 of file SCR_MultipleStatesButtonComponent.c.
|
inlineprotected |
Definition at line 112 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 9 of file SCR_MultipleStatesButtonComponent.c.
Definition at line 24 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 29 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 21 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 36 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 37 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 35 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 31 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 30 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 27 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 33 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 32 of file SCR_MultipleStatesButtonComponent.c.
|
protected |
Definition at line 12 of file SCR_MultipleStatesButtonComponent.c.