Public Member Functions | |
| KGameLobby (HINSTANCE hInstance) | |
| virtual | ~KGameLobby () |
| virtual bool | Init () |
| virtual void | Run () |
| virtual void | End () |
| void | DumpServers () |
| KNetLobby * | GetpNetLobby () |
| void | AddpServer (KServer *pServer) |
| void | RemovepServer (KServer *pServer) |
| KServer * | GetpFirstServer () |
| KServer * | GetpNextServer (KServer *pServer) |
Static Protected Member Functions | |
| static INT_PTR CALLBACK | WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static void | CommandListServers (KStr Argument, void *pContext) |
| static void | CommandMsg (KStr Argument, void *pContext) |
Protected Attributes | |
| HWND | m_hWnd |
| HICON | m_hIcon |
| const char * | m_pName |
| KNetLobby | m_Net |
| KNetRequestLobby | m_NetRequest |
| HMENU | m_hPopupMenu |
| HMENU | m_hMenu |
Definition at line 13 of file GameLobby.h.
1.5.1-p1