summaryrefslogtreecommitdiffstats
path: root/Project/Element.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Element.h')
-rw-r--r--Project/Element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Element.h b/Project/Element.h
index cdad147..512fc8f 100644
--- a/Project/Element.h
+++ b/Project/Element.h
@@ -98,6 +98,7 @@ public:
void ShowPickbox(bool showPickbox = true) { m_showPickbox = showPickbox; }
void SetBorderSize(double borderSize) { m_borderSize = borderSize; }
void SetOnline(bool online = true);
+ virtual void SetPointList(std::vector<wxPoint2DDouble> pointList) { m_pointList = pointList; }
// Getters
wxRect2DDouble GetRect() const { return m_rect; }
wxPoint2DDouble GetPosition() const { return m_position; }