#include <DlgFolderProperties.h>
Inheritance diagram for CFolderPropertiesDlg:
Public Types | |
enum | { IDD = IDD_FOLDER_PROPERTIES } |
Public Member Functions | |
CFolderPropertiesDlg (CWnd *pParent=NULL, CAlbumFolder *pFolder=NULL) | |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Public Attributes | |
CStatic | m_wndApply |
CButton | m_wndCancel |
CButton | m_wndOK |
CEdit | m_wndTitle |
CSchemaCombo | m_wndSchemas |
CStatic | m_wndTitleLabel |
CStatic | m_wndTypeLabel |
Protected Member Functions | |
void | DoApply (BOOL bMetaToFiles) |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnDestroy () |
afx_msg void | OnGetMinMaxInfo (MINMAXINFO FAR *lpMMI) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnSelChangeSchemas () |
afx_msg void | OnCloseUpSchemas () |
virtual void | OnOK () |
afx_msg void | OnPaint () |
afx_msg void | OnChangeTitle () |
afx_msg HBRUSH | OnCtlColor (CDC *pDC, CWnd *pWnd, UINT nCtlColor) |
afx_msg BOOL | OnSetCursor (CWnd *pWnd, UINT nHitTest, UINT message) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnChangeData () |
Protected Attributes | |
CAlbumFolder * | m_pFolder |
CSchemaCtrl | m_wndData |
int | m_nWidth |
BOOL | m_bUpdating |
|
Definition at line 45 of file DlgFolderProperties.h. |
|
Definition at line 62 of file DlgFolderProperties.cpp. |
|
Definition at line 340 of file DlgFolderProperties.cpp. References CXMLElement::AddElement(), CLibraryFolders::CheckAlbum(), CSchemaCombo::GetSelected(), Library, LibraryFolders, CAlbumFolder::m_nUpdateCookie, m_pFolder, CLibrary::m_pSection, CAlbumFolder::m_sName, m_wndData, m_wndSchemas, m_wndTitle, CAlbumFolder::MetaToFiles(), NULL, CAlbumFolder::SetMetadata(), CLibrary::Update(), and CSchemaCtrl::UpdateData(). Referenced by OnLButtonUp(), and OnOK(). |
|
Reimplemented from CSkinDialog. Definition at line 71 of file DlgFolderProperties.cpp. References CSkinDialog::DoDataExchange(), IDC_APPLY_METADATA, IDC_SCHEMAS, IDC_TITLE, m_wndApply, m_wndCancel, m_wndOK, m_wndSchemas, and m_wndTitle. |
|
Definition at line 318 of file DlgFolderProperties.cpp. References CXMLElement::GetAttributeValue(), CSchemaCombo::GetSelected(), m_bUpdating, m_wndData, m_wndSchemas, m_wndTitle, NULL, and CSchemaCtrl::UpdateData(). |
|
Definition at line 298 of file DlgFolderProperties.cpp. References CXMLElement::AddAttribute(), CSchemaCombo::GetSelected(), m_bUpdating, m_wndData, m_wndSchemas, m_wndTitle, NULL, and CSchemaCtrl::UpdateData(). Referenced by OnSelChangeSchemas(). |
|
Definition at line 290 of file DlgFolderProperties.cpp. References CSchemaCombo::GetSelected(), and m_wndSchemas. |
|
Reimplemented from CSkinDialog. Definition at line 239 of file DlgFolderProperties.cpp. References CShareazaApp::m_gdiFontLine, m_wndApply, CSkinDialog::OnCtlColor(), and theApp. |
|
Definition at line 128 of file DlgFolderProperties.cpp. References CSettings::SaveWindow(), and Settings. |
|
Definition at line 144 of file DlgFolderProperties.cpp. References m_nWidth. |
|
Reimplemented from CSkinDialog. Definition at line 86 of file DlgFolderProperties.cpp. References CLibraryFolders::CheckAlbum(), CSchemaCtrl::Create(), IDC_METADATA, IDR_LIBRARYFRAME, Library, LibraryFolders, CSchemaCombo::Load(), CSettings::LoadWindow(), m_bUpdating, m_nWidth, m_pFolder, CLibrary::m_pSection, CAlbumFolder::m_pXML, CAlbumFolder::m_sName, CAlbumFolder::m_sSchemaURI, m_wndData, m_wndSchemas, m_wndTitle, CSkinDialog::OnInitDialog(), OnSelChangeSchemas(), Settings, CSkinDialog::SkinMe(), CSchema::stFolder, and CSchemaCtrl::UpdateData(). |
|
Definition at line 269 of file DlgFolderProperties.cpp. References DoApply(), and m_wndApply. |
|
Definition at line 334 of file DlgFolderProperties.cpp. References DoApply(). |
|
Definition at line 192 of file DlgFolderProperties.cpp. References CCoolInterface::CalculateColour(), CoolInterface, CShellIcons::GetHandle(), CSchemaCombo::GetSelected(), CCoolInterface::m_crTipBack, m_wndSchemas, ShellIcons, and SHI_FOLDER_OPEN. |
|
Definition at line 283 of file DlgFolderProperties.cpp. References CSchemaCombo::GetSelected(), m_wndData, m_wndSchemas, OnChangeTitle(), and CSchemaCtrl::SetSchema(). Referenced by OnInitDialog(). |
|
Definition at line 252 of file DlgFolderProperties.cpp. References IDC_HAND, m_wndApply, and theApp. |
|
Reimplemented from CSkinDialog. Definition at line 156 of file DlgFolderProperties.cpp. References m_wndApply, m_wndCancel, m_wndData, m_wndOK, m_wndSchemas, m_wndTitle, NULL, and CSkinDialog::OnSize(). |
|
Definition at line 134 of file DlgFolderProperties.cpp. References m_wndData, and CSchemaCtrl::OnTab(). |
|
Definition at line 60 of file DlgFolderProperties.h. Referenced by OnChangeData(), OnChangeTitle(), and OnInitDialog(). |
|
Definition at line 59 of file DlgFolderProperties.h. Referenced by OnGetMinMaxInfo(), and OnInitDialog(). |
|
Definition at line 57 of file DlgFolderProperties.h. Referenced by DoApply(), and OnInitDialog(). |
|
Definition at line 46 of file DlgFolderProperties.h. Referenced by DoDataExchange(), OnCtlColor(), OnLButtonUp(), OnSetCursor(), and OnSize(). |
|
Definition at line 47 of file DlgFolderProperties.h. Referenced by DoDataExchange(), and OnSize(). |
|
Definition at line 58 of file DlgFolderProperties.h. Referenced by DoApply(), OnChangeData(), OnChangeTitle(), OnInitDialog(), OnSelChangeSchemas(), OnSize(), and PreTranslateMessage(). |
|
Definition at line 48 of file DlgFolderProperties.h. Referenced by DoDataExchange(), and OnSize(). |
|
Definition at line 50 of file DlgFolderProperties.h. Referenced by DoApply(), DoDataExchange(), OnChangeData(), OnChangeTitle(), OnCloseUpSchemas(), OnInitDialog(), OnPaint(), OnSelChangeSchemas(), and OnSize(). |
|
Definition at line 49 of file DlgFolderProperties.h. Referenced by DoApply(), DoDataExchange(), OnChangeData(), OnChangeTitle(), OnInitDialog(), and OnSize(). |
|
Definition at line 51 of file DlgFolderProperties.h. |
|
Definition at line 52 of file DlgFolderProperties.h. |