![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| override void | OnTabShow () |
| override void | OnTabCreate (Widget menuRoot, ResourceName buttonsLayout, int index) |
| override void | OnMenuFocusGained () |
| Widget | AddEntry (ResourceName entryPath, SCR_WorkshopItemActionDownload action) |
| Add new widget in category based based on category type. | |
| void | ChangeEntryCategory (notnull Widget entry, EDownloadManagerActionState type) |
| Change widget in category based based on category type. | |
| void | RemoveEntry (notnull SCR_DownloadManagerEntry entry) |
| SCR_DownloadManagerEntry | DownloadActionLine (notnull SCR_WorkshopItemActionDownload action) |
| Find line containing selected download action. | |
| SCR_DownloadManagerEntry | EntryWithItem (notnull SCR_WorkshopItem item) |
| Find line containing selected item. | |
| SCR_DownloadManagerEntry | FocusedEntry () |
| Return addon preset line component of currently focused widget if has any. | |
| void | ShowPauseResumeAllButton (bool show) |
| void | ShowFallbackText (bool show) |
| bool | HasContent () |
| Return true if there are entries in list. | |
| void | OnEntryFocus () |
| void | OnEntryFocusLost () |
| void | UpdateNavButtons (SCR_DownloadManagerEntry entry) |
| void | OnClickPauseResume () |
| void | OnClickCancel () |
| void | OnClickRetry () |
| void | OnClickPauseResumeAll () |
| void | EnablePauseResumeAll () |
| void | FocusFirstLine () |
Protected Attributes | |
| string | m_sList |
| string | m_sFallbackTextWrapWidget |
| ref array< ref SCR_DownloadManagerListCategory > | m_aCategories |
| ScrollLayoutWidget | m_ScrollLayout |
| Widget | m_wList |
| Widget | m_wFallbackTextWrap |
| SCR_InputButtonComponent | m_NavPauseResume |
| SCR_InputButtonComponent | m_NavPauseResumeAll |
| SCR_InputButtonComponent | m_NavCancel |
| SCR_InputButtonComponent | m_NavRetry |
| ref array< ref SCR_DownloadManagerEntry > | m_aAddonLines = {} |
| bool | m_bAllPaused = false |
| SCR_DownloadManagerEntry | m_FocusedEntry |
Download manager list that can group download entries into various sections
Definition at line 5 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Add new widget in category based based on category type.
Definition at line 82 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Change widget in category based based on category type.
Definition at line 125 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Find line containing selected download action.
Definition at line 159 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 331 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Find line containing selected item.
Definition at line 172 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Return addon preset line component of currently focused widget if has any.
Definition at line 185 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 337 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 32 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Return true if there are entries in list.
Definition at line 210 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 282 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 269 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 300 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 290 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 219 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 231 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 73 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 55 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 42 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 151 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 202 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 195 of file SCR_DownloadManagerListComponent.c.
|
inlineprotected |
Definition at line 238 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 25 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 14 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 27 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 29 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 22 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 20 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 21 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 23 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 16 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 11 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 8 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 18 of file SCR_DownloadManagerListComponent.c.
|
protected |
Definition at line 17 of file SCR_DownloadManagerListComponent.c.