#include <WaitForConfirmationDlg.h>
Public Types | |
| enum | { IDD = IDD_WAITFORCONFIRMATION } |
Public Member Functions | |
| void | Init (LPCSTR pszMsg, UINT uWait=UINT_MAX, BOOL bShowDontAsk=FALSE, BOOL bNoIsDefault=FALSE, LPCSTR pszDontAskAgainText=NULL, LPCSTR pszMsgIfDontAskAgain=NULL) |
| CWaitForConfirmationDlg (CWnd *pParent=NULL) | |
Public Attributes | |
| BOOL | m_bDontAsk |
| LPCSTR | m_pszIcon |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | DoPostDlg () |
| void | ApplyLanguage () |
| void | SetTimerText () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnTimer (UINT nIDEvent) |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnWhatisthis () |
| afx_msg void | OnDontask () |
| virtual void | OnOK () |
| virtual void | OnCancel () |
Protected Attributes | |
| CString | m_msg |
| CString | m_strDontAskAgainText |
| CString | m_strMsgIfDontAskAfain |
| BOOL | m_bShowDontAsk |
| BOOL | m_bNoIsDefault |
| UINT | m_wait |
Definition at line 13 of file WaitForConfirmationDlg.h.
| anonymous enum |
| CWaitForConfirmationDlg::CWaitForConfirmationDlg | ( | CWnd * | pParent = NULL |
) |
Definition at line 17 of file WaitForConfirmationDlg.cpp.
References FALSE, m_bDontAsk, m_bNoIsDefault, m_bShowDontAsk, and m_pszIcon.
| void CWaitForConfirmationDlg::Init | ( | LPCSTR | pszMsg, | |
| UINT | uWait = UINT_MAX, |
|||
| BOOL | bShowDontAsk = FALSE, |
|||
| BOOL | bNoIsDefault = FALSE, |
|||
| LPCSTR | pszDontAskAgainText = NULL, |
|||
| LPCSTR | pszMsgIfDontAskAgain = NULL | |||
| ) |
Definition at line 43 of file WaitForConfirmationDlg.cpp.
References m_bNoIsDefault, m_bShowDontAsk, m_msg, m_strDontAskAgainText, m_strMsgIfDontAskAfain, and m_wait.
Referenced by fsDownloadsMgr::_threadConfirmZIP(), fsDownloadsMgr::_threadIntegrityCheckAndVirCheckAndLaunch(), fsDownloadsMgr::LaunchDownload(), fsDownloadsMgr::LoadDownloads(), fsDownloadsHistoryMgr::LoadHistory(), and fsScheduleMgr::StartTask().
| void CWaitForConfirmationDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 26 of file WaitForConfirmationDlg.cpp.
| void CWaitForConfirmationDlg::DoPostDlg | ( | ) | [protected] |
Definition at line 160 of file WaitForConfirmationDlg.cpp.
References m_bDontAsk, m_strMsgIfDontAskAfain, and PRG_NAME.
Referenced by OnCancel(), and OnOK().
| void CWaitForConfirmationDlg::ApplyLanguage | ( | ) | [protected] |
Definition at line 132 of file WaitForConfirmationDlg.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC_DONTASK, L_CONFIRMATION, L_DONTASKAGAIN, L_NO, and L_YES.
Referenced by OnInitDialog().
| void CWaitForConfirmationDlg::SetTimerText | ( | ) | [protected] |
Definition at line 106 of file WaitForConfirmationDlg.cpp.
References L_NO, L_YES, LS, m_bNoIsDefault, and m_wait.
Referenced by OnInitDialog(), and OnTimer().
| BOOL CWaitForConfirmationDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 61 of file WaitForConfirmationDlg.cpp.
References ApplyLanguage(), FALSE, fsSetForegroundWindow(), IDC__MESSAGE, IDC_DLGICON, IDC_DONTASK, m_bDontAsk, m_bShowDontAsk, m_msg, m_pszIcon, m_strDontAskAgainText, m_wait, NULL, SetTimerText(), and TRUE.
| void CWaitForConfirmationDlg::OnTimer | ( | UINT | nIDEvent | ) | [protected] |
Definition at line 90 of file WaitForConfirmationDlg.cpp.
References m_bNoIsDefault, m_wait, and SetTimerText().
| void CWaitForConfirmationDlg::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 113 of file WaitForConfirmationDlg.cpp.
References _CHMgr, fsContextHelpMgr::PrepareContextMenu(), and fsContextHelpMgr::ShowMenu().
| void CWaitForConfirmationDlg::OnWhatisthis | ( | ) | [protected] |
Definition at line 127 of file WaitForConfirmationDlg.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| void CWaitForConfirmationDlg::OnDontask | ( | ) | [protected] |
| void CWaitForConfirmationDlg::OnOK | ( | ) | [protected, virtual] |
| void CWaitForConfirmationDlg::OnCancel | ( | ) | [protected, virtual] |
Definition at line 17 of file WaitForConfirmationDlg.h.
Referenced by fsDownloadsMgr::_threadConfirmZIP(), CWaitForConfirmationDlg(), DoPostDlg(), fsDownloadsMgr::LoadDownloads(), fsDownloadsHistoryMgr::LoadHistory(), OnDontask(), and OnInitDialog().
Definition at line 18 of file WaitForConfirmationDlg.h.
Referenced by fsDownloadsMgr::_threadIntegrityCheckAndVirCheckAndLaunch(), CWaitForConfirmationDlg(), fsDownloadsMgr::LoadDownloads(), fsDownloadsHistoryMgr::LoadHistory(), and OnInitDialog().
CString CWaitForConfirmationDlg::m_msg [protected] |
CString CWaitForConfirmationDlg::m_strDontAskAgainText [protected] |
CString CWaitForConfirmationDlg::m_strMsgIfDontAskAfain [protected] |
BOOL CWaitForConfirmationDlg::m_bShowDontAsk [protected] |
Definition at line 40 of file WaitForConfirmationDlg.h.
Referenced by CWaitForConfirmationDlg(), Init(), and OnInitDialog().
BOOL CWaitForConfirmationDlg::m_bNoIsDefault [protected] |
Definition at line 41 of file WaitForConfirmationDlg.h.
Referenced by CWaitForConfirmationDlg(), Init(), OnTimer(), and SetTimerText().
UINT CWaitForConfirmationDlg::m_wait [protected] |
Definition at line 42 of file WaitForConfirmationDlg.h.
Referenced by Init(), OnInitDialog(), OnTimer(), and SetTimerText().
1.5.6