#include <Dlg_CheckFileIntegrity.h>
Public Types | |
| enum | { IDD = IDD_CHECKFILEINTEGRITY } |
Public Member Functions | |
| CDlg_CheckFileIntegrity (CWnd *pParent=NULL) | |
Public Attributes | |
| int | m_nAlgorithm |
| int | m_nSHA2Strength |
| CString | m_strChecksum |
| CComboBox | m_wndAlgorithm |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PasteChecksum (bool bCheckValid) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
| afx_msg void | OnPastefromclipboard () |
Definition at line 13 of file Dlg_CheckFileIntegrity.h.
| anonymous enum |
| CDlg_CheckFileIntegrity::CDlg_CheckFileIntegrity | ( | CWnd * | pParent = NULL |
) |
Definition at line 17 of file Dlg_CheckFileIntegrity.cpp.
| void CDlg_CheckFileIntegrity::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 25 of file Dlg_CheckFileIntegrity.cpp.
References IDC_ALGORITHM, and m_wndAlgorithm.
| void CDlg_CheckFileIntegrity::PasteChecksum | ( | bool | bCheckValid | ) | [protected] |
Definition at line 136 of file Dlg_CheckFileIntegrity.cpp.
References _ClipbrdMgr, IDC_CHECKSUM, and fsClipboardMgr::Text().
Referenced by OnInitDialog(), and OnPastefromclipboard().
| void CDlg_CheckFileIntegrity::ApplyLanguage | ( | ) | [protected] |
Definition at line 95 of file Dlg_CheckFileIntegrity.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__ALGORITHM, IDC__CHECKSUM, IDC__INFOMSG, IDC_PASTEFROMCLIPBOARD, L_ALGORITHM, L_CANCEL, L_CHECK, L_CHECKFILEINTEGRITY, L_CHECKINTEGRITY_INFOMSG, L_CHECKSUM, L_PASTEFROMCLIPBOARD, and TRUE.
Referenced by OnInitDialog().
| BOOL CDlg_CheckFileIntegrity::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 39 of file Dlg_CheckFileIntegrity.cpp.
References _App, ApplyLanguage(), FALSE, HA_CRC32, HA_MD5, HA_SHA1, HA_SHA2, fsAppSettings::Hash_LastAlgorithm(), HSHA2S_384, HSHA2S_512, IDC_CHECKSUM, m_nAlgorithm, m_nSHA2Strength, m_strChecksum, m_wndAlgorithm, PasteChecksum(), and TRUE.
| void CDlg_CheckFileIntegrity::OnOK | ( | ) | [protected, virtual] |
Definition at line 109 of file Dlg_CheckFileIntegrity.cpp.
References _App, HA_SHA2, fsAppSettings::Hash_LastAlgorithm(), HSHA2S_256, IDC_CHECKSUM, m_nAlgorithm, m_nSHA2Strength, m_strChecksum, and m_wndAlgorithm.
| void CDlg_CheckFileIntegrity::OnPastefromclipboard | ( | ) | [protected] |
Definition at line 17 of file Dlg_CheckFileIntegrity.h.
Referenced by CDownloads_Tasks::OnDldcheckintegrity(), OnInitDialog(), and OnOK().
Definition at line 18 of file Dlg_CheckFileIntegrity.h.
Referenced by CDownloads_Tasks::OnDldcheckintegrity(), OnInitDialog(), and OnOK().
Definition at line 19 of file Dlg_CheckFileIntegrity.h.
Referenced by CDownloads_Tasks::OnDldcheckintegrity(), OnInitDialog(), and OnOK().
| CComboBox CDlg_CheckFileIntegrity::m_wndAlgorithm |
Definition at line 24 of file Dlg_CheckFileIntegrity.h.
Referenced by DoDataExchange(), OnInitDialog(), and OnOK().
1.5.6