Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
SCR_LoadingCircleComponent Interface Reference
Inheritance diagram for SCR_LoadingCircleComponent:
[legend]

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 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 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)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override void HandlerAttached (Widget w)
 
override bool OnClick (Widget w, int x, int y, int button)
 
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
 
float m_fAnimationTime
 
bool m_bMouseOverToFocus
 
float m_fDisabledOpacity
 
float m_fAnimationRate
 
- 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.
 

Constructor & Destructor Documentation

◆ SCR_LoadingCircleComponent()

void SCR_LoadingCircleComponent.SCR_LoadingCircleComponent ( )

◆ ~SCR_LoadingCircleComponent()

void SCR_LoadingCircleComponent.~SCR_LoadingCircleComponent ( )

Member Function Documentation

◆ Animate()

void SCR_LoadingCircleComponent.Animate ( )
protected

◆ GetIsPlayingAnimation() [1/2]

bool SCR_LoadingCircleComponent.GetIsPlayingAnimation ( )

◆ GetIsPlayingAnimation() [2/2]

void SCR_LoadingCircleComponent.GetIsPlayingAnimation ( bool  playing)

◆ GetSpeed()

float SCR_LoadingCircleComponent.GetSpeed ( )

◆ HandlerAttached()

override void SCR_LoadingCircleComponent.HandlerAttached ( Widget  w)

Implements SCR_WLibComponentBase.

◆ SetSpeed()

void SCR_LoadingCircleComponent.SetSpeed ( float  speed)

Member Data Documentation

◆ m_bIsAnimationDone

bool SCR_LoadingCircleComponent.m_bIsAnimationDone
protected

◆ m_bIsPlayingAnimation

bool SCR_LoadingCircleComponent.m_bIsPlayingAnimation
protected

◆ m_fSpeed

float SCR_LoadingCircleComponent.m_fSpeed
protected

◆ m_wImage

ImageWidget SCR_LoadingCircleComponent.m_wImage

◆ m_wRootSize

SizeLayoutWidget SCR_LoadingCircleComponent.m_wRootSize

◆ WIDGET_IMAGE

const string SCR_LoadingCircleComponent.WIDGET_IMAGE = "Image"
static

The documentation for this interface was generated from the following file: