#include <SiteManager_PasswordsPage.h>
Public Types | |
| enum | { IDD = IDD_SM_PASSWORDS } |
Public Member Functions | |
| CSiteManager_PasswordsPage () | |
| ~CSiteManager_PasswordsPage () | |
| virtual BOOL | OnApply () |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | ApplyLanguage () |
| void | UpdateEnabled () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnUse () |
| afx_msg void | OnDelall () |
| afx_msg void | OnAsk () |
| afx_msg void | OnDontask () |
| afx_msg void | OnAutodel () |
Definition at line 13 of file SiteManager_PasswordsPage.h.
| anonymous enum |
| CSiteManager_PasswordsPage::CSiteManager_PasswordsPage | ( | ) |
| CSiteManager_PasswordsPage::~CSiteManager_PasswordsPage | ( | ) |
Definition at line 24 of file SiteManager_PasswordsPage.cpp.
| BOOL CSiteManager_PasswordsPage::OnApply | ( | ) | [virtual] |
Definition at line 80 of file SiteManager_PasswordsPage.cpp.
References _App, FALSE, IDC_ASK, IDC_AUTODEL, IDC_USE, fsAppSettings::SM_DontSavePwdsToDisk(), fsAppSettings::SM_KeepPasswords(), fsAppSettings::SM_PwdsManualAddition(), and TRUE.
| void CSiteManager_PasswordsPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 28 of file SiteManager_PasswordsPage.cpp.
| void CSiteManager_PasswordsPage::ApplyLanguage | ( | ) | [protected] |
Definition at line 111 of file SiteManager_PasswordsPage.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC_ASK, IDC_AUTODEL, IDC_DELALL, IDC_DONTASK, IDC_USE, L_ASKMETOSAVEPWDS, L_DELETEALLPWDS, L_DELPWDSBEFOREEXIT, L_DONTASKMETOSAVEPWDS, and L_USESMTOSTOREPWDS.
Referenced by OnInitDialog().
| void CSiteManager_PasswordsPage::UpdateEnabled | ( | ) | [protected] |
Definition at line 72 of file SiteManager_PasswordsPage.cpp.
References b, BOOL, IDC_ASK, IDC_AUTODEL, IDC_DONTASK, and IDC_USE.
Referenced by OnInitDialog(), and OnUse().
| BOOL CSiteManager_PasswordsPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 46 of file SiteManager_PasswordsPage.cpp.
References _App, ApplyLanguage(), fsAppSettings::SM_DontSavePwdsToDisk(), fsAppSettings::SM_KeepPasswords(), fsAppSettings::SM_PwdsManualAddition(), TRUE, and UpdateEnabled().
| void CSiteManager_PasswordsPage::OnUse | ( | ) | [protected] |
| void CSiteManager_PasswordsPage::OnDelall | ( | ) | [protected] |
Definition at line 66 of file SiteManager_PasswordsPage.cpp.
References _SitesMgr, fsSitesMgr::DeleteAllPasswords(), L_AREYOUSURE, L_CONFIRMATION, and LS.
| void CSiteManager_PasswordsPage::OnAsk | ( | ) | [protected] |
Definition at line 96 of file SiteManager_PasswordsPage.cpp.
| void CSiteManager_PasswordsPage::OnDontask | ( | ) | [protected] |
Definition at line 101 of file SiteManager_PasswordsPage.cpp.
| void CSiteManager_PasswordsPage::OnAutodel | ( | ) | [protected] |
Definition at line 106 of file SiteManager_PasswordsPage.cpp.
1.5.6