summaryrefslogtreecommitdiffstats
path: root/Project/Sum.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-01-03 19:01:57 -0200
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-01-03 19:01:57 -0200
commitcef9e14b989a3ba19321e4fe215ada2ee3998037 (patch)
tree245a63164fcd4131c48ebd1883615d112b0b59e9 /Project/Sum.h
parent0c0280cfcf540f943fd2dbfdf7ac0304ea96a465 (diff)
downloadPSP.git-cef9e14b989a3ba19321e4fe215ada2ee3998037.tar.gz
PSP.git-cef9e14b989a3ba19321e4fe215ada2ee3998037.tar.xz
PSP.git-cef9e14b989a3ba19321e4fe215ada2ee3998037.zip
Some file hand. organization and generalization
Diffstat (limited to 'Project/Sum.h')
-rw-r--r--Project/Sum.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/Sum.h b/Project/Sum.h
index 3e4d288..b510bdc 100644
--- a/Project/Sum.h
+++ b/Project/Sum.h
@@ -51,6 +51,9 @@ class Sum : public ControlElement
void AddInNode();
void RemoveInNode();
+ virtual void SaveElement(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* elementListNode);
+ virtual bool OpenElement(rapidxml::xml_node<>* elementNode);
+
virtual Element* GetCopy();
protected: