Go to the source code of this file.
|
| void | ServerBrowserTab (Widget parent, ServerBrowserMenuNew menu, TabType type) |
| |
| void | Construct (Widget parent, ServerBrowserMenuNew menu, TabType type) |
| |
| void | ~ServerBrowserTab () |
| |
| ServerBrowserMenuNew | GetRootMenu () |
| |
| bool | GetIsServerLoadingFinished () |
| |
| void | OnDLCChange (EDLCId dlcId) |
| |
| void | ScrollToEntry (ServerBrowserEntry entry) |
| |
| void | Focus () |
| |
| void | OnFilterFocusLost (Widget w) |
| |
| void | OnFilterFocus (Widget w) |
| |
| void | OnDetailsFocusLost (Widget w) |
| |
| void | OnDetailsFocus (Widget w) |
| |
| void | OnFilterChanged () |
| |
| void | ServerListFocus (bool focus, bool favorite) |
| |
| override bool | OnFocus (Widget w, int x, int y) |
| |
| override bool | OnFocusLost (Widget w, int x, int y) |
| |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| |
| bool | IsFocusable (Widget w) |
| |
| void | SetPanelFocus () |
| |
| void | PressA () |
| |
| void | PressX () |
| |
| void | PressY () |
| |
| void | PressSholderLeft () |
| |
| void | PressSholderRight () |
| |
| void | OnPressShoulder () |
| |
| void | Left () |
| |
| void | LeftHold () |
| |
| void | LeftRelease () |
| |
| void | Right () |
| |
| void | RightHold () |
| |
| void | RightRelease () |
| |
| void | Up () |
| |
| void | Down () |
| |
| void | PressThumbRight () |
| |
| void | OnLoadServerModsAsync (string server_id, array< string > mods) |
| |
| void | GetNextEntry () |
| |
| void | GetPrevEntry () |
| |
| void | GetNextFilter () |
| |
| void | GetPrevFilter () |
| |
| void | SetCurrentPage (int page_num) |
| |
| int | GetCurrentPage () |
| |
| bool | IsNotInitialized () |
| |
| void | ResetFilters () |
| |
| void | ApplyFilters () |
| |
| void | AddFavoritesToFilter (GetServersInput input) |
| |
| void | RefreshList () |
| |
| void | GetNextPage () |
| |
| void | SelectServer (ServerBrowserEntry server) |
| |
| void | OnLoadServersAsyncPC (GetServersResult result_list, EBiosError error, string response) |
| |
| void | OnLoadServersAsyncConsole (GetServersResult result_list, EBiosError error, string response) |
| |
| void | UpdateServerList () |
| |
| void | SetSort (ESortType type, ESortOrder order) |
| |
| bool | IsPingInRange (int ping, string max_ping) |
| |
| bool | PassFilter (GetServersResultRow result) |
| |
| void | LoadExtraEntries (int index) |
| |
| void | Connect (ServerBrowserEntry server) |
| |
| string | GetSortOption () |
| |
| int | AddSorted (GetServersResultRow entry) |
| |
| void | Unfavorite (string uid) |
| |
| TabType | GetTabType () |
| |
| void | ButtonEnable (Widget w) |
| |
| void | ButtonDisable (Widget w) |
| |
| void | ColorHighlight (Widget w) |
| |
| void | ColorNormal (Widget w) |
| |
| void | ColorDisable (Widget w) |
| |
| void | SwitchRightAreaView () |
| |
| void | SwitchToDetails (bool focus=true) |
| |
| void | SwitchToFilters (bool focus=true) |
| |
| void | SetServerDetails (GetServersResultRow server_info, bool online) |
| |
| void | ShowServerDetails () |
| |
| Widget | GetFilterRoot () |
| |
| Widget | GetDetailsRoot () |
| |
| ServerBrowserEntry | GetSelectedServer () |
| |
◆ TabType
| Enumerator |
|---|
| OFFICIAL | |
| COMMUNITY | |
| LAN | |
| FAVORITE | |
| NONE | |
Definition at line 1 of file serverbrowsertab.c.
◆ AddFavoritesToFilter()
◆ AddSorted()
◆ ApplyFilters()
◆ ButtonDisable()
| void ButtonDisable |
( |
Widget | w | ) |
|
|
protected |
◆ ButtonEnable()
| void ButtonEnable |
( |
Widget | w | ) |
|
|
protected |
◆ ColorDisable()
| void ColorDisable |
( |
Widget | w | ) |
|
|
protected |
◆ ColorHighlight()
| void ColorHighlight |
( |
Widget | w | ) |
|
|
protected |
◆ ColorNormal()
| void ColorNormal |
( |
Widget | w | ) |
|
|
protected |
◆ Connect()
| void Connect |
( |
ServerBrowserEntry | server | ) |
|
|
protected |
◆ Construct()
| void Construct |
( |
Widget | parent, |
|
|
ServerBrowserMenuNew | menu, |
|
|
TabType | type ) |
|
protected |
◆ Down()
◆ Focus()
◆ GetCurrentPage()
◆ GetDetailsRoot()
| Widget GetDetailsRoot |
( |
| ) |
|
|
protected |
◆ GetFilterRoot()
◆ GetIsServerLoadingFinished()
| bool GetIsServerLoadingFinished |
( |
| ) |
|
|
protected |
◆ GetNextEntry()
◆ GetNextFilter()
◆ GetNextPage()
◆ GetPrevEntry()
◆ GetPrevFilter()
◆ GetRootMenu()
| ServerBrowserMenuNew GetRootMenu |
( |
| ) |
|
|
protected |
◆ GetSelectedServer()
| ServerBrowserEntry GetSelectedServer |
( |
| ) |
|
|
protected |
◆ GetSortOption()
◆ GetTabType()
◆ IsFocusable()
| bool IsFocusable |
( |
Widget | w | ) |
|
|
protected |
◆ IsNotInitialized()
| bool IsNotInitialized |
( |
| ) |
|
|
protected |
◆ IsPingInRange()
◆ Left()
◆ LeftHold()
◆ LeftRelease()
◆ LoadExtraEntries()
| void LoadExtraEntries |
( |
int | index | ) |
|
|
protected |
◆ OnDetailsFocus()
| void OnDetailsFocus |
( |
Widget | w | ) |
|
|
protected |
◆ OnDetailsFocusLost()
| void OnDetailsFocusLost |
( |
Widget | w | ) |
|
|
protected |
◆ OnDLCChange()
| void OnDLCChange |
( |
EDLCId | dlcId | ) |
|
|
protected |
◆ OnFilterChanged()
◆ OnFilterFocus()
| void OnFilterFocus |
( |
Widget | w | ) |
|
|
protected |
◆ OnFilterFocusLost()
| void OnFilterFocusLost |
( |
Widget | w | ) |
|
|
protected |
◆ OnFocus()
◆ OnFocusLost()
| override bool OnFocusLost |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ OnLoadServerModsAsync()
◆ OnLoadServersAsyncConsole()
◆ OnLoadServersAsyncPC()
◆ OnMouseEnter()
| override bool OnMouseEnter |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ OnMouseLeave()
| override bool OnMouseLeave |
( |
Widget | w, |
|
|
Widget | enterW, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ OnPressShoulder()
◆ PassFilter()
◆ PressA()
◆ PressSholderLeft()
| void PressSholderLeft |
( |
| ) |
|
|
protected |
◆ PressSholderRight()
| void PressSholderRight |
( |
| ) |
|
|
protected |
◆ PressThumbRight()
◆ PressX()
◆ PressY()
◆ RefreshList()
◆ ResetFilters()
◆ Right()
◆ RightHold()
◆ RightRelease()
◆ ScrollToEntry()
| void ScrollToEntry |
( |
ServerBrowserEntry | entry | ) |
|
|
protected |
◆ SelectServer()
| void SelectServer |
( |
ServerBrowserEntry | server | ) |
|
|
protected |
◆ ServerBrowserTab()
| void ServerBrowserTab |
( |
Widget | parent, |
|
|
ServerBrowserMenuNew | menu, |
|
|
TabType | type ) |
|
protected |
◆ ServerListFocus()
| void ServerListFocus |
( |
bool | focus, |
|
|
bool | favorite ) |
|
protected |
◆ SetCurrentPage()
| void SetCurrentPage |
( |
int | page_num | ) |
|
|
protected |
◆ SetPanelFocus()
◆ SetServerDetails()
◆ SetSort()
◆ ShowServerDetails()
| void ShowServerDetails |
( |
| ) |
|
|
protected |
◆ SwitchRightAreaView()
| void SwitchRightAreaView |
( |
| ) |
|
|
protected |
◆ SwitchToDetails()
| void SwitchToDetails |
( |
bool | focus = true | ) |
|
|
protected |
◆ SwitchToFilters()
| void SwitchToFilters |
( |
bool | focus = true | ) |
|
|
protected |
◆ Unfavorite()
◆ Up()
◆ UpdateServerList()
| void UpdateServerList |
( |
| ) |
|
|
protected |
◆ ~ServerBrowserTab()
◆ BROWSER
◆ FILTERS
◆ m_ApplyFilter
◆ m_BegunLoading
◆ m_BtnPageNext
| ButtonWidget m_BtnPageNext |
|
protected |
◆ m_BtnPagePrev
| ButtonWidget m_BtnPagePrev |
|
protected |
◆ m_BtnShowDetails
| ButtonWidget m_BtnShowDetails |
|
protected |
◆ m_BtnShowFilters
| ButtonWidget m_BtnShowFilters |
|
protected |
◆ m_CurrentFilterInput
◆ m_CurrentLoadedPage
◆ m_CurrentPageNum
◆ m_CurrentSelectedServer
| string m_CurrentSelectedServer |
|
protected |
◆ m_Details
| ref ServerBrowserDetailsContainer m_Details |
|
protected |
◆ m_DetailsRoot
◆ m_EntriesSorted
◆ m_EntryMods
◆ m_EntryWidgets
| ref map<string, ref ServerBrowserEntry> m_EntryWidgets |
|
protected |
◆ m_FilterContent
◆ m_FilterRoot
◆ m_Filters
| ref ServerBrowserFilterContainer m_Filters |
|
protected |
◆ m_FiltersChanged
◆ m_FilterSearchText
| Widget m_FilterSearchText |
|
protected |
◆ m_FilterSearchTextBox
| Widget m_FilterSearchTextBox |
|
protected |
◆ m_HostSort
◆ m_Initialized
◆ m_LastLoadedPage
◆ m_Loading
◆ m_LoadingFinished
◆ m_LoadingText
◆ m_MapSort
◆ m_Menu
| ServerBrowserMenuNew m_Menu |
|
protected |
◆ m_OnlineFavServers
| ref set<string> m_OnlineFavServers |
|
protected |
◆ m_PingSort
◆ m_PopulationSort
◆ m_RefreshList
◆ m_ResetFilters
◆ m_RightAreaHeaderText
| TextWidget m_RightAreaHeaderText |
|
protected |
◆ m_Root
◆ m_SelectedPanel
| SelectedPanel m_SelectedPanel |
|
protected |
◆ m_SelectedServer
| ServerBrowserEntry m_SelectedServer |
|
protected |
◆ m_ServerList
| SpacerBaseWidget m_ServerList |
|
protected |
◆ m_ServerListScroller
| ScrollWidget m_ServerListScroller |
|
protected |
◆ m_SlotsSort
◆ m_SortInverted
◆ m_SortOrder
◆ m_SortType
◆ m_TabType
◆ m_TimeSort
◆ m_TotalLoadedServers
◆ m_TotalPages
◆ m_TotalServers
◆ MENU