![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Base class for all final Reforger interactive elements. More...
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnFocus (Widget w, int x, int y) |
| void | OnEnabled (bool animate) |
| void | OnDisabled (bool animate) |
| bool | IsChildWidget (Widget parent, Widget child) |
| void | SetAnimationRate () |
| void | PlaySound (string sound) |
| void | SetHoverSound (string soundHover) |
| void | SetClickedSound (string soundClicked) |
| string | GetHoverSound () |
| string | GetClickedSound () |
| void | SetEnabled (bool enabled, bool animate=true) |
| void | SetVisible (bool visible, bool animate=true) |
| bool | IsEnabled () |
| void | SetMouseOverToFocus (bool mouseOverToFocus) |
| void | SetDisabledOpacity (float newDisabledOpacity) |
| void | SetData (Managed data) |
| Managed | GetData () |
Static Protected Member Functions | |
| static bool | SetTexture (ImageWidget widget, ResourceName texture, string image="") |
Protected Attributes | |
| string | m_sSoundHovered |
| string | m_sSoundClicked |
| string | m_sSoundContainerClosed |
| float | m_fAnimationTime |
| bool | m_bMouseOverToFocus |
| float | m_fDisabledOpacity |
| float | m_fAnimationRate |
| ref Managed | m_UserData |
Static Protected Attributes | |
| static const float | START_ANIMATION_RATE = 10001 |
| static const float | START_ANIMATION_PERIOD = 250 |
Base class for all final Reforger interactive elements.
Definition at line 8 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 171 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Get stored data
Definition at line 234 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 165 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 36 of file SCR_WLibComponentBase.c.
Definition at line 100 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 203 of file SCR_WLibComponentBase.c.
Definition at line 49 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 91 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 82 of file SCR_WLibComponentBase.c.
Definition at line 75 of file SCR_WLibComponentBase.c.
Definition at line 60 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 123 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 117 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 159 of file SCR_WLibComponentBase.c.
|
inlineprotected |
|
inlineprotected |
Definition at line 218 of file SCR_WLibComponentBase.c.
Definition at line 178 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 153 of file SCR_WLibComponentBase.c.
|
inlineprotected |
Definition at line 212 of file SCR_WLibComponentBase.c.
|
inlinestaticprotected |
Definition at line 130 of file SCR_WLibComponentBase.c.
Definition at line 191 of file SCR_WLibComponentBase.c.
|
protected |
Definition at line 23 of file SCR_WLibComponentBase.c.
|
protected |
Definition at line 28 of file SCR_WLibComponentBase.c.
|
protected |
Definition at line 20 of file SCR_WLibComponentBase.c.
|
protected |
Definition at line 26 of file SCR_WLibComponentBase.c.
|
protected |
Definition at line 14 of file SCR_WLibComponentBase.c.
|
protected |
Definition at line 17 of file SCR_WLibComponentBase.c.
|
protected |
Definition at line 11 of file SCR_WLibComponentBase.c.
|
protected |
Definition at line 30 of file SCR_WLibComponentBase.c.
|
staticprotected |
Definition at line 33 of file SCR_WLibComponentBase.c.
|
staticprotected |
Definition at line 32 of file SCR_WLibComponentBase.c.