![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_ContentBrowser_GetAssetListParams |
| class | SCR_CompareWorkshopItemTimeSinceLastPlay |
| class | SCR_CompareWorkshopItemTargetSize |
Enumerations | |
| enum | EContentBrowserAddonsSubMenuMode |
Functions | |
| enum EContentBrowserAddonsSubMenuMode | Attribute ("0", UIWidgets.ComboBox, "This menu is quite universal and can work in many modes - what do you want it to be?", "", ParamEnumArray.FromEnum(EContentBrowserAddonsSubMenuMode))] protected EContentBrowserAddonsSubMenuMode m_eMode |
| override void | OnTabCreate (Widget menuRoot, ResourceName buttonsLayout, int index) |
| override void | OnTabShow () |
| override void | OnTabHide () |
| override void | OnTabRemove () |
| override void | OnMenuShow () |
| override void | OnMenuUpdate (float tDelta) |
| Called on each frame. | |
| override void | OnMenuFocusGained () |
| void | InitWidgets () |
| void | InitWidgetEventHandlers () |
| void | InitWorkshopApi () |
| void | RequestPage (int pageId) |
| void | RequestOnlinePageUnfiltered (int pageId) |
| Requests an unfiltered page from backend to get the total number of items. | |
| void | RequestOnlinePage (int pageId) |
| Requests a filtered page from backend to get the actual items to display. | |
| void | DisplayExternalItems (int pageId) |
| Selects items from the externally provided array and shows them on grid, only makes sense in external array mode. | |
| void | DisplayOfflineItems (int pageId) |
| void | GridScreen_Init () |
| void | GridScreen_Clear () |
| Tiles are cleared up here. They are not deleted, but hidden. | |
| void | GridScreen_DisplayItems (array< ref SCR_WorkshopItem > items) |
| void | SetPanelsMode (bool showEmptyPanel, bool forceFiltersList=false, string messagePresetTag=string.Empty, bool animateFiltersList=false) |
| void | UpdateItemsFoundMessage (int current, int total) |
| SCR_WorkshopItem | GetSelectedItem () |
| Returns currently selected workshop item. | |
| void | UpdatePagingWidgets () |
| Updates the widgets related to paging: buttons, text. | |
| void | UpdateNavigationButtons () |
| bool | IsWidgetUnderCursor (Widget w) |
| Returns true if cursor over a given widget. | |
| array< ref SCR_WorkshopItem > | SelectItemsAtPage (array< ref SCR_WorkshopItem > items, int pageId) |
| Returns array of items within specified page, page ID starting from 0. | |
| void | SwitchFocus (SCR_EListMenuWidgetFocus focus) |
| Switch focus. | |
| void | OnInputDeviceUserChanged (EInputDeviceType oldDevice, EInputDeviceType newDevice) |
| void | OnConnected () |
| void | OnTileClick (SCR_ScriptedWidgetComponent baseComp) |
| void | OnTileFocus (ScriptedWidgetComponent comp) |
| void | OnTileFocusLost (ScriptedWidgetComponent comp) |
| void | OnTileStateChange (ScriptedWidgetComponent comp) |
| void | OnFilterPanelToggled (bool shown) |
| void | OnInputAction (string name, float multiplier) |
| void | OnFilterButton (SCR_ButtonBaseComponent comp) |
| void | OnPrimaryButton (SCR_ButtonBaseComponent comp) |
| void | ExecuteItemPrimaryAction () |
| void | OnEnableButton (SCR_ButtonBaseComponent comp) |
| void | SetItemEnabled () |
| void | OnRepairButton (SCR_ButtonBaseComponent comp) |
| void | SetItemRepair () |
| void | OnFavouriteButton (SCR_ButtonBaseComponent comp) |
| void | SetItemFavorite () |
| void | OnDetailsButton (SCR_ButtonBaseComponent comp) |
| void | OpenItemDetails () |
| void | Callback_OnRequestPageGetAllAssets (BackendCallback callback) |
| void | Callback_OnRequestPageGetAssets () |
| void | Callback_OnRequestPageTimeout () |
| void | Callback_OnRequestPageTimeout_OnCloseDialog () |
| void | Callback_OnRequestPageTimeout_OnDialogTryAgain () |
| void | Callback_OnAddonOfflineStateChanged (SCR_WorkshopItem item, bool newState) |
| Called by SCR_AddonManager when some addon is downloaded or uninstalled. | |
| void | Callback_OnAddonReportedStateChanged (SCR_WorkshopItem item, bool newReported) |
| Called by SCR_AddonManager when some addon is reported or unreported. | |
| void | OnPrevPageButton () |
| void | OnNextPageButton () |
| void | OnScrollPage (string name) |
| void | OnMouseWheelSoundCooldownEnd () |
| void | OnFilterChange (SCR_FilterEntry filter) |
| Called when filter listbox selection changes. | |
| void | OnFilterSearchConfirm (SCR_EditBoxComponent comp, string newValue) |
| Called when user confirms the value in the seacrh string. | |
| void | OnSortingHeaderChange (SCR_SortHeaderComponent sortHeader) |
| Called when sorting header changes. | |
| array< ref SCR_WorkshopItem > | SearchItems (array< ref SCR_WorkshopItem > items, string searchStr) |
| array< ref SCR_WorkshopItem > | Filter_OfflineFilterAndSearch (array< ref SCR_WorkshopItem > itemsIn) |
| array< ref SCR_WorkshopItem > | Filter_IntersectArrays (array< ref array< ref SCR_WorkshopItem > > arrays) |
| Returns intersection of all arrays (array of elements which are contained in all arrays). | |
| void | PackGetAssetListParams (SCR_ContentBrowser_GetAssetListParams p, bool defaultValues=false) |
| void | PackSortingData (SCR_ContentBrowser_GetAssetListParams params) |
| Pack filter sorting settings - order type, dirrection. | |
| void | PackQuickFilterData (SCR_ContentBrowser_GetAssetListParams params, bool defaultValues) |
| void | PackTagFilterData (SCR_ContentBrowser_GetAssetListParams params, bool defaultValues) |
| void | SetWorkshopItems (array< ref SCR_WorkshopItem > items) |
| Sets the item array on which this tab operates. Only possible in external item array mode. | |
| SCR_ContentBrowser_GetAssetListParams PageParams | Compare (SCR_WorkshopItem left, SCR_WorkshopItem right) |
| void | SCR_ContentBrowser_GetAssetListParams (SCR_ContentBrowser_AddonsSubMenu subMenu, bool defaultValues=false) |
| override void | OnPack () |
Definition at line 7 of file SCR_ContentBrowser_AddonsSubMenu.c.
| enum EContentBrowserAddonsSubMenuMode Attribute | ( | "0" | , |
| UIWidgets. | ComboBox, | ||
| "This menu is quite universal and can work in many modes - what do you want it to be?" | , | ||
| "" | , | ||
| ParamEnumArray. | FromEnumEContentBrowserAddonsSubMenuMode ) |
|
protected |
Called by SCR_AddonManager when some addon is downloaded or uninstalled.
Definition at line 1099 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Called by SCR_AddonManager when some addon is reported or unreported.
Definition at line 1110 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1007 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1016 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1060 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1083 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1091 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1632 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Selects items from the externally provided array and shows them on grid, only makes sense in external array mode.
Definition at line 423 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 447 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 928 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Returns intersection of all arrays (array of elements which are contained in all arrays).
Definition at line 1416 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Filters the array according to currently selected filters. !! Works only for offline configuration of filters!
Definition at line 1303 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Returns currently selected workshop item.
Definition at line 641 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Tiles are cleared up here. They are not deleted, but hidden.
Definition at line 567 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 576 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 538 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 278 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 260 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 307 of file SCR_ContentBrowser_AddonsSubMenu.c.
Returns true if cursor over a given widget.
Definition at line 723 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 825 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 991 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 938 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 975 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 914 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Called when filter listbox selection changes.
Definition at line 1201 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 887 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Called when user confirms the value in the seacrh string.
Definition at line 1210 of file SCR_ContentBrowser_AddonsSubMenu.c.
Definition at line 898 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 817 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 247 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 221 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Called on each frame.
Definition at line 230 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1193 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1146 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1677 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1127 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 922 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 958 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1165 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Called when sorting header changes.
Definition at line 1219 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 101 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 181 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 202 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 153 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 835 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 850 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 870 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 881 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 997 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Called from OnPack of a Json API Struct. Here we pack the request data according to current filtering and sorging parameters.
Definition at line 1466 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1529 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Pack filter sorting settings - order type, dirrection.
Definition at line 1490 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1554 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Requests a filtered page from backend to get the actual items to display.
Definition at line 393 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Requests an unfiltered page from backend to get the total number of items.
Definition at line 373 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 341 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1670 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1227 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Returns array of items within specified page, page ID starting from 0.
Definition at line 737 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 944 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 981 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 964 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 596 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Sets the item array on which this tab operates. Only possible in external item array mode.
Definition at line 1632 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Switch focus.
Definition at line 763 of file SCR_ContentBrowser_AddonsSubMenu.c.
Definition at line 630 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 672 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Updates the widgets related to paging: buttons, text.
Definition at line 658 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 27 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 28 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 31 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 29 of file SCR_ContentBrowser_AddonsSubMenu.c.
| SCR_ContentBrowser_AddonsSubMenu m_AddonsSubMenu |
Definition at line 1666 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 59 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 52 of file SCR_ContentBrowser_AddonsSubMenu.c.
Definition at line 96 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 57 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 54 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 55 of file SCR_ContentBrowser_AddonsSubMenu.c.
Definition at line 72 of file SCR_ContentBrowser_AddonsSubMenu.c.
Definition at line 66 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 70 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 68 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 1667 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 50 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 87 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 63 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 64 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 75 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 90 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 91 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 76 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 61 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 46 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 79 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 81 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 82 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 84 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 80 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 83 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 93 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 92 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 21 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 24 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 44 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 48 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 39 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 40 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 41 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 37 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 38 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 36 of file SCR_ContentBrowser_AddonsSubMenu.c.
| MODE_EXTERNAL_ITEM_ARRAY |
Definition at line 2 of file SCR_ContentBrowser_AddonsSubMenu.c.
| MODE_OFFLINE |
Definition at line 0 of file SCR_ContentBrowser_AddonsSubMenu.c.
| MODE_ONLINE |
Definition at line 1 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 97 of file SCR_ContentBrowser_AddonsSubMenu.c.
|
protected |
Definition at line 33 of file SCR_ContentBrowser_AddonsSubMenu.c.