DIFF

class ServerBrowserMenuNewSource

ServerBrowserMenuNew UIScriptedMenu UIMenuPanel Managed

All members, including inherited

Constructors 1

Members 14

protected Widget m_Play
Referenced by Init(), IsFocusable(), and OnClick()
protected TextWidget m_PlayButtonLabel
Referenced by Init(), and SelectServer()
protected TextWidget m_OpenStoreButtonLabel
Referenced by Init(), and SelectServer()
protected Widget m_Back
Referenced by BackButtonFocus(), Init(), IsFocusable()
Show 1 more, OnClick()
protected Widget m_CustomizeCharacter
Referenced by Init(), IsFocusable(), and OnClick()
protected TextWidget m_PlayerName
Referenced by Init(), and Refresh()
protected TabberUI m_Tabber
Referenced by ~ServerBrowserMenuNew(), GetSelectedTab(), GetTabberUI()
Show 2 more, Init(), and Update()
protected ref ServerBrowserTab m_OfficialTab
Referenced by AddFavorite(), GetOfficalTab(), GetSelectedTab()
Show 1 more, Init()
protected ref ServerBrowserTab m_CommunityTab
protected ref ServerBrowserTab m_FavoritesTab
protected ref ServerBrowserTab m_LANTab
protected TabType m_IsRefreshing = TabType.NONE
protected ServerBrowserEntry m_SelectedServer

Methods 54

protected void OnInputPresetChanged()
override bool OnClick(Widget w, int x, int y, int button)
References Back(), CustomizeCharacter(), Play()
Show 3 more, m_Back, m_CustomizeCharacter, and m_Play
override bool OnMouseEnter(Widget w, int x, int y)
override bool OnMouseLeave(Widget w, Widget enterW, int x, int y)
void AddFavoritesToFilter(GetServersInput input)
bool SetFavoriteConsoles(string ipAddress, int port, bool favorite)
void Back()
Referenced by OnClick(), and Update()
void UpdateXButtonLabel(string text)
Referenced by FilterFocus()
void UpdateThumbRButtonLabel(string text)
Referenced by ServerListFocus()
void BackButtonFocus()
References SetFocus(), and m_Back
override bool OnFocus(Widget w, int x, int y)
override bool OnFocusLost(Widget w, int x, int y)
bool IsFocusable(Widget w)
Referenced by OnFocus(), OnFocusLost(), OnMouseEnter()
Show 1 more, OnMouseLeave()
protected void SwitchToOfficalTab()
void SaveFavoriteServersConsoles()
void NextCharacter()
void PreviousCharacter()
void ColorHighlight(Widget w)
Referenced by OnFocus(), and OnMouseEnter()
void ColorNormal(Widget w)
Referenced by OnFocusLost(), and OnMouseLeave()
void ButtonSetText(Widget w, string text)
void ButtonSetColor(Widget w, int color)
Referenced by ColorHighlight(), and ColorNormal()
void ButtonSetTextColor(Widget w, int color)
Referenced by ColorHighlight(), and ColorNormal()
override void OnShow()
TabberUI GetTabberUI()
References m_Tabber
Referenced by SwitchToOfficalTab()
ServerBrowserTab GetOfficalTab()
References m_OfficialTab