#include <DlgDonkeyImport.h>
Inheritance diagram for CDonkeyImportDlg:
Public Types | |
enum | { IDD = IDD_DONKEY_IMPORT } |
Public Member Functions | |
CDonkeyImportDlg (CWnd *pParent=NULL) | |
Public Attributes | |
CButton | m_wndClose |
CButton | m_wndCancel |
CButton | m_wndImport |
CEdit | m_wndLog |
CEDPartImporter | m_pImporter |
CString | m_sCancel |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnImport () |
virtual void | OnCancel () |
afx_msg void | OnTimer (UINT nIDEvent) |
afx_msg void | OnClose () |
|
Definition at line 40 of file DlgDonkeyImport.h. |
|
Definition at line 45 of file DlgDonkeyImport.cpp. |
|
Reimplemented from CSkinDialog. Definition at line 52 of file DlgDonkeyImport.cpp. References CSkinDialog::DoDataExchange(), IDC_CLOSE, IDC_IMPORT, IDC_LOG, m_wndCancel, m_wndClose, m_wndImport, and m_wndLog. |
|
Definition at line 92 of file DlgDonkeyImport.cpp. References m_pImporter, and CEDPartImporter::Stop(). |
|
Definition at line 110 of file DlgDonkeyImport.cpp. |
|
Definition at line 84 of file DlgDonkeyImport.cpp. References m_pImporter, m_sCancel, m_wndCancel, m_wndImport, m_wndLog, NULL, and CEDPartImporter::Start(). |
|
Reimplemented from CSkinDialog. Definition at line 66 of file DlgDonkeyImport.cpp. References IDR_MAINFRAME, m_sCancel, m_wndCancel, CSkinDialog::OnInitDialog(), and CSkinDialog::SkinMe(). |
|
Definition at line 98 of file DlgDonkeyImport.cpp. References CEDPartImporter::IsRunning(), m_pImporter, m_wndCancel, and m_wndClose. |
|
Definition at line 47 of file DlgDonkeyImport.h. Referenced by CWizardNetworksPage::DoDonkeyImport(), OnCancel(), OnImport(), CDonkeySettingsPage::OnImportDownloads(), and OnTimer(). |
|
Definition at line 48 of file DlgDonkeyImport.h. Referenced by OnImport(), and OnInitDialog(). |
|
Definition at line 42 of file DlgDonkeyImport.h. Referenced by DoDataExchange(), OnImport(), OnInitDialog(), and OnTimer(). |
|
Definition at line 41 of file DlgDonkeyImport.h. Referenced by DoDataExchange(), and OnTimer(). |
|
Definition at line 43 of file DlgDonkeyImport.h. Referenced by DoDataExchange(), and OnImport(). |
|
Definition at line 44 of file DlgDonkeyImport.h. Referenced by DoDataExchange(), and OnImport(). |