summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWarpWrapper.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-19 18:53:46 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-19 18:53:46 -0400
commit7f1b56b96c812d8b4ff6121afc933c30edae7f47 (patch)
tree46be731a27a46b649914aa68ec20dfe361df79c6 /sigscript/MapWarpWrapper.h
parent71b55b334827dfdfe565bfdc72263a945fb462ec (diff)
downloadsigen-7f1b56b96c812d8b4ff6121afc933c30edae7f47.tar.gz
sigen-7f1b56b96c812d8b4ff6121afc933c30edae7f47.tar.xz
sigen-7f1b56b96c812d8b4ff6121afc933c30edae7f47.zip
Add position to MapEffect and MapWarp
Diffstat (limited to 'sigscript/MapWarpWrapper.h')
-rw-r--r--sigscript/MapWarpWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigscript/MapWarpWrapper.h b/sigscript/MapWarpWrapper.h
index 26520cac..83c3d802 100644
--- a/sigscript/MapWarpWrapper.h
+++ b/sigscript/MapWarpWrapper.h
@@ -37,6 +37,7 @@ class SIGSCRIPT_EXPORT MapWarpWrapper : public ObjectWrapper
static MapWarpWrapper* create(const Sigmod::MapWarp* warp, MapWrapper* parent);
Q_SCRIPTABLE QString name() const;
+ Q_SCRIPTABLE QPoint position() const;
Q_SCRIPTABLE QPainterPath area() const;
Q_SCRIPTABLE MapWarpWrapper* toWarp();
Q_SCRIPTABLE Sigcore::Script script() const;