|
Arma Reforger Script API
|
Public Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | SCR_LoadingCircleComponent () |
| void | ~SCR_LoadingCircleComponent () |
| void | SetSpeed (float speed) |
| float | GetSpeed () |
| void | GetIsPlayingAnimation (bool playing) |
| bool | GetIsPlayingAnimation () |
Public Member Functions inherited from SCR_WLibComponentBase | |
| 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 | 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) |
| Store custom data. | |
| Managed | GetData () |
| Get stored data. | |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Public Attributes | |
| SizeLayoutWidget | m_wRootSize |
| ImageWidget | m_wImage |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
Static Public Attributes | |
| const string | WIDGET_IMAGE = "Image" |
Static Public Attributes inherited from SCR_WLibComponentBase | |
| static const float | START_ANIMATION_RATE = 10001 |
| static const float | START_ANIMATION_PERIOD = 250 |
Protected Member Functions | |
| void | Animate () |
Protected Member Functions inherited from SCR_WLibComponentBase | |
| void | OnEnabled (bool animate) |
| void | OnDisabled (bool animate) |
| bool | IsChildWidget (Widget parent, Widget child) |
| void | SetAnimationRate () |
| void | PlaySound (string sound) |
Protected Attributes | |
| float | m_fSpeed |
| bool | m_bIsPlayingAnimation |
| bool | m_bIsAnimationDone |
Protected Attributes inherited from SCR_WLibComponentBase | |
| 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 |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_WLibComponentBase | |
| static bool | SetTexture (ImageWidget widget, ResourceName texture, string image="") |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| Base method for component lookup through the widget library. | |
| void SCR_LoadingCircleComponent.SCR_LoadingCircleComponent | ( | ) |
| void SCR_LoadingCircleComponent.~SCR_LoadingCircleComponent | ( | ) |
|
protected |
| bool SCR_LoadingCircleComponent.GetIsPlayingAnimation | ( | ) |
| void SCR_LoadingCircleComponent.GetIsPlayingAnimation | ( | bool | playing | ) |
| float SCR_LoadingCircleComponent.GetSpeed | ( | ) |
| override void SCR_LoadingCircleComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_WLibComponentBase.
| void SCR_LoadingCircleComponent.SetSpeed | ( | float | speed | ) |
|
protected |
|
protected |
|
protected |
| ImageWidget SCR_LoadingCircleComponent.m_wImage |
| SizeLayoutWidget SCR_LoadingCircleComponent.m_wRootSize |
|
static |