#include <DDRDlg.h>
Public Types | |
| enum | { IDD = IDD_DDR } |
Public Member Functions | |
| CDDRDlg (CWnd *pParent=NULL) | |
Public Attributes | |
| BOOL | m_bNoCancel |
| BOOL | m_bForAll |
| BOOL | m_bDontAskAgain |
| CString | m_strUrl |
| fsDeleteDownloadReaction | m_enDDR |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| afx_msg void | OnYes () |
| afx_msg void | OnNo () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnWhatisthis () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnYestoall () |
| afx_msg void | OnNotoall () |
| afx_msg void | OnClose () |
Definition at line 14 of file DDRDlg.h.
| CDDRDlg::CDDRDlg | ( | CWnd * | pParent = NULL |
) |
Definition at line 16 of file DDRDlg.cpp.
References DDR_WITHFILE, FALSE, m_bForAll, m_bNoCancel, and m_enDDR.
| void CDDRDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 27 of file DDRDlg.cpp.
| void CDDRDlg::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 123 of file DDRDlg.cpp.
References _CHMgr, IDC_DONTASKAGAIN, IDC_NO_, IDC_NOTOALL, IDC_YES, IDC_YESTOALL, L_CANCEL, L_DONTASKAGAINHERE, L_NO, L_NOTOALL, L_YES, L_YESTOALL, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CDDRDlg::ApplyLanguage | ( | ) | [protected] |
Definition at line 92 of file DDRDlg.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC_DONTASKAGAIN, IDC_NO2, IDC_NOTOALL, IDC_YES, IDC_YESTOALL, L_ASKUSER, L_CANCEL, L_DONTASKAGAIN, L_NO, L_NOTOALL, L_YES, and L_YESTOALL.
Referenced by OnInitDialog().
| void CDDRDlg::OnYes | ( | ) | [protected] |
Definition at line 48 of file DDRDlg.cpp.
References DDR_WITHFILE, IDC_DONTASKAGAIN, m_bDontAskAgain, and m_enDDR.
| void CDDRDlg::OnNo | ( | ) | [protected] |
Definition at line 55 of file DDRDlg.cpp.
References DDR_FROMLISTONLY, IDC_DONTASKAGAIN, m_bDontAskAgain, and m_enDDR.
| BOOL CDDRDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 62 of file DDRDlg.cpp.
References ApplyLanguage(), FALSE, IDC_DLGICON, IDC_MESSAGE, L_DOWNLOAD2, L_WBDELETED, LS, m_bNoCancel, m_strUrl, NULL, and TRUE.
| void CDDRDlg::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 81 of file DDRDlg.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| void CDDRDlg::OnWhatisthis | ( | ) | [protected] |
| BOOL CDDRDlg::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 106 of file DDRDlg.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CDDRDlg::OnYestoall | ( | ) | [protected] |
Definition at line 140 of file DDRDlg.cpp.
References DDR_WITHFILE, IDC_DONTASKAGAIN, m_bDontAskAgain, m_bForAll, m_enDDR, and TRUE.
| void CDDRDlg::OnNotoall | ( | ) | [protected] |
Definition at line 148 of file DDRDlg.cpp.
References DDR_FROMLISTONLY, IDC_DONTASKAGAIN, m_bDontAskAgain, m_bForAll, m_enDDR, and TRUE.
| void CDDRDlg::OnClose | ( | ) | [protected] |
| BOOL CDDRDlg::m_bNoCancel |
Definition at line 18 of file DDRDlg.h.
Referenced by CDDRDlg(), fsDownloadsMgr::DeleteDownloadFile(), OnClose(), and OnInitDialog().
| BOOL CDDRDlg::m_bForAll |
Definition at line 19 of file DDRDlg.h.
Referenced by CDDRDlg(), fsDownloadsMgr::DeleteDownloadFile(), OnNotoall(), and OnYestoall().
Definition at line 20 of file DDRDlg.h.
Referenced by fsDownloadsMgr::DeleteDownloadFile(), OnNo(), OnNotoall(), OnYes(), and OnYestoall().
| CString CDDRDlg::m_strUrl |
Definition at line 21 of file DDRDlg.h.
Referenced by fsDownloadsMgr::DeleteDownloadFile(), and OnInitDialog().
Definition at line 22 of file DDRDlg.h.
Referenced by CDDRDlg(), fsDownloadsMgr::DeleteDownloadFile(), OnNo(), OnNotoall(), OnYes(), and OnYestoall().
1.5.6