summaryrefslogtreecommitdiffstats
path: root/Project/Element.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-08-25 18:09:39 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-08-25 18:09:39 -0300
commit8e00906e0517b335a6c33f682334bda3c1eadb69 (patch)
tree73a05e149d2fe0bc55cfd81cef9048d51a61f251 /Project/Element.h
parentc36a96b8a152b98e406c352462435070b46f2dcd (diff)
downloadPSP.git-8e00906e0517b335a6c33f682334bda3c1eadb69.tar.gz
PSP.git-8e00906e0517b335a6c33f682334bda3c1eadb69.tar.xz
PSP.git-8e00906e0517b335a6c33f682334bda3c1eadb69.zip
Line finally done
Diffstat (limited to 'Project/Element.h')
-rw-r--r--Project/Element.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Project/Element.h b/Project/Element.h
index 0b2d4be..bccd993 100644
--- a/Project/Element.h
+++ b/Project/Element.h
@@ -67,9 +67,10 @@ class Element
virtual void AddPoint(wxPoint2DDouble point) {}
virtual void StartMove(wxPoint2DDouble position);
virtual void Move(wxPoint2DDouble position);
- virtual void MoveNode(Element* parent, wxPoint2DDouble position){};
- virtual bool NodeContains(wxPoint2DDouble position) { return false; };
- virtual bool SetNodeParent(Element* parent) { return false; };
+ virtual void MoveNode(Element* parent, wxPoint2DDouble position){}
+ virtual bool NodeContains(wxPoint2DDouble position) { return false; }
+ virtual void UpdateNodes() {}
+ virtual bool SetNodeParent(Element* parent) { return false; }
virtual void RotateNode(Element* parent) {}
virtual wxPoint2DDouble GetSwitchPoint(Element* parent,
wxPoint2DDouble parentPoint,