#include <DlgDeletedProperties.h>
Public Types | |
| enum | { IDD = IDD_DELETED_PROPS } |
Public Member Functions | |
| CDlgDeletedProperties (CWnd *pParent=NULL) | |
Public Attributes | |
| CSpinButtonCtrl | m_wndMaxValSpin |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| void | UpdateEnabled () |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnDontuse () |
| virtual void | OnOK () |
| afx_msg void | OnUsemax () |
| afx_msg void | OnWhatisthis () |
Definition at line 13 of file DlgDeletedProperties.h.
| anonymous enum |
| CDlgDeletedProperties::CDlgDeletedProperties | ( | CWnd * | pParent = NULL |
) |
Definition at line 19 of file DlgDeletedProperties.cpp.
| void CDlgDeletedProperties::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 27 of file DlgDeletedProperties.cpp.
References IDC_MAXVALSPIN, and m_wndMaxValSpin.
| void CDlgDeletedProperties::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 125 of file DlgDeletedProperties.cpp.
References _CHMgr, IDC_BYPASSCOMPLETED, IDC_CONFIRMDELETION, IDC_DONTUSE, IDC_MAXVAL, IDC_USEMAX, L_BYPASSCOMPLETEDHERE, L_CONFIRMDLDDELETIONHERE, L_DONTUSEDELETEDHERE, L_MAXDELETEDHERE, L_MAXDELETEDVALHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CDlgDeletedProperties::UpdateEnabled | ( | ) | [protected] |
Definition at line 114 of file DlgDeletedProperties.cpp.
References b, BOOL, IDC__DOWNLOADS, IDC_BYPASSCOMPLETED, IDC_DONTUSE, IDC_MAXVAL, IDC_MAXVALSPIN, and IDC_USEMAX.
Referenced by OnDontuse(), OnInitDialog(), and OnUsemax().
| void CDlgDeletedProperties::ApplyLanguage | ( | ) | [protected] |
Definition at line 100 of file DlgDeletedProperties.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__DOWNLOADS, IDC_BYPASSCOMPLETED, IDC_CONFIRMDELETION, IDC_DONTUSE, IDC_USEMAX, L_BYPASSCOMPLETED, L_CANCEL, L_CONFIRMDLDELETION, L_DELETEDPROPERTIES, L_DONTUSEDELETED, L_DOWNLOADS_, and L_MAXDELETED.
Referenced by OnInitDialog().
| BOOL CDlgDeletedProperties::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 45 of file DlgDeletedProperties.cpp.
References _App, ApplyLanguage(), fsAppSettings::Deleted_Bypass(), fsAppSettings::Deleted_BypassCompleted(), fsAppSettings::Deleted_ConfirmDeletion(), fsAppSettings::Deleted_MaxCount(), IDC_BYPASSCOMPLETED, IDC_CONFIRMDELETION, IDC_MAXVAL, m_wndMaxValSpin, TRUE, and UpdateEnabled().
| BOOL CDlgDeletedProperties::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 73 of file DlgDeletedProperties.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CDlgDeletedProperties::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 94 of file DlgDeletedProperties.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| void CDlgDeletedProperties::OnDontuse | ( | ) | [protected] |
Definition at line 141 of file DlgDeletedProperties.cpp.
References IDC_CONFIRMDELETION, IDC_DONTUSE, and UpdateEnabled().
| void CDlgDeletedProperties::OnOK | ( | ) | [protected, virtual] |
Definition at line 149 of file DlgDeletedProperties.cpp.
References _App, _DldsMgr, BOOL, fsAppSettings::Deleted_Bypass(), fsAppSettings::Deleted_BypassCompleted(), fsAppSettings::Deleted_ConfirmDeletion(), fsAppSettings::Deleted_MaxCount(), FALSE, IDC_BYPASSCOMPLETED, IDC_CONFIRMDELETION, IDC_DONTUSE, IDC_MAXVAL, IDC_USEMAX, L_ENTERGREATER, L_INPERR, LS, CDownloadsWnd::m_wndDeleted, and fsDownloadsMgr::ReadDeletedSettings().
| void CDlgDeletedProperties::OnUsemax | ( | ) | [protected] |
| void CDlgDeletedProperties::OnWhatisthis | ( | ) | [protected] |
Definition at line 193 of file DlgDeletedProperties.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| CSpinButtonCtrl CDlgDeletedProperties::m_wndMaxValSpin |
Definition at line 21 of file DlgDeletedProperties.h.
Referenced by DoDataExchange(), and OnInitDialog().
1.5.6