diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-19 18:53:46 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-19 18:53:46 -0400 |
| commit | 7f1b56b96c812d8b4ff6121afc933c30edae7f47 (patch) | |
| tree | 46be731a27a46b649914aa68ec20dfe361df79c6 /sigscript/MapWarpWrapper.cpp | |
| parent | 71b55b334827dfdfe565bfdc72263a945fb462ec (diff) | |
| download | sigen-7f1b56b96c812d8b4ff6121afc933c30edae7f47.tar.gz sigen-7f1b56b96c812d8b4ff6121afc933c30edae7f47.tar.xz sigen-7f1b56b96c812d8b4ff6121afc933c30edae7f47.zip | |
Add position to MapEffect and MapWarp
Diffstat (limited to 'sigscript/MapWarpWrapper.cpp')
| -rw-r--r-- | sigscript/MapWarpWrapper.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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(); |
