![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ScriptInvokerBase< ScriptInvoker_DownloadManagerEntry > | GetOnUpdate () |
| override void | HandlerAttached (Widget w) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| void | SetupWidgets () |
| void | FallbackVisuals () |
| void | UpdateProgressWidgets (bool force=false) |
| Update all text displaying progress. | |
| void | UpdateMessage (bool processing) |
| void | UpdateButtons () |
| void | StateMessage (out string message, out string imageName, out Color color) |
| Setup state message variables. | |
| void | FailReason (out string message, out string icon) |
| Return message with details why entry wasn't downloaded. | |
| void | AnimateIcon (WidgetAnimationBase animation) |
| Return message with details why entry wasn't downloaded. | |
| void | DisablePauserResume (SCR_ModularButtonComponent button) |
| void | EnablePauserResume (SCR_ModularButtonComponent button) |
| void | OnActionChanged (SCR_WorkshopItemAction action) |
| void | InitForDownloadAction (SCR_WorkshopItem item, SCR_WorkshopItemActionDownload action) |
| void | CanDoActions (out bool canPause, out bool canResume, out bool canCancel, out bool canRetry) |
| Store which actions can be used for entry in current state. | |
| void | OnClickPause () |
| void | OnClickResume () |
| void | OnClickCancel () |
| void | OnClickRetry () |
| SCR_WorkshopItem | GetItem () |
| SCR_WorkshopItemActionDownload | GetDownloadAction () |
| EDownloadManagerActionState | GetState () |
| bool | GetPauseEnabled () |
Static Protected Member Functions | |
| static EDownloadManagerActionState | DownloadActionState (SCR_WorkshopItemActionDownload action) |
Protected Attributes | |
| const int | PROCESSING_MESSAGE_UPDATE_DELAY = 2000 |
| const string | PERCENTAGE = "#AR-SupportStation_ActionFormat_Percentage" |
| ResourceName | m_sIconImageset |
| float | m_fIconAnimationSpeed |
| EAnimationCurve | m_eIconAnimationCurve |
| bool | m_bHideProgressBarOnComplete |
| ref SCR_DownloadManagerEntryWidgets | m_Widgets = new SCR_DownloadManagerEntryWidgets() |
| ref SCR_BackendImageComponent | m_BackendImage |
| ref SCR_WorkshopItemActionDownload | m_Action |
| ref SCR_WorkshopItem | m_Item |
| bool | m_bPauseEnabled = true |
| bool | m_bShowButtons |
| bool | m_bDelayedProcessingDisplay |
| EDownloadManagerActionState | m_iState = EDownloadManagerActionState.INACTIVE |
| WidgetAnimationImageRotation | m_SpinnerAnimation |
| ref ScriptInvokerBase< ScriptInvoker_DownloadManagerEntry > | m_OnUpdate |
Definition at line 10 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Return message with details why entry wasn't downloaded.
Definition at line 351 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Store which actions can be used for entry in current state.
Definition at line 449 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 370 of file SCR_DownloadManagerEntry.c.
|
inlinestaticprotected |
Based on current download action state setup state simplified for download manager UI grouping Function is static to compare download action state before entry is created
Definition at line 404 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 383 of file SCR_DownloadManagerEntry.c.
Return message with details why entry wasn't downloaded.
Definition at line 335 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 134 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 519 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 513 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 46 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 531 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 525 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 59 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Initializes the line in interactive mode. It will be able to interact with the download action.
Definition at line 431 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 393 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 490 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 458 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 473 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 499 of file SCR_DownloadManagerEntry.c.
Definition at line 86 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 95 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 108 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Setup state message variables.
Definition at line 268 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 246 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Definition at line 215 of file SCR_DownloadManagerEntry.c.
|
inlineprotected |
Update all text displaying progress.
Definition at line 164 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 33 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 31 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 38 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 28 of file SCR_DownloadManagerEntry.c.
Definition at line 36 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 37 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 25 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 22 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 39 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 34 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 43 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 19 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 41 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 30 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 16 of file SCR_DownloadManagerEntry.c.
|
protected |
Definition at line 13 of file SCR_DownloadManagerEntry.c.