#include <DlgCollectionExport.h>
Inheritance diagram for CCollectionExportDlg:
Public Types | |
enum | { IDD = IDD_COLLECTION_EXPORT } |
Public Member Functions | |
CCollectionExportDlg (CAlbumFolder *pFolder, CWnd *pParent=NULL) | |
virtual | ~CCollectionExportDlg () |
virtual BOOL | OnInitDialog () |
Protected Member Functions | |
CString | BrowseForFolder () |
CXMLElement * | CreateXML () |
CXMLElement * | CopyMetadata (CXMLElement *pMetadata) |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual void | OnOK () |
Protected Attributes | |
CAlbumFolder * | m_pFolder |
|
Definition at line 37 of file DlgCollectionExport.h. |
|
Definition at line 44 of file DlgCollectionExport.cpp. |
|
Definition at line 49 of file DlgCollectionExport.cpp. |
|
Definition at line 104 of file DlgCollectionExport.cpp. References BIF_NEWDIALOGSTYLE, and NULL. Referenced by OnOK(). |
|
Definition at line 199 of file DlgCollectionExport.cpp. References CXMLElement::Clone(), CXMLElement::GetAttributeIterator(), CXMLElement::GetElementIterator(), CXMLNode::GetName(), CXMLElement::GetNextAttribute(), CXMLElement::GetNextElement(), and CXMLNode::SetName(). Referenced by CreateXML(). |
|
|
Reimplemented from CSkinDialog. Definition at line 53 of file DlgCollectionExport.cpp. References CSkinDialog::DoDataExchange(). |
|
Reimplemented from CSkinDialog. Definition at line 58 of file DlgCollectionExport.cpp. References NULL, CSkinDialog::OnInitDialog(), and CSkinDialog::SkinMe(). |
|
Definition at line 67 of file DlgCollectionExport.cpp. References BrowseForFolder(), CLibraryFolders::CheckAlbum(), CreateXML(), Library, LibraryFolders, m_pFolder, CLibrary::m_pSection, and CXMLElement::ToString(). |
|
Definition at line 41 of file DlgCollectionExport.h. Referenced by CreateXML(), and OnOK(). |