aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/dicerollernode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/dicerollernode.h')
-rw-r--r--node/dicerollernode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h
index 0857b30..2b4e3dd 100644
--- a/node/dicerollernode.h
+++ b/node/dicerollernode.h
@@ -47,12 +47,16 @@ public:
Die::ArithmeticOperator getOperator() const;
void setOperator(const Die::ArithmeticOperator & dieOperator);
+ bool getUnique() const;
+ void setUnique(bool unique);
+
private:
quint64 m_diceCount;
qint64 m_max; /// faces
DiceResult* m_diceResult;
qint64 m_min;
Die::ArithmeticOperator m_operator;
+ bool m_unique;
};
#endif // DICEROLLERNODE_H