34class UIFAKKServerList :
public UIListCtrl
36 friend class FAKKServerListItem;
39 CLASS_PROTOTYPE(UIFAKKServerList);
48 bool m_bGettingList[NUM_SERVERLISTS];
55 int m_iServerQueryCount;
56 int m_iServerTotalCount;
57 int m_iTotalNumPlayers;
58 bool m_bDoneUpdating[NUM_SERVERLISTS];
59 bool m_NeedAdditionalLANSearch;
62 void SelectServer(
Event *ev);
63 void ConnectServer(
Event *ev);
64 qboolean KeyEvent(
int key,
unsigned int time)
override;
65 void UpdateUIElement(
void)
override;
66 void RefreshServerList(
Event *ev);
67 void RefreshLANServerList(
Event *ev);
68 void CancelRefresh(
Event *ev);
69 void NewServerList(
void);
70 void MakeLANListing(
Event *ev);
71 void UpdateServer(
Event *ev);
75 static void UpdateServerListCallBack(GServerList serverlist,
int msg,
void *instance,
void *param1,
void *param2);
80 void Draw(
void)
override;
81 void SortByColumn(
int column)
override;