|
| 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 () |
| |