diff options
| author | 2014-01-22 11:23:20 +0100 | |
|---|---|---|
| committer | 2014-01-22 11:23:20 +0100 | |
| commit | feb1a59c29e53ed6cb6e4880277a5de3af485145 (patch) | |
| tree | 4d55172206a767e9d4a17eeaa97e4a978fdaf48b /die.h | |
| parent | 6c0396515a8487b401e14a283fe61fb5bd134cb0 (diff) | |
| download | OneRoll-feb1a59c29e53ed6cb6e4880277a5de3af485145.tar.gz OneRoll-feb1a59c29e53ed6cb6e4880277a5de3af485145.zip | |
Update die.h
displayed API
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; }; |