cafeXML.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef CAFEXML_H
00009 #define CAFEXML_H
00010
00011 #include <config.h>
00012
00013 #if HAVE_LIBQTXML
00014 int loadCollectionsFromXML(const char * collectionsFile);
00015 int loadGroupsFromXML (const char * groupsFile);
00016 int restoreFromXML(const char * snapshotFile);
00017 #endif
00018
00019 int snapshot2XML (PVGroup pg);
00020 void openGroupXMLFile(std::string fileName);
00021 void closeGroupXMLFile(std::string fileName);
00022 int group2XML (const char * grpName, std::string fileName);
00023
00024 #endif // CAFEXML_H