Cleanup image saving and loading in xml session

This commit is contained in:
Bruno
2021-04-22 23:37:39 +02:00
parent da64172848
commit 97e7e5f4a1
4 changed files with 68 additions and 44 deletions

View File

@@ -8,7 +8,7 @@
#include "SourceList.h"
class Session;
class FrameBufferImage;
class SessionLoader : public Visitor {
@@ -59,7 +59,8 @@ public:
void visit (NetworkSource& s) override;
static void XMLToNode(tinyxml2::XMLElement *xml, Node &n);
static void XMLToSourcecore( tinyxml2::XMLElement *xml, SourceCore &s);
static void XMLToSourcecore(tinyxml2::XMLElement *xml, SourceCore &s);
static FrameBufferImage *XMLToImage(tinyxml2::XMLElement *xml);
protected:
// result created session