#include <EDPartImporter.h>
Public Member Functions | |
CEDPartImporter () | |
virtual | ~CEDPartImporter () |
void | AddFolder (LPCTSTR pszFolder) |
void | Start (CEdit *pCtrl) |
void | Stop () |
BOOL | IsRunning () |
virtual BOOL | InitInstance () |
virtual int | Run () |
Protected Member Functions | |
void | ImportFolder (LPCTSTR pszPath) |
BOOL | ImportFile (LPCTSTR pszPath, LPCTSTR pszFile) |
BOOL | CopyFile (LPCTSTR pszSource, LPCTSTR pszTarget) |
void | Message (UINT nMessageID,...) |
Protected Attributes | |
CStringList | m_pFolders |
CEdit * | m_pTextCtrl |
int | m_nCount |
|
Definition at line 55 of file EDPartImporter.cpp. References NULL. |
|
Definition at line 61 of file EDPartImporter.cpp. |
|
Definition at line 73 of file EDPartImporter.cpp. References m_pFolders, m_pTextCtrl, and NULL. Referenced by CWizardNetworksPage::DoDonkeyImport(), and CDonkeySettingsPage::OnImportDownloads(). |
|
Definition at line 376 of file EDPartImporter.cpp. Referenced by ImportFile(). |
|
|
Definition at line 126 of file EDPartImporter.cpp. References IDS_ED2K_EPI_FILE_FAILED, IDS_ED2K_EPI_FOLDER, ImportFile(), m_nCount, m_pTextCtrl, Message(), and NULL. Referenced by Run(). |
|
Definition at line 65 of file EDPartImporter.cpp. |
|
Definition at line 93 of file EDPartImporter.cpp. References NULL. Referenced by CDonkeyImportDlg::OnTimer(). |
|
Definition at line 384 of file EDPartImporter.cpp. References LoadString(), m_pTextCtrl, and NULL. Referenced by ImportFile(), ImportFolder(), and Run(). |
|
Definition at line 104 of file EDPartImporter.cpp. References Downloads, CSettings::Downloads, IDS_ED2K_EPI_FINISHED, IDS_ED2K_EPI_START, ImportFolder(), CSettings::sDownloads::IncompletePath, m_nCount, m_pFolders, m_pTextCtrl, Message(), NULL, CDownloads::Save(), and Settings. |
|
Definition at line 79 of file EDPartImporter.cpp. References m_pTextCtrl, and NULL. Referenced by CDonkeyImportDlg::OnImport(). |
|
Definition at line 86 of file EDPartImporter.cpp. References m_pTextCtrl, and NULL. Referenced by CDonkeyImportDlg::OnCancel(). |
|
Definition at line 41 of file EDPartImporter.h. Referenced by ImportFolder(), and Run(). |
|
Definition at line 39 of file EDPartImporter.h. Referenced by AddFolder(), and Run(). |
|
Definition at line 40 of file EDPartImporter.h. Referenced by AddFolder(), ImportFile(), ImportFolder(), Message(), Run(), Start(), and Stop(). |