From c1aad656847602f7e4c7aead048f7465a76838d4 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sun, 4 Sep 2016 00:59:41 -0300 Subject: Inductor implemented --- Project/Inductor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Inductor.h') diff --git a/Project/Inductor.h b/Project/Inductor.h index 7c6b535..830cab5 100644 --- a/Project/Inductor.h +++ b/Project/Inductor.h @@ -11,6 +11,8 @@ public: virtual bool AddParent(Element* parent, wxPoint2DDouble position); virtual void Draw(wxPoint2DDouble translation, double scale) const; + virtual bool Contains(wxPoint2DDouble position) const; + virtual bool Intersects(wxRect2DDouble rect) const; virtual void Rotate(); virtual bool GetContextMenu(wxMenu& menu); }; -- cgit