summaryrefslogtreecommitdiffstats
path: root/Project/Line.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Line.h')
-rw-r--r--Project/Line.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Line.h b/Project/Line.h
index 9293baa..7374e29 100644
--- a/Project/Line.h
+++ b/Project/Line.h
@@ -15,6 +15,8 @@ class Line : public Element
virtual void Move(wxPoint2DDouble position) {}
virtual void StartMove(wxPoint2DDouble position);
virtual void MoveNode(Element* parent, wxPoint2DDouble position);
+ virtual bool NodeContains(wxPoint2DDouble position);
+ virtual bool SetNodeParent(Element* parent);
virtual wxCursor GetBestPickboxCursor() const;
virtual bool AddParent(Element* parent, wxPoint2DDouble position);
virtual bool Intersects(wxRect2DDouble rect) const;