#include <PageSettingsDownloads.h>
Inheritance diagram for CDownloadsSettingsPage:

Public Types | |
| enum | { IDD = IDD_SETTINGS_DOWNLOADS } |
Public Member Functions | |
| CDownloadsSettingsPage () | |
| virtual | ~CDownloadsSettingsPage () |
| virtual void | OnOK () |
| virtual BOOL | OnKillActive () |
Public Attributes | |
| CSpinButtonCtrl | m_wndMaxDownTransfers |
| CSpinButtonCtrl | m_wndMaxFileTransfers |
| CSpinButtonCtrl | m_wndMaxDownFiles |
| CIconButtonCtrl | m_wndIncompletePath |
| CIconButtonCtrl | m_wndDownloadsPath |
| CComboBox | m_wndBandwidthLimit |
| CComboBox | m_wndQueueLimit |
| CString | m_sDownloadsPath |
| CString | m_sIncompletePath |
| int | m_nMaxDownFiles |
| int | m_nMaxFileTransfers |
| int | m_nMaxDownTransfers |
| CString | m_sBandwidthLimit |
| CString | m_sQueueLimit |
| BOOL | m_bRequireConnect |
| BOOL | m_bDownloadsChanged |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| BOOL | IsNotLimited (LPCTSTR pText) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnDownloadsBrowse () |
| afx_msg void | OnIncompleteBrowse () |
| afx_msg void | OnShowWindow (BOOL bShow, UINT nStatus) |
|
|
Definition at line 44 of file PageSettingsDownloads.h. |
|
|
Definition at line 55 of file PageSettingsDownloads.cpp. |
|
|
Definition at line 69 of file PageSettingsDownloads.cpp. |
|
|
|
Definition at line 443 of file PageSettingsDownloads.cpp. References _tcsistr(), and NULL. Referenced by OnKillActive(), and OnOK(). |
|
|
Definition at line 156 of file PageSettingsDownloads.cpp. References IDS_SETTINGS_FILEPATH_NOT_SAME, IDS_SETTINGS_FILEPATH_TOO_LONG, LoadString(), m_bDownloadsChanged, m_sDownloadsPath, m_sIncompletePath, and NULL. |
|
|
Definition at line 202 of file PageSettingsDownloads.cpp. References IDS_SETTINGS_FILEPATH_NOT_SAME, IDS_SETTINGS_FILEPATH_TOO_LONG, IDS_SETTINGS_INCOMPLETE_LIBRARY, CLibraryFolders::IsFolderShared(), LibraryFolders, LoadString(), m_sDownloadsPath, m_sIncompletePath, and NULL. |
|
|
|
Reimplemented from CSettingsPage. Definition at line 256 of file PageSettingsDownloads.cpp. References IDC_DOWNLOADS_BANDWIDTH_LIMIT, IDS_SETTINGS_NEED_BANDWIDTH, IsNotLimited(), LoadString(), m_sBandwidthLimit, CSettingsPage::OnKillActive(), CSettings::ParseVolume(), and Settings. |
|
|
||||||||||||
|
Definition at line 403 of file PageSettingsDownloads.cpp. References CSettings::Connection, CSettings::eDonkey, CSettings::seDonkey::EnableAlways, CSettings::seDonkey::EnableToday, CSettings::sConnection::InSpeed, m_wndBandwidthLimit, m_wndQueueLimit, Settings, and CSettings::SmartVolume(). |
|
|
Definition at line 62 of file PageSettingsDownloads.h. Referenced by OnDownloadsBrowse(), OnInitDialog(), and OnOK(). |
|
|
Definition at line 59 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
|
Definition at line 54 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
|
Definition at line 56 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
|
Definition at line 55 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
|
Definition at line 57 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), OnInitDialog(), OnKillActive(), and OnOK(). |
|
|
Definition at line 52 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), OnDownloadsBrowse(), OnIncompleteBrowse(), OnInitDialog(), and OnOK(). |
|
|
Definition at line 53 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), OnDownloadsBrowse(), OnIncompleteBrowse(), OnInitDialog(), and OnOK(). |
|
|
Definition at line 58 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
|
Definition at line 50 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), and OnShowWindow(). |
|
|
Definition at line 49 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
|
Definition at line 48 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
|
Definition at line 47 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
|
Definition at line 45 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
|
Definition at line 46 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
|
Definition at line 51 of file PageSettingsDownloads.h. Referenced by DoDataExchange(), and OnShowWindow(). |
1.4.2