implemented much of the project loading logic

Still not functional, but much of the groundwork is done.
This commit is contained in:
itsmattkc
2020-01-13 04:09:06 +11:00
parent bb57884cac
commit 16878e3c25
32 changed files with 552 additions and 63 deletions
+5
View File
@@ -65,6 +65,11 @@ public:
*/
virtual Node* copy() const = 0;
/**
* @brief Clear current node variables and replace them with
*/
void Load(QXmlStreamReader* reader);
/**
* @brief Save this node into a text/XML format
*/