#include <DownloadPropertiesSheet.h>
Public Member Functions | |
| CDownloadPropertiesSheet (UINT nIDCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
| CDownloadPropertiesSheet (LPCTSTR pszCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
| BOOL | IsNeedProcessDownloads () |
| BOOL | IsNeedUpdateTasks () |
| void | Init (DLDS_LIST *pvDlds, DWORD dwPages) |
| virtual | ~CDownloadPropertiesSheet () |
Protected Member Functions | |
| void | BuildPropPageArray () |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| virtual BOOL | OnInitDialog () |
Protected Attributes | |
| CDownloadProperties_IntegrityPage | m_integrity |
| CDownloadProperties_MirrorsPage | m_mirrors |
| RECT | m_rctPage |
| CFont | m_fntPage |
| CDownloadProperties_MiscPage | m_misc |
| CDownloadProperties_GeneralPage | m_general |
| CDownloadProperties_ConnectionPage | m_connection |
| CDownloadProperties_ProtocolPage | m_protocol |
| CDownloadProperties_ProxyPage | m_proxy |
Definition at line 35 of file DownloadPropertiesSheet.h.
| CDownloadPropertiesSheet::CDownloadPropertiesSheet | ( | UINT | nIDCaption, | |
| CWnd * | pParentWnd = NULL, |
|||
| UINT | iSelectPage = 0 | |||
| ) |
Definition at line 19 of file DownloadPropertiesSheet.cpp.
| CDownloadPropertiesSheet::CDownloadPropertiesSheet | ( | LPCTSTR | pszCaption, | |
| CWnd * | pParentWnd = NULL, |
|||
| UINT | iSelectPage = 0 | |||
| ) |
Definition at line 25 of file DownloadPropertiesSheet.cpp.
| CDownloadPropertiesSheet::~CDownloadPropertiesSheet | ( | ) | [virtual] |
Definition at line 30 of file DownloadPropertiesSheet.cpp.
| BOOL CDownloadPropertiesSheet::IsNeedProcessDownloads | ( | ) |
Definition at line 89 of file DownloadPropertiesSheet.cpp.
References CDownloadProperties_GeneralPage::m_bNeedProcessDownloads, and m_general.
| BOOL CDownloadPropertiesSheet::IsNeedUpdateTasks | ( | ) |
Definition at line 84 of file DownloadPropertiesSheet.cpp.
References CDownloadProperties_GeneralPage::m_bNeedUpdateTasks, and m_general.
| void CDownloadPropertiesSheet::Init | ( | DLDS_LIST * | pvDlds, | |
| DWORD | dwPages | |||
| ) |
Definition at line 41 of file DownloadPropertiesSheet.cpp.
References DPS_SHP_CONNECTION, DPS_SHP_GENERAL, DPS_SHP_INTEGRITY, DPS_SHP_MIRRORS, DPS_SHP_MISC, DPS_SHP_PROTOCOL, DPS_SHP_PROXY, FALSE, m_connection, CDownloadProperties_MirrorsPage::m_dld, m_general, m_integrity, m_mirrors, m_misc, m_protocol, m_proxy, CDownloadProperties_MiscPage::m_pvDlds, CDownloadProperties_IntegrityPage::m_pvDlds, CDownloadProperties_ProxyPage::m_pvDlds, CDownloadProperties_ProtocolPage::m_pvDlds, CDownloadProperties_ConnectionPage::m_pvDlds, and CDownloadProperties_GeneralPage::m_pvDlds.
Referenced by CUrlWithLoginDlg::OnAdvanced(), CCreateDownloadsDlg::OnAdvanced(), CCreateDownloadListDlg::OnAdvanced(), and CDownloadsWnd::OnDownloadDefProperties().
| void CDownloadPropertiesSheet::BuildPropPageArray | ( | ) | [protected] |
Definition at line 101 of file DownloadPropertiesSheet.cpp.
| int CDownloadPropertiesSheet::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 94 of file DownloadPropertiesSheet.cpp.
| BOOL CDownloadPropertiesSheet::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 73 of file DownloadPropertiesSheet.cpp.
References TRUE.
Referenced by CDownloadProperties_ProxyPage::OnInitDialog(), CDownloadProperties_ProtocolPage::OnInitDialog(), CDownloadProperties_MirrorsPage::OnInitDialog(), CDownloadProperties_IntegrityPage::OnInitDialog(), and CDownloadProperties_GeneralPage::OnInitDialog().
RECT CDownloadPropertiesSheet::m_rctPage [protected] |
Definition at line 60 of file DownloadPropertiesSheet.h.
CFont CDownloadPropertiesSheet::m_fntPage [protected] |
Definition at line 61 of file DownloadPropertiesSheet.h.
Definition at line 68 of file DownloadPropertiesSheet.h.
Referenced by Init(), IsNeedProcessDownloads(), and IsNeedUpdateTasks().
1.5.6