Public Types | |
| enum | |
Public Member Functions | |
| CServerPage () | |
| CServerPage (KFile &File) | |
| ~CServerPage () | |
| void | Load () |
| void | Save () |
| void | RefreshModList () |
| void | RefreshMapList () |
| afx_msg void | OnCbnSelchangeComboMod () |
Public Attributes | |
| CListBox | m_ListMap |
| CButton | m_CheckConnectToLobby |
| CSpinButtonCtrl | m_SpinMaxClients |
| CSpinButtonCtrl | m_SpinLobbyPort |
| CSpinButtonCtrl | m_SpinListenPort |
| CString | m_Name |
| UINT | m_MaxClients |
| UINT | m_LobbyPort |
| CString | m_LobbyHost |
| UINT | m_ListenPort |
| CString | m_ServerHost |
| CComboBox | m_ComboMod |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnCheckConnecttolobby () |
| afx_msg void | OnButtonRun () |
Protected Attributes | |
| KIni * | m_pIni |
Definition at line 15 of file ServerPage.h.
1.5.1-p1