aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-22 11:23:20 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-22 11:23:20 +0100
commitfeb1a59c29e53ed6cb6e4880277a5de3af485145 (patch)
tree4d55172206a767e9d4a17eeaa97e4a978fdaf48b /die.h
parent6c0396515a8487b401e14a283fe61fb5bd134cb0 (diff)
downloadOneRoll-feb1a59c29e53ed6cb6e4880277a5de3af485145.tar.gz
OneRoll-feb1a59c29e53ed6cb6e4880277a5de3af485145.zip
Update die.h
displayed API
Diffstat (limited to 'die.h')
-rw-r--r--die.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/die.h b/die.h
index 2a2134c..c78b25b 100644
--- a/die.h
+++ b/die.h
@@ -27,14 +27,15 @@ public:
qint64 getLastRolledValue();
quint64 getFaces();
-
-
+ bool hasBeenDisplayed();
+ void displayed();
private:
qint64 m_value;
QList<qint64> m_rollResult;
bool m_selected;
bool m_hasValue;
+ bool m_displayStatus;
quint64 m_faces;
};