#include <DownloadProperties_ConnectionPage.h>
Public Types | |
| enum | { IDD = IDD_DOWNLOAD_CONNECTION } |
Public Member Functions | |
| CDownloadProperties_ConnectionPage () | |
| ~CDownloadProperties_ConnectionPage () | |
| virtual BOOL | OnApply () |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| void | ErrMustBeGreaterThan (UINT nID, UINT uMin) |
| void | UpdateEnabled () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnLimittraffic () |
| afx_msg void | OnIgnoreallrestrictions () |
| afx_msg void | OnChangePausebetween () |
| afx_msg void | OnChangeMaxattempts () |
| afx_msg void | OnChangeTimeout () |
| afx_msg void | OnChangeSectminsize () |
| afx_msg void | OnChangeSectmaxcount () |
| afx_msg void | OnChangeTrafficlimitval () |
| afx_msg void | OnEditchangeTrafficlimitdim () |
| afx_msg void | OnSelchangeTrafficlimitdim () |
| afx_msg void | OnSelchangeSectminsizedim () |
| afx_msg void | OnUsemaxattempts () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnWhatisthis () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnRestartifspeedlow () |
| afx_msg void | OnChangeLowspeedDuration () |
Protected Attributes | |
| DLDS_LIST * | m_pvDlds |
Friends | |
| class | CDownloadPropertiesSheet |
Definition at line 15 of file DownloadProperties_ConnectionPage.h.
| anonymous enum |
| CDownloadProperties_ConnectionPage::CDownloadProperties_ConnectionPage | ( | ) |
Definition at line 23 of file DownloadProperties_ConnectionPage.cpp.
References L_CONNECTION, and LS.
| CDownloadProperties_ConnectionPage::~CDownloadProperties_ConnectionPage | ( | ) |
Definition at line 29 of file DownloadProperties_ConnectionPage.cpp.
| BOOL CDownloadProperties_ConnectionPage::OnApply | ( | ) | [virtual] |
Definition at line 287 of file DownloadProperties_ConnectionPage.cpp.
References BOOL, DNP_SET, DNP_SET_MASK, DNP_UNSET_MASK, DNPF_RESTARTSECTIONWHENSPEEDTOOLOW, DP_SET, FALSE, vmsDialogHelper::GetDlgBytesGroup(), GetLastError(), m_pvDlds, NULL, SET_VAL, and SET_VAL_EX.
| void CDownloadProperties_ConnectionPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 33 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 443 of file DownloadProperties_ConnectionPage.cpp.
References _CHMgr, IDC__PAUSEBETWEEN, IDC__SECTMAXCOUNT, IDC__SECTMINSIZE, IDC__TIMEOUT, L_DIMHERE, L_IGNOREALLHERE, L_MAXATTEMPTSHERE, L_MAXSECTHERE, L_MINSECTSIZEHERE, L_PAUSEBETWEENHERE, L_RESTARTATLOWSPEED_HERE, L_TIMEOUTHERE, L_TRAFFLIMITHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CDownloadProperties_ConnectionPage::ApplyLanguage | ( | ) | [protected] |
Definition at line 406 of file DownloadProperties_ConnectionPage.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__ERRORS, IDC__NETUSAGERESTR, IDC__NETWORK, IDC__PAUSEBETWEEN, IDC__SECTIONS, IDC__SECTMAXCOUNT, IDC__SECTMINSIZE, IDC__TIMEOUT, L_ERRS, L_IGNOREALLRESTR, L_LIMITTRAFF, L_MAXATTEMPTS, L_MAXCOUNT, L_MINSIZE, L_NETUSAGERESTR, L_NETWORK, L_PAUSEBETWEEN, L_RESTARTATLOWSPEED, L_SECTIONS, and L_TIMEOUTINSEC.
Referenced by OnInitDialog().
Definition at line 374 of file DownloadProperties_ConnectionPage.cpp.
References L_ENTERGREATER, L_INPERR, and LS.
| void CDownloadProperties_ConnectionPage::UpdateEnabled | ( | ) | [protected] |
Definition at line 205 of file DownloadProperties_ConnectionPage.cpp.
References b, BOOL, FALSE, IDC_LOWSPEED_DURATIONSPIN, and IDC_MAXATTEMPTSSPIN.
Referenced by OnIgnoreallrestrictions(), OnInitDialog(), OnLimittraffic(), OnRestartifspeedlow(), and OnUsemaxattempts().
| BOOL CDownloadProperties_ConnectionPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 79 of file DownloadProperties_ConnectionPage.cpp.
References ApplyLanguage(), fsDownload_Properties::bIgnoreRestrictions, BOOL, DNP_EQ, DNP_EQ_MASK, DNPF_RESTARTSECTIONWHENSPEEDTOOLOW, DP_EQ, fsDownload_NetworkProperties::dwFlags, FALSE, IDC_LOWSPEED_DURATIONSPIN, IDC_MAXATTEMPTSSPIN, IDC_PAUSEBETWEENSPIN, IDC_SECTMAXCOUNTSPIN, IDC_TIMEOUTSPIN, L_B, L_KB, L_MB, L_S, LS, m_pvDlds, vmsDialogHelper::SetDlgBytesGroup(), TRUE, fsDownload_Properties::uMaxAttempts, fsDownload_Properties::uMaxSections, UpdateEnabled(), fsDownload_Properties::uRetriesTime, fsDownload_Properties::uSectionMinSize, fsDownload_Properties::uTimeout, fsDownload_Properties::uTrafficRestriction, and fsDownload_NetworkProperties::wLowSpeed_Duration.
| void CDownloadProperties_ConnectionPage::OnLimittraffic | ( | ) | [protected] |
| void CDownloadProperties_ConnectionPage::OnIgnoreallrestrictions | ( | ) | [protected] |
| void CDownloadProperties_ConnectionPage::OnChangePausebetween | ( | ) | [protected] |
Definition at line 242 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::OnChangeMaxattempts | ( | ) | [protected] |
Definition at line 247 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::OnChangeTimeout | ( | ) | [protected] |
Definition at line 252 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::OnChangeSectminsize | ( | ) | [protected] |
Definition at line 257 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::OnChangeSectmaxcount | ( | ) | [protected] |
Definition at line 262 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::OnChangeTrafficlimitval | ( | ) | [protected] |
Definition at line 267 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::OnEditchangeTrafficlimitdim | ( | ) | [protected] |
Definition at line 272 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::OnSelchangeTrafficlimitdim | ( | ) | [protected] |
Definition at line 277 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::OnSelchangeSectminsizedim | ( | ) | [protected] |
Definition at line 282 of file DownloadProperties_ConnectionPage.cpp.
| void CDownloadProperties_ConnectionPage::OnUsemaxattempts | ( | ) | [protected] |
| void CDownloadProperties_ConnectionPage::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 395 of file DownloadProperties_ConnectionPage.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| void CDownloadProperties_ConnectionPage::OnWhatisthis | ( | ) | [protected] |
Definition at line 401 of file DownloadProperties_ConnectionPage.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| BOOL CDownloadProperties_ConnectionPage::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 426 of file DownloadProperties_ConnectionPage.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CDownloadProperties_ConnectionPage::OnRestartifspeedlow | ( | ) | [protected] |
| void CDownloadProperties_ConnectionPage::OnChangeLowspeedDuration | ( | ) | [protected] |
Definition at line 478 of file DownloadProperties_ConnectionPage.cpp.
friend class CDownloadPropertiesSheet [friend] |
Definition at line 17 of file DownloadProperties_ConnectionPage.h.
DLDS_LIST* CDownloadProperties_ConnectionPage::m_pvDlds [protected] |
Definition at line 43 of file DownloadProperties_ConnectionPage.h.
Referenced by CDownloadPropertiesSheet::Init(), OnApply(), and OnInitDialog().
1.5.6