|
AlbumShaper 1.0a3
|

Go to the source code of this file.
Functions | |
| QString | fixXMLString (QString text) |
| Fix strings before exporting to XML such that & becomes &, etc... | |
| void | transformXMLtoHTML (QString outputPath, QString theme, bool smallWebExport) |
| void | updateXML (QString inputPath) |
| QString fixXMLString | ( | QString | text | ) |
Fix strings before exporting to XML such that & becomes &, etc...
Definition at line 36 of file xmlTools.cpp.
Referenced by Album::exportToXML(), Photo::exportToXML(), and Subalbum::exportToXML().
| void transformXMLtoHTML | ( | QString | outputPath, |
| QString | theme, | ||
| bool | smallWebExport ) |
Definition at line 50 of file xmlTools.cpp.
References THEMES_PATH.
Referenced by Album::exportCompressedWebAlbum(), and Album::exportToDisk().
| void updateXML | ( | QString | inputPath | ) |
Definition at line 90 of file xmlTools.cpp.
References XMLCONVERSION_PATH.
Referenced by Album::importFromDisk().