DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Файл ServerBrowserTab.c

См. исходные тексты.

Перечисления

enum  TabType {
  OFFICIAL , COMMUNITY , LAN , FAVORITE ,
  NONE
}
 

Функции

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

Переменные

enum TabType BROWSER
 
enum TabType FILTERS
 
enum TabType MENU
 
enum TabType m_Root
 
ScrollWidget m_ServerListScroller
 
SpacerBaseWidget m_ServerList
 
ref map< string, ref ServerBrowserEntry > m_EntryWidgets
 
ref map< string, ref array< string > > m_EntryMods
 
ref ServerBrowserFilterContainer m_Filters
 
ServerBrowserMenuNew m_Menu
 
ServerBrowserEntry m_SelectedServer
 
TabType m_TabType
 
ESortType m_SortType
 
ESortOrder m_SortOrder
 
SelectedPanel m_SelectedPanel
 
bool m_Initialized
 
bool m_BegunLoading
 
bool m_Loading
 
int m_TotalServers
 
int m_TotalLoadedServers
 
int m_LastLoadedPage
 
int m_TotalPages
 
bool m_LoadingFinished
 
int m_CurrentPageNum
 
string m_CurrentSelectedServer
 
int m_CurrentLoadedPage
 
ref GetServersInput m_CurrentFilterInput
 
Widget m_ApplyFilter
 
Widget m_RefreshList
 
Widget m_ResetFilters
 
Widget m_FiltersChanged
 
Widget m_HostSort
 
Widget m_TimeSort
 
Widget m_PopulationSort
 
Widget m_SlotsSort
 
Widget m_PingSort
 
Widget m_MapSort
 
Widget m_FilterSearchText
 
Widget m_FilterSearchTextBox
 
TextWidget m_LoadingText
 
ButtonWidget m_BtnPagePrev
 
ButtonWidget m_BtnPageNext
 
ref map< ESortType, ref array< ref GetServersResultRow > > m_EntriesSorted
 
ref map< ESortType, ESortOrderm_SortInverted
 
ref set< stringm_OnlineFavServers
 
TextWidget m_RightAreaHeaderText
 
Widget m_FilterRoot
 
Widget m_FilterContent
 
ButtonWidget m_BtnShowDetails
 
Widget m_DetailsRoot
 
ButtonWidget m_BtnShowFilters
 
ref ServerBrowserDetailsContainer m_Details