summaryrefslogtreecommitdiffstats
path: root/sigmod/ItemType.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/ItemType.h
parente801b73a2f9cb845913cf546002c8f50eefc473c (diff)
downloadsigen-8e278873d4bd35a7cd7f3b6d9d7852fa422370b8.tar.gz
sigen-8e278873d4bd35a7cd7f3b6d9d7852fa422370b8.tar.xz
sigen-8e278873d4bd35a7cd7f3b6d9d7852fa422370b8.zip
Merged CHECK macro branch
Diffstat (limited to 'sigmod/ItemType.h')
-rw-r--r--sigmod/ItemType.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sigmod/ItemType.h b/sigmod/ItemType.h
index 10a71530..28ec6a97 100644
--- a/sigmod/ItemType.h
+++ b/sigmod/ItemType.h
@@ -166,6 +166,12 @@ class SIGMOD_EXPORT ItemType : public Object
*/
Count count() const;
+ bool nameCheck(const QString& name) const;
+ bool computerCheck(const int computer) const;
+ bool playerCheck(const int player) const;
+ bool maxWeightCheck(const int maxWeight) const;
+ bool countCheck(const Count count) const;
+
ItemType& operator=(const ItemType& rhs);
private:
QString m_name;