Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_CompareMissionName |
class | SCR_CompareMissionPlayerCount |
class | SCR_CompareMissionTimeSinceLastPlay |
Enumerations | |
enum | EScenarioSubMenuMode |
Functions | |
enum EScenarioSubMenuMode | Attribute ("0", UIWidgets.ComboBox, "Mode in which this submenu must work.", "", ParamEnumArray.FromEnum(EScenarioSubMenuMode))] EScenarioSubMenuMode m_eMode |
override void | OnTabCreate (Widget menuRoot, ResourceName buttonsLayout, int index) |
override void | OnTabShow () |
override void | OnTabHide () |
override void | OnMenuFocusGained () |
override void | InitWidgets () |
override void | UpdateNavigationButtons (bool visible=true) |
override void | Play (MissionWorkshopItem scenario) |
override void | Continue (MissionWorkshopItem scenario) |
override void | OnRestartConfirmed () |
override void | OnScenarioStateChanged (SCR_ContentBrowser_ScenarioLineComponent comp) |
Called from scenario line component when scenario state changes. More... | |
protected void | UpdateScenarioList (bool setNewFocus) |
Requests missions from API and shows them in the list. More... | |
protected void | ScenarioList_ClearMissionEntries () |
protected void | ScenarioList_CreateMissionEntries (array< MissionWorkshopItem > scenarios, bool setNewFocus) |
Creates lines for missions in the scroll view. More... | |
protected void | OnSearchConfirm (SCR_EditBoxComponent comp, string newValue) |
Called when user confirms the value in the seacrh string. More... | |
protected void | OnSortingHeaderChange (SCR_SortHeaderComponent sortHeader) |
Called when sorting header changes. More... | |
void | SetPanelsMode (bool showEmptyPanel, string messagePresetTag=string.Empty) |
array< MissionWorkshopItem > | SearchScenarios (array< MissionWorkshopItem > scenarios, string searchStr) |
SCR_CompareMissionName SCR_SortCompare | Compare (MissionWorkshopItem left, MissionWorkshopItem right) |
Variables | |
MODE_ALL | |
MODE_FAVOURITE | |
MODE_RECENT | |
const protected int | RECENTLY_PLAYED_MAX_ENTRIES = 10 |
const protected string | MESSAGE_TAG_NOTHING_FOUND = "nothing_found" |
const protected string | MESSAGE_TAG_NOTHING_FOUND_2 = "nothing_found2" |
const protected string | MESSAGE_TAG_NOTHING_FAVOURITE = "nothing_favourite" |
const protected string | MESSAGE_TAG_NOTHING_FAVOURITE_2 ="nothing_favourite2" |
const protected string | MESSAGE_TAG_NOTHING_RECENT = "nothing_recent" |
const protected string | MESSAGE_TAG_NOTHING_RECENT_2 = "nothing_recent2" |
protected ref SCR_ContentBrowser_ScenarioSubMenuWidgets | m_Widgets = new SCR_ContentBrowser_ScenarioSubMenuWidgets |
protected Widget | m_wBeforeSort |
protected int | m_iEntriesTotal |
protected int | m_iEntriesCurrent |
enum EScenarioSubMenuMode |
Definition at line 1 of file SCR_ContentBrowser_ScenarioSubMenu.c.
enum EScenarioSubMenuMode Attribute | ( | "0" | , |
UIWidgets. | ComboBox, | ||
"Mode in which this submenu must work." | , | ||
"" | , | ||
ParamEnumArray. | FromEnumEScenarioSubMenuMode | ||
) |
SCR_CompareMissionName SCR_SortCompare Compare | ( | MissionWorkshopItem | left, |
MissionWorkshopItem | right | ||
) |
Definition at line 561 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void Continue | ( | MissionWorkshopItem | scenario | ) |
Definition at line 116 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void InitWidgets | ( | ) |
Definition at line 87 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void OnMenuFocusGained | ( | ) |
Definition at line 70 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void OnRestartConfirmed | ( | ) |
Definition at line 126 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void OnScenarioStateChanged | ( | SCR_ContentBrowser_ScenarioLineComponent | comp | ) |
Called from scenario line component when scenario state changes.
Definition at line 134 of file SCR_ContentBrowser_ScenarioSubMenu.c.
protected void OnSearchConfirm | ( | SCR_EditBoxComponent | comp, |
string | newValue | ||
) |
Called when user confirms the value in the seacrh string.
Definition at line 439 of file SCR_ContentBrowser_ScenarioSubMenu.c.
protected void OnSortingHeaderChange | ( | SCR_SortHeaderComponent | sortHeader | ) |
Called when sorting header changes.
Definition at line 446 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void OnTabCreate | ( | Widget | menuRoot, |
ResourceName | buttonsLayout, | ||
int | index | ||
) |
Definition at line 35 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void OnTabHide | ( | ) |
Definition at line 61 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void OnTabShow | ( | ) |
Definition at line 50 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void Play | ( | MissionWorkshopItem | scenario | ) |
Definition at line 106 of file SCR_ContentBrowser_ScenarioSubMenu.c.
protected void ScenarioList_ClearMissionEntries | ( | ) |
Definition at line 339 of file SCR_ContentBrowser_ScenarioSubMenu.c.
protected void ScenarioList_CreateMissionEntries | ( | array< MissionWorkshopItem > | scenarios, |
bool | setNewFocus | ||
) |
Creates lines for missions in the scroll view.
Definition at line 353 of file SCR_ContentBrowser_ScenarioSubMenu.c.
array<MissionWorkshopItem> SearchScenarios | ( | array< MissionWorkshopItem > | scenarios, |
string | searchStr | ||
) |
Definition at line 489 of file SCR_ContentBrowser_ScenarioSubMenu.c.
void SetPanelsMode | ( | bool | showEmptyPanel, |
string | messagePresetTag = string.Empty |
||
) |
Definition at line 464 of file SCR_ContentBrowser_ScenarioSubMenu.c.
override void UpdateNavigationButtons | ( | bool | visible = true | ) |
Definition at line 99 of file SCR_ContentBrowser_ScenarioSubMenu.c.
protected void UpdateScenarioList | ( | bool | setNewFocus | ) |
Requests missions from API and shows them in the list.
Definition at line 143 of file SCR_ContentBrowser_ScenarioSubMenu.c.
protected int m_iEntriesCurrent |
Definition at line 32 of file SCR_ContentBrowser_ScenarioSubMenu.c.
protected int m_iEntriesTotal |
Definition at line 31 of file SCR_ContentBrowser_ScenarioSubMenu.c.
protected Widget m_wBeforeSort |
Definition at line 29 of file SCR_ContentBrowser_ScenarioSubMenu.c.
protected ref SCR_ContentBrowser_ScenarioSubMenuWidgets m_Widgets = new SCR_ContentBrowser_ScenarioSubMenuWidgets |
Definition at line 27 of file SCR_ContentBrowser_ScenarioSubMenu.c.
const protected string MESSAGE_TAG_NOTHING_FAVOURITE = "nothing_favourite" |
Definition at line 21 of file SCR_ContentBrowser_ScenarioSubMenu.c.
const protected string MESSAGE_TAG_NOTHING_FAVOURITE_2 ="nothing_favourite2" |
Definition at line 22 of file SCR_ContentBrowser_ScenarioSubMenu.c.
const protected string MESSAGE_TAG_NOTHING_FOUND = "nothing_found" |
Definition at line 19 of file SCR_ContentBrowser_ScenarioSubMenu.c.
const protected string MESSAGE_TAG_NOTHING_FOUND_2 = "nothing_found2" |
Definition at line 20 of file SCR_ContentBrowser_ScenarioSubMenu.c.
const protected string MESSAGE_TAG_NOTHING_RECENT = "nothing_recent" |
Definition at line 23 of file SCR_ContentBrowser_ScenarioSubMenu.c.
const protected string MESSAGE_TAG_NOTHING_RECENT_2 = "nothing_recent2" |
Definition at line 24 of file SCR_ContentBrowser_ScenarioSubMenu.c.
MODE_ALL |
Definition at line 2 of file SCR_ContentBrowser_ScenarioSubMenu.c.
MODE_FAVOURITE |
Definition at line 3 of file SCR_ContentBrowser_ScenarioSubMenu.c.
MODE_RECENT |
Definition at line 5 of file SCR_ContentBrowser_ScenarioSubMenu.c.
const protected int RECENTLY_PLAYED_MAX_ENTRIES = 10 |
Definition at line 15 of file SCR_ContentBrowser_ScenarioSubMenu.c.