aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/diceresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'result/diceresult.h')
-rw-r--r--result/diceresult.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/result/diceresult.h b/result/diceresult.h
index 84a4621..fe24277 100644
--- a/result/diceresult.h
+++ b/result/diceresult.h
@@ -66,11 +66,20 @@ public:
* @return
*/
virtual QString toString(bool wl);
+ /**
+ * @brief isHomogeneous
+ */
+ bool isHomogeneous() const;
+ /**
+ * @brief setHomogeneous
+ */
+ void setHomogeneous(bool);
private:
qreal getScalarResult();
private:
QList<Die*> m_diceValues;
+ bool m_homogeneous;
};
#endif // DICERESULT_H