summaryrefslogtreecommitdiffstats
path: root/sigmod/MapTile.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-12-29 12:09:27 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-12-29 12:09:27 -0500
commit8e278873d4bd35a7cd7f3b6d9d7852fa422370b8 (patch)
tree9e97b71d30779c07c79ca166e1d704a3de4d5e4f /sigmod/MapTile.h
parente801b73a2f9cb845913cf546002c8f50eefc473c (diff)
downloadsigen-8e278873d4bd35a7cd7f3b6d9d7852fa422370b8.tar.gz
sigen-8e278873d4bd35a7cd7f3b6d9d7852fa422370b8.tar.xz
sigen-8e278873d4bd35a7cd7f3b6d9d7852fa422370b8.zip
Merged CHECK macro branch
Diffstat (limited to 'sigmod/MapTile.h')
-rw-r--r--sigmod/MapTile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sigmod/MapTile.h b/sigmod/MapTile.h
index d7d51e93..4cf5af6c 100644
--- a/sigmod/MapTile.h
+++ b/sigmod/MapTile.h
@@ -47,6 +47,10 @@ class SIGMOD_EXPORT MapTile : public Object
QPoint position() const;
int zIndex() const;
+ bool tileCheck(const int tile) const;
+ bool positionCheck(const QPoint& position) const;
+ bool zIndexCheck(const int zIndex) const;
+
MapTile& operator=(const MapTile& rhs);
private:
int m_tile;