diff options
| author | 2014-01-07 18:45:05 +0100 | |
|---|---|---|
| committer | 2014-01-07 18:45:05 +0100 | |
| commit | 9925fe9f7bf62a3971477ad408df4036601b0ea6 (patch) | |
| tree | 66d138c995409c7bbbf0814b5f50d7a6f24c8bad /die.h | |
| parent | 49cb4ef2e55afcd30bc5019de2c6c381c8846ced (diff) | |
| download | OneRoll-9925fe9f7bf62a3971477ad408df4036601b0ea6.tar.gz OneRoll-9925fe9f7bf62a3971477ad408df4036601b0ea6.zip | |
Update die.h
better api
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; }; |