CDownloadProperties_ProxyPage Class Reference

#include <DownloadProperties_ProxyPage.h>

List of all members.

Public Types

enum  { IDD = IDD_DOWNLOAD_PROXY }

Public Member Functions

 CDownloadProperties_ProxyPage ()
 ~CDownloadProperties_ProxyPage ()
virtual BOOL OnApply ()

Public Attributes

CComboBox m_wndProtocols

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
void PrepareCHMgr (CPoint point)
void ApplyLanguage ()
void ApplyPS (DLDS_LIST *pvDlds, ProxyInfo *pi)
BOOL ReadPS ()
void UpdatePS ()
BOOL CrackProxyName (LPCSTR pszName, CString &strName, USHORT &uPort)
void UpdateEnabled ()
virtual BOOL OnInitDialog ()
afx_msg void OnGetfromie ()
afx_msg void OnManually ()
afx_msg void OnUsesocks ()
afx_msg void OnDontuseproxy ()
afx_msg void OnChangeProxyname ()
afx_msg void OnChangePort ()
afx_msg void OnAuthorization ()
afx_msg void OnChangeUser ()
afx_msg void OnChangePassword ()
afx_msg void OnSelchangeProtocols ()
afx_msg void OnContextMenu (CWnd *pWnd, CPoint point)
afx_msg void OnWhatisthis ()
afx_msg BOOL OnHelpInfo (HELPINFO *pHelpInfo)
afx_msg void OnUserollback ()
afx_msg void OnChangeRollbacksize ()
afx_msg void OnFromfirefox ()

Protected Attributes

BOOL m_bIChange
int m_iCurProtocol
fs::list< ProxyInfom_vProxies
DLDS_LISTm_pvDlds
DLDS_LIST m_vHttp
DLDS_LIST m_vHttps
DLDS_LIST m_vFtp

Friends

class CDownloadPropertiesSheet

Classes

struct  ProxyInfo


Detailed Description

Definition at line 15 of file DownloadProperties_ProxyPage.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
IDD 

Definition at line 26 of file DownloadProperties_ProxyPage.h.


Constructor & Destructor Documentation

CDownloadProperties_ProxyPage::CDownloadProperties_ProxyPage (  ) 

Definition at line 22 of file DownloadProperties_ProxyPage.cpp.

References L_PROXY, and LS.

CDownloadProperties_ProxyPage::~CDownloadProperties_ProxyPage (  ) 

Definition at line 28 of file DownloadProperties_ProxyPage.cpp.


Member Function Documentation

BOOL CDownloadProperties_ProxyPage::OnApply (  )  [virtual]

void CDownloadProperties_ProxyPage::DoDataExchange ( CDataExchange *  pDX  )  [protected, virtual]

Definition at line 32 of file DownloadProperties_ProxyPage.cpp.

References IDC_PROTOCOLS, and m_wndProtocols.

void CDownloadProperties_ProxyPage::PrepareCHMgr ( CPoint  point  )  [protected]

void CDownloadProperties_ProxyPage::ApplyLanguage (  )  [protected]

void CDownloadProperties_ProxyPage::ApplyPS ( DLDS_LIST pvDlds,
ProxyInfo pi 
) [protected]

BOOL CDownloadProperties_ProxyPage::ReadPS (  )  [protected]

void CDownloadProperties_ProxyPage::UpdatePS (  )  [protected]

Definition at line 587 of file DownloadProperties_ProxyPage.cpp.

References CrackProxyName(), FALSE, m_iCurProtocol, m_vProxies, and UpdateEnabled().

Referenced by OnInitDialog(), and ReadPS().

BOOL CDownloadProperties_ProxyPage::CrackProxyName ( LPCSTR  pszName,
CString &  strName,
USHORT uPort 
) [protected]

Definition at line 411 of file DownloadProperties_ProxyPage.cpp.

References FALSE, NULL, and TRUE.

Referenced by OnChangeProxyname(), and UpdatePS().

void CDownloadProperties_ProxyPage::UpdateEnabled (  )  [protected]

BOOL CDownloadProperties_ProxyPage::OnInitDialog (  )  [protected, virtual]

void CDownloadProperties_ProxyPage::OnGetfromie (  )  [protected]

Definition at line 326 of file DownloadProperties_ProxyPage.cpp.

References UpdateEnabled().

void CDownloadProperties_ProxyPage::OnManually (  )  [protected]

Definition at line 332 of file DownloadProperties_ProxyPage.cpp.

References UpdateEnabled().

void CDownloadProperties_ProxyPage::OnUsesocks (  )  [protected]

Definition at line 338 of file DownloadProperties_ProxyPage.cpp.

References UpdateEnabled().

void CDownloadProperties_ProxyPage::OnDontuseproxy (  )  [protected]

Definition at line 344 of file DownloadProperties_ProxyPage.cpp.

References UpdateEnabled().

void CDownloadProperties_ProxyPage::OnChangeProxyname (  )  [protected]

void CDownloadProperties_ProxyPage::OnChangePort (  )  [protected]

Definition at line 376 of file DownloadProperties_ProxyPage.cpp.

References FALSE, and m_bIChange.

void CDownloadProperties_ProxyPage::OnAuthorization (  )  [protected]

Definition at line 382 of file DownloadProperties_ProxyPage.cpp.

References m_iCurProtocol, m_vProxies, and UpdateEnabled().

void CDownloadProperties_ProxyPage::OnChangeUser (  )  [protected]

Definition at line 393 of file DownloadProperties_ProxyPage.cpp.

References FALSE, m_bIChange, m_iCurProtocol, m_vProxies, and TRUE.

void CDownloadProperties_ProxyPage::OnChangePassword (  )  [protected]

Definition at line 402 of file DownloadProperties_ProxyPage.cpp.

References FALSE, m_bIChange, m_iCurProtocol, m_vProxies, and TRUE.

void CDownloadProperties_ProxyPage::OnSelchangeProtocols (  )  [protected]

Definition at line 640 of file DownloadProperties_ProxyPage.cpp.

References m_iCurProtocol, m_wndProtocols, and ReadPS().

void CDownloadProperties_ProxyPage::OnContextMenu ( CWnd *  pWnd,
CPoint  point 
) [protected]

void CDownloadProperties_ProxyPage::OnWhatisthis (  )  [protected]

Definition at line 652 of file DownloadProperties_ProxyPage.cpp.

References _CHMgr, and fsContextHelpMgr::OnWT().

BOOL CDownloadProperties_ProxyPage::OnHelpInfo ( HELPINFO *  pHelpInfo  )  [protected]

void CDownloadProperties_ProxyPage::OnUserollback (  )  [protected]

Definition at line 726 of file DownloadProperties_ProxyPage.cpp.

References UpdateEnabled().

void CDownloadProperties_ProxyPage::OnChangeRollbacksize (  )  [protected]

Definition at line 735 of file DownloadProperties_ProxyPage.cpp.

void CDownloadProperties_ProxyPage::OnFromfirefox (  )  [protected]

Definition at line 740 of file DownloadProperties_ProxyPage.cpp.

References UpdateEnabled().


Friends And Related Function Documentation

friend class CDownloadPropertiesSheet [friend]

Definition at line 17 of file DownloadProperties_ProxyPage.h.


Member Data Documentation

Definition at line 69 of file DownloadProperties_ProxyPage.h.

Referenced by OnApply(), and OnInitDialog().

Definition at line 69 of file DownloadProperties_ProxyPage.h.

Referenced by OnApply(), and OnInitDialog().

Definition at line 69 of file DownloadProperties_ProxyPage.h.

Referenced by OnApply(), and OnInitDialog().


The documentation for this class was generated from the following files:

Generated on Sun May 25 00:20:42 2008 by  doxygen 1.5.6