From bb60ef6acfe0cde680f16cb00188fa2f97e7c6ec Mon Sep 17 00:00:00 2001 From: Renaud G Date: Wed, 22 Apr 2015 18:38:32 +0200 Subject: add dice api to manage highlight --- die.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'die.h') 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; }; -- cgit v1.2.3-70-g09d2