![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | SCR_EDownloadManagerTabs { ACTIVE = 0 , HISTORY } |
Functions | |
| override void | OnMenuOpen (SCR_ConfigurableDialogUiPreset preset) |
| override void | OnMenuClose () |
| override void | OnMenuUpdate (float tDelta) |
| void | UpdateProgressWidgets () |
| void | UpdateDownloadingSpeedWidget (bool display, bool showFallback) |
| void | InitList () |
| SCR_WorkshopItemActionDownload | GetSelectedAction () |
| void | OnNewDownload (SCR_WorkshopItem item, SCR_WorkshopItemActionDownload action) |
| void | OnNewActionActivate (SCR_WorkshopItemActionDownload action) |
| void | OnDownloadComplete (SCR_WorkshopItemActionDownload action) |
| void | OnDownloadFailed (SCR_WorkshopItemActionDownload action, int reason) |
| void | OnDownloadCanceled (SCR_WorkshopItemActionDownload action) |
| void | OnBackButton () |
| void | OnPauseAllButton () |
| void | OnPauseButton () |
| void | OnCancelButton () |
| void | OnAutoenableButton () |
Variables | |
| enum SCR_EDownloadManagerTabs | STATE_DOWNLOADING = "#AR-Workshop_TabName_Downloaded" |
| const string | STATE_ALL_PAUSE = "#AR-DownloadManager_State_AllDownloadsPaused" |
| const string | STATE_NO_ACTIVE_DOWNLOADS = "#AR-DownloadManager_State_NoActiveDownloads" |
| const ResourceName | DOWNLOAD_LINE_LAYOUT = "{FB196DBC0ABA6AE4}UI/layouts/Menus/ContentBrowser/DownloadManager/DownloadManagerEntry.layout" |
| const string | DOWNLOAD_SUMMARY_FORMAT = "%1 / %2" |
| const string | DOWNLOAD_SUMMARY_COLORED_FORMAT = "<color rgba=%1>%2</color>" |
| ref SCR_DownloadManagerDialogWidgets | m_Widgets = new SCR_DownloadManagerDialogWidgets() |
| ref SCR_DownloadManagerListComponent | m_ActiveDownloads |
| ref SCR_DownloadManagerListComponent | m_HistoryDownloads |
| Enumerator | |
|---|---|
| ACTIVE | |
| HISTORY | |
Definition at line 10 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 221 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 378 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 332 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 367 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 323 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 296 of file SCR_DownloadManager_Dialog.c.
|
protected |
Call when download are not running Move view to failed downlaods and show dialog with listed downloads
Definition at line 308 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 73 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 43 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 84 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 289 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 266 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 339 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 351 of file SCR_DownloadManager_Dialog.c.
Definition at line 187 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 128 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 23 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 25 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 24 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 30 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 31 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 27 of file SCR_DownloadManager_Dialog.c.
|
protected |
Definition at line 20 of file SCR_DownloadManager_Dialog.c.
| enum SCR_EDownloadManagerTabs STATE_DOWNLOADING = "#AR-Workshop_TabName_Downloaded" |
|
protected |
Definition at line 21 of file SCR_DownloadManager_Dialog.c.