From 7f1b56b96c812d8b4ff6121afc933c30edae7f47 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 19 Mar 2009 18:53:46 -0400 Subject: Add position to MapEffect and MapWarp --- sigscript/MapWarpWrapper.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sigscript/MapWarpWrapper.cpp') diff --git a/sigscript/MapWarpWrapper.cpp b/sigscript/MapWarpWrapper.cpp index ef79e0fb..6a644457 100644 --- a/sigscript/MapWarpWrapper.cpp +++ b/sigscript/MapWarpWrapper.cpp @@ -45,6 +45,11 @@ QString MapWarpWrapper::name() const return m_warp->name(); } +QPoint MapWarpWrapper::position() const +{ + return m_warp->position(); +} + QPainterPath MapWarpWrapper::area() const { return m_warp->area(); -- cgit