From 122d124108384bb4579b6d96956b931d7221d3c1 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Thu, 8 Sep 2016 18:54:52 -0300 Subject: Fit implemented --- Project/Element.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Element.h') diff --git a/Project/Element.h b/Project/Element.h index 688a4e3..4033b20 100644 --- a/Project/Element.h +++ b/Project/Element.h @@ -126,6 +126,8 @@ class Element virtual wxPoint2DDouble GetMoveStartPosition() const { return m_moveStartPt; } virtual wxPoint2DDouble GetMovePosition() const { return m_movePos; } + virtual void CalculateBoundaries(wxPoint2DDouble& leftUp, wxPoint2DDouble& rightBottom) const; + virtual void GeneralMenuItens(wxMenu& menu); protected: std::vector m_parentList; -- cgit