diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-01-03 19:01:57 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-01-03 19:01:57 -0200 |
commit | cef9e14b989a3ba19321e4fe215ada2ee3998037 (patch) | |
tree | 245a63164fcd4131c48ebd1883615d112b0b59e9 /Project/MathExpression.h | |
parent | 0c0280cfcf540f943fd2dbfdf7ac0304ea96a465 (diff) | |
download | PSP.git-cef9e14b989a3ba19321e4fe215ada2ee3998037.tar.gz PSP.git-cef9e14b989a3ba19321e4fe215ada2ee3998037.tar.xz PSP.git-cef9e14b989a3ba19321e4fe215ada2ee3998037.zip |
Some file hand. organization and generalization
Diffstat (limited to 'Project/MathExpression.h')
-rw-r--r-- | Project/MathExpression.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/MathExpression.h b/Project/MathExpression.h index 77894ef..b3e30f7 100644 --- a/Project/MathExpression.h +++ b/Project/MathExpression.h @@ -58,6 +58,9 @@ class MathExpression : public ControlElement void RemoveInNode(); virtual bool UpdateText(); + virtual void SaveElement(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* elementListNode); + virtual bool OpenElement(rapidxml::xml_node<>* elementNode); + virtual Element* GetCopy(); protected: |