#include <Sites_AdvancedPage.h>
Public Types | |
| enum | { IDD = IDD_SITES_ADVANCED } |
Public Member Functions | |
| void | ToDialog () |
| void | FromDialog () |
| BOOL | IsUserChangedProtocols () |
| CSites_AdvancedPage () | |
| ~CSites_AdvancedPage () | |
| virtual BOOL | OnApply () |
Public Attributes | |
| int | m_iSiteIndex |
| fsSiteInfo * | m_pSite |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnWhatisthis () |
| afx_msg void | OnValidhttp () |
| afx_msg void | OnValidhttps () |
| afx_msg void | OnValidftp () |
| afx_msg void | OnValidsubdomains () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
Protected Attributes | |
| BOOL | m_bUserChangedProtocols |
| BOOL | m_bDialogWasInited |
Definition at line 13 of file Sites_AdvancedPage.h.
| anonymous enum |
| CSites_AdvancedPage::CSites_AdvancedPage | ( | ) |
| CSites_AdvancedPage::~CSites_AdvancedPage | ( | ) |
Definition at line 25 of file Sites_AdvancedPage.cpp.
| void CSites_AdvancedPage::ToDialog | ( | ) |
Definition at line 162 of file Sites_AdvancedPage.cpp.
References fsSiteInfo::dwValidFor, FALSE, IDC_VALIDFTP, IDC_VALIDHTTP, IDC_VALIDHTTPS, IDC_VALIDSUBDOMAINS, m_bDialogWasInited, m_pSite, SITE_VALIDFOR_FTP, SITE_VALIDFOR_HTTP, SITE_VALIDFOR_HTTPS, and SITE_VALIDFOR_SUBDOMAINS.
Referenced by CSites_GeneralPage::OnApply(), and OnInitDialog().
| void CSites_AdvancedPage::FromDialog | ( | ) |
Definition at line 156 of file Sites_AdvancedPage.cpp.
References m_bDialogWasInited, and OnApply().
Referenced by CSites_GeneralPage::OnApply().
| BOOL CSites_AdvancedPage::IsUserChangedProtocols | ( | ) |
Definition at line 151 of file Sites_AdvancedPage.cpp.
References m_bUserChangedProtocols.
Referenced by CSites_GeneralPage::OnApply().
| BOOL CSites_AdvancedPage::OnApply | ( | ) | [virtual] |
Definition at line 61 of file Sites_AdvancedPage.cpp.
References _SitesMgr, BOOL, fsSiteInfo::dwValidFor, FALSE, fsSitesMgr::FindSite(), IDC_VALIDFTP, IDC_VALIDHTTP, IDC_VALIDHTTPS, IDC_VALIDSUBDOMAINS, L_ENTERATLEAST1PROTOCOL, L_INPERR, L_SITEALREXISTS, LS, m_iSiteIndex, m_pSite, SITE_VALIDFOR_FTP, SITE_VALIDFOR_HTTP, SITE_VALIDFOR_HTTPS, SITE_VALIDFOR_SUBDOMAINS, fsSiteInfo::strName, and TRUE.
Referenced by FromDialog().
| void CSites_AdvancedPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 29 of file Sites_AdvancedPage.cpp.
| void CSites_AdvancedPage::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 173 of file Sites_AdvancedPage.cpp.
References _CHMgr, IDC_VALIDFTP, IDC_VALIDHTTP, IDC_VALIDHTTPS, IDC_VALIDSUBDOMAINS, L_VALIDFTPHERE, L_VALIDHTTPHERE, L_VALIDHTTPSHERE, L_VALIDSUBDOMAINSHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CSites_AdvancedPage::ApplyLanguage | ( | ) | [protected] |
Definition at line 107 of file Sites_AdvancedPage.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__VALIDFOR, IDC_VALIDSUBDOMAINS, L_VALIDFOR, and L_VALIDFORSUBDOMAINS.
Referenced by OnInitDialog().
| BOOL CSites_AdvancedPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 49 of file Sites_AdvancedPage.cpp.
References ApplyLanguage(), FALSE, m_bDialogWasInited, m_bUserChangedProtocols, ToDialog(), and TRUE.
| void CSites_AdvancedPage::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 117 of file Sites_AdvancedPage.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| void CSites_AdvancedPage::OnWhatisthis | ( | ) | [protected] |
Definition at line 123 of file Sites_AdvancedPage.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| void CSites_AdvancedPage::OnValidhttp | ( | ) | [protected] |
Definition at line 128 of file Sites_AdvancedPage.cpp.
References m_bUserChangedProtocols, and TRUE.
| void CSites_AdvancedPage::OnValidhttps | ( | ) | [protected] |
Definition at line 134 of file Sites_AdvancedPage.cpp.
References m_bUserChangedProtocols, and TRUE.
| void CSites_AdvancedPage::OnValidftp | ( | ) | [protected] |
Definition at line 140 of file Sites_AdvancedPage.cpp.
References m_bUserChangedProtocols, and TRUE.
| void CSites_AdvancedPage::OnValidsubdomains | ( | ) | [protected] |
Definition at line 146 of file Sites_AdvancedPage.cpp.
| BOOL CSites_AdvancedPage::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 188 of file Sites_AdvancedPage.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
Definition at line 24 of file Sites_AdvancedPage.h.
Referenced by CSitesSheet::Init(), and OnApply().
Definition at line 25 of file Sites_AdvancedPage.h.
Referenced by CSitesSheet::Init(), OnApply(), and ToDialog().
BOOL CSites_AdvancedPage::m_bUserChangedProtocols [protected] |
Definition at line 42 of file Sites_AdvancedPage.h.
Referenced by IsUserChangedProtocols(), OnInitDialog(), OnValidftp(), OnValidhttp(), and OnValidhttps().
BOOL CSites_AdvancedPage::m_bDialogWasInited [protected] |
Definition at line 43 of file Sites_AdvancedPage.h.
Referenced by FromDialog(), OnInitDialog(), and ToDialog().
1.5.6