From cef9e14b989a3ba19321e4fe215ada2ee3998037 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 3 Jan 2018 19:01:57 -0200 Subject: Some file hand. organization and generalization --- Project/MathExpression.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/MathExpression.h') 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: -- cgit