Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_DownloadManager_CircularIndicatorComponent Interface Reference

Component which visualizes state of download manager with the small circular indicator. More...

Inheritance diagram for SCR_DownloadManager_CircularIndicatorComponent:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 
- 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 ()
 

Protected Member Functions

void OnFrame (float tDelta)
 
void UpdateAllWidgets ()
 
void OnButtonClick ()
 
void OnMenuEnabled (ChimeraMenuBase menu)
 
void OnMenuDisabled (ChimeraMenuBase menu)
 

Protected Attributes

ref SCR_DownloadManager_CircleProgressIndicatorWidgets m_Widgets = new SCR_DownloadManager_CircleProgressIndicatorWidgets()
 
ref SCR_FadeInOutAnimator m_Animator
 
bool m_bIsDownloading
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Static Protected Attributes

const float FADE_OUT_WAIT_TIME = 2.5
 

Additional Inherited Members

- 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.
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Detailed Description

Component which visualizes state of download manager with the small circular indicator.

Member Function Documentation

◆ HandlerAttached()

override void SCR_DownloadManager_CircularIndicatorComponent.HandlerAttached ( Widget  w)

◆ HandlerDeattached()

override void SCR_DownloadManager_CircularIndicatorComponent.HandlerDeattached ( Widget  w)

◆ OnButtonClick()

void SCR_DownloadManager_CircularIndicatorComponent.OnButtonClick ( )
protected

◆ OnFrame()

void SCR_DownloadManager_CircularIndicatorComponent.OnFrame ( float  tDelta)
protected

◆ OnMenuDisabled()

void SCR_DownloadManager_CircularIndicatorComponent.OnMenuDisabled ( ChimeraMenuBase  menu)
protected

◆ OnMenuEnabled()

void SCR_DownloadManager_CircularIndicatorComponent.OnMenuEnabled ( ChimeraMenuBase  menu)
protected

◆ UpdateAllWidgets()

void SCR_DownloadManager_CircularIndicatorComponent.UpdateAllWidgets ( )
protected

Member Data Documentation

◆ FADE_OUT_WAIT_TIME

const float SCR_DownloadManager_CircularIndicatorComponent.FADE_OUT_WAIT_TIME = 2.5
staticprotected

◆ m_Animator

ref SCR_FadeInOutAnimator SCR_DownloadManager_CircularIndicatorComponent.m_Animator
protected

◆ m_bIsDownloading

bool SCR_DownloadManager_CircularIndicatorComponent.m_bIsDownloading
protected

◆ m_Widgets

ref SCR_DownloadManager_CircleProgressIndicatorWidgets SCR_DownloadManager_CircularIndicatorComponent.m_Widgets = new SCR_DownloadManager_CircleProgressIndicatorWidgets()
protected

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