From bbcfec59afb468601dfe0ac227bab9ce71a3e160 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 27 Dec 2008 00:55:58 -0500 Subject: Migrated more classes to using the check structure --- sigmod/MapEffect.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sigmod/MapEffect.h') 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; -- cgit