aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-24 21:35:17 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-24 21:35:17 +0200
commit8beb664172cf2c15abb4e12938b8978506471c02 (patch)
treef033c9df5436abe8848a8b4d69353229028c02bd /die.h
parent67fd3b480f543f2f18bd632ea85d829ba2102a20 (diff)
parentedfcca8d1a630ca7ca79133bd0b03af14fef6363 (diff)
downloadOneRoll-8beb664172cf2c15abb4e12938b8978506471c02.tar.gz
OneRoll-8beb664172cf2c15abb4e12938b8978506471c02.zip
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Conflicts: parsingtoolbox.cpp
Diffstat (limited to 'die.h')
-rw-r--r--die.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/die.h b/die.h
index 5ef2bc2..c9ed28a 100644
--- a/die.h
+++ b/die.h
@@ -109,6 +109,15 @@ public:
* @brief displayed
*/
void displayed();
+ /**
+ * @brief setHighlighted
+ */
+ void setHighlighted(bool);
+ /**
+ * @brief isHighlighted
+ * @return
+ */
+ bool isHighlighted();
private:
qint64 m_value;
@@ -116,6 +125,7 @@ private:
bool m_selected;
bool m_hasValue;
bool m_displayStatus;
+ bool m_highlighted;
quint64 m_faces;
};