|
Arma Reforger Script API
|
Component which visualizes state of download manager with the small circular indicator. More...
Public Member Functions | |
| override void | HandlerAttached (Widget w) |
| override void | HandlerDeattached (Widget w) |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| 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 |
Component which visualizes state of download manager with the small circular indicator.
| override void SCR_DownloadManager_CircularIndicatorComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ScriptedWidgetComponent.
| override void SCR_DownloadManager_CircularIndicatorComponent.HandlerDeattached | ( | Widget | w | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
protected |
|
protected |
|
protected |