#include <DownloadProperties_ProtocolPage.h>
Public Types | |
| enum | { IDD = IDD_DOWNLOAD_PROTOCOL } |
Public Member Functions | |
| CDownloadProperties_ProtocolPage () | |
| ~CDownloadProperties_ProtocolPage () | |
| virtual BOOL | OnApply () |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| void | UpdateEnabled () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnBinary () |
| afx_msg void | OnAscii () |
| afx_msg void | OnAsciiforexts () |
| afx_msg void | OnEditchangeUseragent () |
| afx_msg void | OnSelchangeUseragent () |
| afx_msg void | OnChangeReferer () |
| afx_msg void | OnUsehttp11 () |
| afx_msg void | OnUsecookie () |
| afx_msg void | OnUsepassivemode () |
| afx_msg void | OnChangeAsciiexts () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnWhatisthis () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnDontsendlist () |
Protected Attributes | |
| BOOL | m_bRefererModified |
| CComboBox | m_wndUserAgent |
| DLDS_LIST * | m_pvDlds |
Friends | |
| class | CDownloadPropertiesSheet |
Definition at line 15 of file DownloadProperties_ProtocolPage.h.
| anonymous enum |
| CDownloadProperties_ProtocolPage::CDownloadProperties_ProtocolPage | ( | ) |
| CDownloadProperties_ProtocolPage::~CDownloadProperties_ProtocolPage | ( | ) |
Definition at line 28 of file DownloadProperties_ProtocolPage.cpp.
| BOOL CDownloadProperties_ProtocolPage::OnApply | ( | ) | [virtual] |
Definition at line 234 of file DownloadProperties_ProtocolPage.cpp.
References _ppszAgentNames, _ppszAgentValues, BOOL, DNP_SET, DNP_SET_MASK, DNP_UNSET_MASK, FALSE, FTP_DONTSENDLIST, FTP_USEPASSIVEMODE, FTT_ASCII, FTT_BINARY, FTT_UNKNOWN, IDC_ASCII, IDC_ASCIIEXTS, IDC_ASCIIFOREXTS, IDC_BINARY, IDC_DONTSENDLIST, IDC_REFERER, IDC_USECOOKIE, IDC_USEHTTP11, IDC_USEPASSIVEMODE, m_bRefererModified, m_wndUserAgent, and TRUE.
| void CDownloadProperties_ProtocolPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 32 of file DownloadProperties_ProtocolPage.cpp.
References IDC_USERAGENT, and m_wndUserAgent.
| void CDownloadProperties_ProtocolPage::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 365 of file DownloadProperties_ProtocolPage.cpp.
References _CHMgr, IDC__IDAS, IDC__REFERER, IDC_ASCII, IDC_ASCIIFOREXTS, IDC_BINARY, IDC_DONTSENDLIST, IDC_REFERER, IDC_USECOOKIE, IDC_USEHTTP11, IDC_USEPASSIVEMODE, IDC_USERAGENT, L_ASCIIFORHERE, L_ASCIIHERE, L_BINARYHERE, L_DONTRETRFILEDATEFROMSERV_HERE, L_IDASHERE, L_REFERERHERE, L_USECOOKIEHERE, L_USEHTTP11HERE, L_USEPASSIVEMODEHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CDownloadProperties_ProtocolPage::ApplyLanguage | ( | ) | [protected] |
Definition at line 331 of file DownloadProperties_ProtocolPage.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__IDAS, IDC__REFERER, IDC__TRANSFERMODE, IDC_ASCIIFOREXTS, IDC_BINARY, IDC_DONTSENDLIST, IDC_USECOOKIE, IDC_USEHTTP11, IDC_USEPASSIVEMODE, L_ASCIIFOR, L_BINARY, L_DONTRETRFILEDATEFROMSERV, L_IDAS, L_REFERER, L_TRANSFERMODE, L_USECOOKIE, L_USEHTTP11, and L_USEPASSIVEMODE.
Referenced by OnInitDialog().
| void CDownloadProperties_ProtocolPage::UpdateEnabled | ( | ) | [protected] |
Definition at line 166 of file DownloadProperties_ProtocolPage.cpp.
References IDC_ASCIIEXTS, and IDC_ASCIIFOREXTS.
Referenced by OnAscii(), OnAsciiforexts(), OnBinary(), and OnInitDialog().
| BOOL CDownloadProperties_ProtocolPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 81 of file DownloadProperties_ProtocolPage.cpp.
References _ppszAgentNames, _ppszAgentValues, ApplyLanguage(), BOOL, fsDownload_NetworkProperties::bUseCookie, fsDownload_NetworkProperties::bUseHttp11, DNP_EQ, DNP_EQ_MASK, DNP_OFFSET, DNPEntry_IsAllEqual(), fsDownload_NetworkProperties::dwFtpFlags, fsDownload_NetworkProperties::enFtpTransferType, FALSE, FTP_DONTSENDLIST, FTP_USEPASSIVEMODE, FTT_ASCII, FTT_BINARY, IDC_ASCII, IDC_ASCIIEXTS, IDC_ASCIIFOREXTS, IDC_BINARY, IDC_DONTSENDLIST, IDC_REFERER, IDC_USECOOKIE, IDC_USEHTTP11, IDC_USEPASSIVEMODE, m_bRefererModified, m_pvDlds, m_wndUserAgent, CDownloadPropertiesSheet::OnInitDialog(), fsDownload_NetworkProperties::pszAgent, fsDownload_NetworkProperties::pszASCIIExts, fsDownload_NetworkProperties::pszReferer, TRUE, and UpdateEnabled().
| void CDownloadProperties_ProtocolPage::OnBinary | ( | ) | [protected] |
| void CDownloadProperties_ProtocolPage::OnAscii | ( | ) | [protected] |
| void CDownloadProperties_ProtocolPage::OnAsciiforexts | ( | ) | [protected] |
| void CDownloadProperties_ProtocolPage::OnEditchangeUseragent | ( | ) | [protected] |
Definition at line 189 of file DownloadProperties_ProtocolPage.cpp.
| void CDownloadProperties_ProtocolPage::OnSelchangeUseragent | ( | ) | [protected] |
Definition at line 194 of file DownloadProperties_ProtocolPage.cpp.
| void CDownloadProperties_ProtocolPage::OnChangeReferer | ( | ) | [protected] |
Definition at line 199 of file DownloadProperties_ProtocolPage.cpp.
References m_bRefererModified, and TRUE.
| void CDownloadProperties_ProtocolPage::OnUsehttp11 | ( | ) | [protected] |
| void CDownloadProperties_ProtocolPage::OnUsecookie | ( | ) | [protected] |
| void CDownloadProperties_ProtocolPage::OnUsepassivemode | ( | ) | [protected] |
| void CDownloadProperties_ProtocolPage::OnChangeAsciiexts | ( | ) | [protected] |
Definition at line 229 of file DownloadProperties_ProtocolPage.cpp.
| void CDownloadProperties_ProtocolPage::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 320 of file DownloadProperties_ProtocolPage.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| void CDownloadProperties_ProtocolPage::OnWhatisthis | ( | ) | [protected] |
Definition at line 326 of file DownloadProperties_ProtocolPage.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| BOOL CDownloadProperties_ProtocolPage::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 348 of file DownloadProperties_ProtocolPage.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CDownloadProperties_ProtocolPage::OnDontsendlist | ( | ) | [protected] |
friend class CDownloadPropertiesSheet [friend] |
Definition at line 17 of file DownloadProperties_ProtocolPage.h.
BOOL CDownloadProperties_ProtocolPage::m_bRefererModified [protected] |
Definition at line 39 of file DownloadProperties_ProtocolPage.h.
Referenced by OnApply(), OnChangeReferer(), and OnInitDialog().
CComboBox CDownloadProperties_ProtocolPage::m_wndUserAgent [protected] |
Definition at line 41 of file DownloadProperties_ProtocolPage.h.
Referenced by DoDataExchange(), OnApply(), and OnInitDialog().
DLDS_LIST* CDownloadProperties_ProtocolPage::m_pvDlds [protected] |
Definition at line 43 of file DownloadProperties_ProtocolPage.h.
Referenced by CDownloadPropertiesSheet::Init(), and OnInitDialog().
1.5.6