summaryrefslogtreecommitdiffstats
path: root/Project/ConnectionLine.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-03-09 15:09:43 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2017-03-09 15:09:43 -0300
commit21ebf63bb59357000f9bb44acde176d4ff169c01 (patch)
tree2e3603bb0640b089d81844c5d37a8f6b5ce8da33 /Project/ConnectionLine.h
parenta1890bd024e0baea393480810709f43208825b9a (diff)
downloadPSP.git-21ebf63bb59357000f9bb44acde176d4ff169c01.tar.gz
PSP.git-21ebf63bb59357000f9bb44acde176d4ff169c01.tar.xz
PSP.git-21ebf63bb59357000f9bb44acde176d4ff169c01.zip
Sum implemented
Diffstat (limited to 'Project/ConnectionLine.h')
-rw-r--r--Project/ConnectionLine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/ConnectionLine.h b/Project/ConnectionLine.h
index 350c5d9..bb2dbcd 100644
--- a/Project/ConnectionLine.h
+++ b/Project/ConnectionLine.h
@@ -16,6 +16,7 @@ public:
virtual void Draw(wxPoint2DDouble translation, double scale) const;
virtual bool Contains(wxPoint2DDouble position) const;
virtual bool Intersects(wxRect2DDouble rect) const;
+ virtual void RemoveParent(Element* parent);
virtual void StartMove(wxPoint2DDouble position);
virtual void Move(wxPoint2DDouble position);
virtual bool AppendNode(Node* node, ControlElement* parent);