#include <DlgFileProperties.h>
Inheritance diagram for CFilePropertiesDlg:
Public Types | |
enum | { IDD = IDD_FILE_PROPERTIES } |
Public Member Functions | |
CFilePropertiesDlg (CWnd *pParent=NULL, DWORD nIndex=0) | |
void | Update () |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Public Attributes | |
CStatic | m_wndHash |
CStatic | m_wndIcon |
CButton | m_wndCancel |
CButton | m_wndOK |
CSchemaCombo | m_wndSchemas |
CString | m_sName |
CString | m_sSize |
CString | m_sType |
CString | m_sPath |
CString | m_sIndex |
CString | m_sSHA1 |
CString | m_sTiger |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnGetMinMaxInfo (MINMAXINFO FAR *lpMMI) |
afx_msg void | OnSelChangeSchemas () |
virtual void | OnOK () |
afx_msg void | OnDestroy () |
afx_msg void | OnCloseUpSchemas () |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnTimer (UINT nIDEvent) |
Protected Attributes | |
CSchemaCtrl | m_wndSchema |
DWORD | m_nIndex |
BOOL | m_bHexHash |
int | m_nWidth |
|
Definition at line 43 of file DlgFileProperties.h. |
|
Definition at line 59 of file DlgFileProperties.cpp. |
|
Reimplemented from CSkinDialog. Definition at line 76 of file DlgFileProperties.cpp. References CSkinDialog::DoDataExchange(), IDC_FILE_HASH_LABEL, IDC_FILE_ICON, IDC_FILE_INDEX, IDC_FILE_NAME, IDC_FILE_PATH, IDC_FILE_SHA1, IDC_FILE_SIZE, IDC_FILE_TIGER, IDC_FILE_TYPE, IDC_SCHEMAS, m_sIndex, m_sName, m_sPath, m_sSHA1, m_sSize, m_sTiger, m_sType, m_wndCancel, m_wndHash, m_wndIcon, m_wndOK, and m_wndSchemas. |
|
Definition at line 243 of file DlgFileProperties.cpp. References CSchemaCombo::GetSelected(), and m_wndSchemas. |
|
Definition at line 309 of file DlgFileProperties.cpp. References CSettings::SaveWindow(), and Settings. |
|
Definition at line 197 of file DlgFileProperties.cpp. References m_nWidth. |
|
Reimplemented from CSkinDialog. Definition at line 98 of file DlgFileProperties.cpp. References CSchemaCtrl::Create(), IDC_METADATA, IDI_PROPERTIES, CSettings::LoadWindow(), m_nWidth, m_wndSchema, CSkinDialog::OnInitDialog(), Settings, CSkinDialog::SkinMe(), and Update(). |
|
Definition at line 261 of file DlgFileProperties.cpp. References m_bHexHash, m_wndHash, and Update(). |
|
Definition at line 277 of file DlgFileProperties.cpp. References CXMLElement::AddElement(), CSchemaCombo::GetSelected(), Library, CLibrary::LookupFile(), m_nIndex, CLibrary::m_pSection, m_wndSchema, m_wndSchemas, NULL, CLibrary::Update(), and CSchemaCtrl::UpdateData(). |
|
Definition at line 237 of file DlgFileProperties.cpp. References CSchemaCombo::GetSelected(), m_wndSchema, m_wndSchemas, and CSchemaCtrl::SetSchema(). Referenced by Update(). |
|
Reimplemented from CSkinDialog. Definition at line 209 of file DlgFileProperties.cpp. References m_wndCancel, m_wndOK, m_wndSchema, m_wndSchemas, NULL, and CSkinDialog::OnSize(). Referenced by OnTimer(). |
|
Definition at line 230 of file DlgFileProperties.cpp. References OnSize(). |
|
Definition at line 251 of file DlgFileProperties.cpp. References m_wndSchema, and CSchemaCtrl::OnTab(). |
|
|
Definition at line 62 of file DlgFileProperties.h. Referenced by OnLButtonUp(), and Update(). |
|
Definition at line 61 of file DlgFileProperties.h. |
|
Definition at line 63 of file DlgFileProperties.h. Referenced by OnGetMinMaxInfo(), and OnInitDialog(). |
|
Definition at line 53 of file DlgFileProperties.h. Referenced by DoDataExchange(), and Update(). |
|
Definition at line 49 of file DlgFileProperties.h. Referenced by DoDataExchange(), and Update(). |
|
Definition at line 52 of file DlgFileProperties.h. Referenced by DoDataExchange(), and Update(). |
|
Definition at line 54 of file DlgFileProperties.h. Referenced by DoDataExchange(), and Update(). |
|
Definition at line 50 of file DlgFileProperties.h. Referenced by DoDataExchange(), and Update(). |
|
Definition at line 55 of file DlgFileProperties.h. Referenced by DoDataExchange(), and Update(). |
|
Definition at line 51 of file DlgFileProperties.h. Referenced by DoDataExchange(), and Update(). |
|
Definition at line 46 of file DlgFileProperties.h. Referenced by DoDataExchange(), and OnSize(). |
|
Definition at line 44 of file DlgFileProperties.h. Referenced by DoDataExchange(), and OnLButtonUp(). |
|
Definition at line 45 of file DlgFileProperties.h. Referenced by DoDataExchange(), and Update(). |
|
Definition at line 47 of file DlgFileProperties.h. Referenced by DoDataExchange(), and OnSize(). |
|
Definition at line 60 of file DlgFileProperties.h. Referenced by OnInitDialog(), OnOK(), OnSelChangeSchemas(), OnSize(), PreTranslateMessage(), and Update(). |
|
Definition at line 48 of file DlgFileProperties.h. Referenced by DoDataExchange(), OnCloseUpSchemas(), OnOK(), OnSelChangeSchemas(), OnSize(), and Update(). |