summaryrefslogtreecommitdiffstats
path: root/Project/FileHanding.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-10 19:31:17 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-10 19:31:17 -0300
commitd2aa79321df798c297334dbcf4e56320b84400ba (patch)
treeb128e387fe74d3957bda41ac9413e35c57da370f /Project/FileHanding.h
parentf19803bc64885bcfaef15cfd7a8139c28d3dd506 (diff)
downloadPSP.git-d2aa79321df798c297334dbcf4e56320b84400ba.tar.gz
PSP.git-d2aa79321df798c297334dbcf4e56320b84400ba.tar.xz
PSP.git-d2aa79321df798c297334dbcf4e56320b84400ba.zip
Control import implementation start
Diffstat (limited to 'Project/FileHanding.h')
-rw-r--r--Project/FileHanding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/FileHanding.h b/Project/FileHanding.h
index 1954876..a00d929 100644
--- a/Project/FileHanding.h
+++ b/Project/FileHanding.h
@@ -52,6 +52,8 @@ protected:
int GetAttributeValueInt(rapidxml::xml_node<>* parent, const char* nodeName, const char* atrName);
void SaveControlElements(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* elementsNode);
+ void SaveControlNodes(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* nodesN, std::vector<Node*> nodeList);
+ void SaveControlChildren(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* childrenNode, std::vector<Node*> childList);
};
#endif // FILEHANDING_H