Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
33
Src/Plugins/Library/ml_impex/itunesxmlwrite.h
Normal file
33
Src/Plugins/Library/ml_impex/itunesxmlwrite.h
Normal file
|
@ -0,0 +1,33 @@
|
|||
//------------------------------------------------------------------------
|
||||
//
|
||||
// iTunes XML Library Writer
|
||||
// Copyright © 2003-2014 Winamp SA
|
||||
//
|
||||
//------------------------------------------------------------------------
|
||||
|
||||
#ifndef _ITUNESXMLWRITE_H
|
||||
#define _ITUNESXMLWRITE_H
|
||||
|
||||
class plistKey;
|
||||
class XMLWrite;
|
||||
class plistData;
|
||||
#include <bfc/string/stringw.h>
|
||||
//------------------------------------------------------------------------
|
||||
|
||||
class iTunesXmlWrite {
|
||||
public:
|
||||
iTunesXmlWrite();
|
||||
virtual ~iTunesXmlWrite();
|
||||
|
||||
int pickFile(HWND hwndDlg, const wchar_t *title=NULL);
|
||||
void saveXml(plistKey *rootkey);
|
||||
|
||||
void writeData(XMLWrite *writer, plistData *data);
|
||||
|
||||
private:
|
||||
StringW file;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
//------------------------------------------------------------------------
|
Loading…
Add table
Add a link
Reference in a new issue