#include <DlgDownload.h>
Inheritance diagram for CDownloadDlg:
Public Types | |
enum | { IDD = IDD_DOWNLOAD } |
Public Member Functions | |
CDownloadDlg (CWnd *pParent=NULL, CDownload *pDownload=NULL) | |
virtual | ~CDownloadDlg () |
CShareazaURL * | GetURL () |
Public Attributes | |
CDownload * | m_pDownload |
CShareazaURL * | m_pURL |
CButton | m_wndTorrentFile |
CButton | m_wndOK |
CEdit | m_wndURL |
CString | m_sURL |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnChangeURL () |
virtual void | OnOK () |
afx_msg void | OnTorrentFile () |
|
Definition at line 50 of file DlgDownload.h. |
|
Definition at line 40 of file DlgDownload.cpp. References NULL. |
|
Definition at line 46 of file DlgDownload.cpp. |
|
Reimplemented from CSkinDialog. Definition at line 51 of file DlgDownload.cpp. References CSkinDialog::DoDataExchange(), IDC_TORRENT_FILE, IDC_URL, m_sURL, m_wndOK, m_wndTorrentFile, and m_wndURL. |
|
Definition at line 183 of file DlgDownload.cpp. Referenced by CMainWnd::OnToolsDownload(). |
|
Definition at line 127 of file DlgDownload.cpp. References CShareazaURL::m_nAction, m_pDownload, m_sURL, m_wndOK, NULL, CShareazaURL::Parse(), and CShareazaURL::uriSource. Referenced by OnInitDialog(). |
|
Reimplemented from CSkinDialog. Definition at line 63 of file DlgDownload.cpp. References IDR_DOWNLOADSFRAME, CShareazaApp::m_bNT, m_pDownload, m_sURL, m_wndTorrentFile, NULL, OnChangeURL(), CSkinDialog::OnInitDialog(), CShareazaURL::Parse(), CSkinDialog::SkinMe(), and theApp. |
|
Definition at line 173 of file DlgDownload.cpp. References m_pURL, m_sURL, NULL, and CShareazaURL::Parse(). |
|
Definition at line 148 of file DlgDownload.cpp. References CSettings::Downloads, CBTInfo::LoadTorrentFile(), Settings, CSettings::sDownloads::TorrentPath, and WM_URL. |
|
Definition at line 45 of file DlgDownload.h. Referenced by OnChangeURL(), and OnInitDialog(). |
|
Definition at line 46 of file DlgDownload.h. Referenced by GetURL(), CDownloadsWnd::OnDownloadsUrl(), OnOK(), CMainWnd::OnToolsDownload(), and ~CDownloadDlg(). |
|
Definition at line 54 of file DlgDownload.h. Referenced by DoDataExchange(), OnChangeURL(), OnInitDialog(), and OnOK(). |
|
Definition at line 52 of file DlgDownload.h. Referenced by DoDataExchange(), and OnChangeURL(). |
|
Definition at line 51 of file DlgDownload.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
Definition at line 53 of file DlgDownload.h. Referenced by DoDataExchange(). |