DIFF

class ServerBrowserTabSource

ServerBrowserTab ScriptedWidgetEventHandler Managed

All members, including inherited

Constructors 2

void ServerBrowserTab(Widget parent, ServerBrowserMenuNew menu, TabType type)

Members 51

Methods 77

protected void Construct(Widget parent, ServerBrowserMenuNew menu, TabType type)
Referenced by ServerBrowserTab()
ServerBrowserMenuNew GetRootMenu()
References m_Menu
bool GetIsServerLoadingFinished()
bool IsLoadingServers()
References m_Loading
void OnDetailsFocusLost(Widget w)
void ServerListFocus(bool focus, bool favorite)
override bool OnFocusLost(Widget w, int x, int y)
void SetPanelFocus()
void PressA()
void PressY()
void PressSholderLeft()
void PressSholderRight()
void OnPressShoulder()
void Left()
void LeftHold()
void LeftRelease()
void RightHold()
void RightRelease()
void Up()
void Down()
void PressThumbRight()
void OnLoadServerModsAsync(string server_id, array<string> mods)
References map.Set(), and m_EntryMods
void GetPrevEntry()
void GetNextFilter()
void GetPrevFilter()
bool IsNotInitialized()
void ApplyFilters()
void OnLoadServersAsyncPC(GetServersResult result_list, EBiosError error, string response)
void OnLoadServersAsyncConsole(GetServersResult result_list, EBiosError error, string response)
void UpdateServerList()
Referenced by Focus()
bool IsPingInRange(int ping, string max_ping)
Referenced by PassFilter()
protected void LoadExtraEntries(int index)
int AddSorted(GetServersResultRow entry)
void ColorDisable(Widget w)
Referenced by ButtonDisable()
void SwitchToDetails(bool focus = true)
Referenced by SwitchRightAreaView()
void SwitchToFilters(bool focus = true)
ServerBrowserEntry GetSelectedServer()
References m_SelectedServer
protected int GetServersVisibleCount()DIAG_DEVELOPER

Only reload the tab that is currently active/visible.

Referenced by InitDummyServers()