#include <DlgDonkeyServers.h>
Inheritance diagram for CDonkeyServersDlg:
Public Types | |
enum | { IDD = IDD_DONKEY_SERVERS } |
Public Member Functions | |
CDonkeyServersDlg (CWnd *pParent=NULL) | |
virtual | ~CDonkeyServersDlg () |
Public Attributes | |
CEdit | m_wndURL |
CButton | m_wndOK |
CProgressCtrl | m_wndProgress |
CString | m_sURL |
HINTERNET | m_hInternet |
HANDLE | m_hThread |
Protected Member Functions | |
void | OnRun () |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
virtual void | OnOK () |
virtual void | OnCancel () |
afx_msg void | OnChangeURL () |
afx_msg void | OnTimer (UINT nIDEvent) |
Static Protected Member Functions | |
static UINT | ThreadStart (LPVOID pParam) |
|
Definition at line 40 of file DlgDonkeyServers.h. |
|
Definition at line 45 of file DlgDonkeyServers.cpp. References NULL. |
|
Definition at line 54 of file DlgDonkeyServers.cpp. References m_hInternet, m_hThread, and NULL. |
|
Reimplemented from CSkinDialog. Definition at line 60 of file DlgDonkeyServers.cpp. References CSkinDialog::DoDataExchange(), IDC_PROGRESS, IDC_URL, m_sURL, m_wndOK, m_wndProgress, and m_wndURL. |
|
Definition at line 115 of file DlgDonkeyServers.cpp. References OnTimer(). |
|
Definition at line 90 of file DlgDonkeyServers.cpp. |
|
Reimplemented from CSkinDialog. Definition at line 74 of file DlgDonkeyServers.cpp. References CSettings::eDonkey, m_sURL, m_wndOK, m_wndProgress, CSkinDialog::OnInitDialog(), CSettings::seDonkey::ServerListURL, Settings, and CSkinDialog::SkinMe(). |
|
Definition at line 96 of file DlgDonkeyServers.cpp. References CSettings::eDonkey, m_hInternet, m_hThread, m_sURL, m_wndOK, m_wndURL, NULL, CSettings::seDonkey::ServerListURL, Settings, CSettings::SmartAgent(), and ThreadStart(). |
|
Definition at line 164 of file DlgDonkeyServers.cpp. References CHostCache::eDonkey, HostCache, CHostCacheList::ImportMET(), m_hInternet, m_sURL, m_wndProgress, NULL, and CHostCache::Save(). Referenced by ThreadStart(). |
|
Definition at line 121 of file DlgDonkeyServers.cpp. References m_hInternet, m_hThread, CShareazaApp::Message(), MSG_DEBUG, NULL, and theApp. Referenced by OnCancel(). |
|
Definition at line 157 of file DlgDonkeyServers.cpp. References OnRun(). Referenced by OnOK(). |
|
Definition at line 49 of file DlgDonkeyServers.h. Referenced by OnOK(), OnRun(), OnTimer(), and ~CDonkeyServersDlg(). |
|
Definition at line 50 of file DlgDonkeyServers.h. Referenced by OnOK(), OnTimer(), and ~CDonkeyServersDlg(). |
|
Definition at line 44 of file DlgDonkeyServers.h. Referenced by DoDataExchange(), OnChangeURL(), OnInitDialog(), OnOK(), and OnRun(). |
|
Definition at line 42 of file DlgDonkeyServers.h. Referenced by DoDataExchange(), OnChangeURL(), OnInitDialog(), and OnOK(). |
|
Definition at line 43 of file DlgDonkeyServers.h. Referenced by DoDataExchange(), OnInitDialog(), and OnRun(). |
|
Definition at line 41 of file DlgDonkeyServers.h. Referenced by DoDataExchange(), and OnOK(). |