aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-07 18:45:05 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-07 18:45:05 +0100
commit9925fe9f7bf62a3971477ad408df4036601b0ea6 (patch)
tree66d138c995409c7bbbf0814b5f50d7a6f24c8bad /die.h
parent49cb4ef2e55afcd30bc5019de2c6c381c8846ced (diff)
downloadOneRoll-9925fe9f7bf62a3971477ad408df4036601b0ea6.tar.gz
OneRoll-9925fe9f7bf62a3971477ad408df4036601b0ea6.zip
Update die.h
better api
Diffstat (limited to 'die.h')
-rw-r--r--die.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/die.h b/die.h
index 98a7f27..783efb9 100644
--- a/die.h
+++ b/die.h
@@ -16,10 +16,17 @@ public:
qint64 getValue() const;
QList<qint64> getListValue() const;
+ bool hasChildrenValue();
+
+
+
+
+
private:
qint64 m_value;
QList<qint64> m_rollResult;
bool m_selected;
+ bool m_hasValue;
};