summaryrefslogtreecommitdiffstats
path: root/sigmod/MapEffect.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-12-27 00:55:58 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-12-27 00:55:58 -0500
commitbbcfec59afb468601dfe0ac227bab9ce71a3e160 (patch)
tree4f52a44fece93dd91b8d716db788195f9b0984f5 /sigmod/MapEffect.h
parent192a263e7db99cf0b2c9b61f65ae07b53ab28d7a (diff)
downloadsigen-bbcfec59afb468601dfe0ac227bab9ce71a3e160.tar.gz
sigen-bbcfec59afb468601dfe0ac227bab9ce71a3e160.tar.xz
sigen-bbcfec59afb468601dfe0ac227bab9ce71a3e160.zip
Migrated more classes to using the check structure
Diffstat (limited to 'sigmod/MapEffect.h')
-rw-r--r--sigmod/MapEffect.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sigmod/MapEffect.h b/sigmod/MapEffect.h
index f8f064bc..4ae0f376 100644
--- a/sigmod/MapEffect.h
+++ b/sigmod/MapEffect.h
@@ -59,6 +59,12 @@ class SIGMOD_EXPORT MapEffect : public Object
bool isGhost() const;
Sigcore::Script script() const;
+ bool nameCheck(const QString& name) const;
+ bool coordinateCheck(const QPoint& coordinate) const;
+ bool skinCheck(const int skin) const;
+ bool isGhostCheck(const bool isGhost) const;
+ bool scriptCheck(const Sigcore::Script& script) const;
+
MapEffect& operator=(const MapEffect& rhs);
private:
QString m_name;