13 #ifndef QmitkMultiLabelSelectionButton_h
14 #define QmitkMultiLabelSelectionButton_h
23 #include <QPushButton>
39 bool GetHighlightingActivated()
const;
42 QString GetEmptyInfo()
const;
95 void SetHighlightingActivated(
bool visiblityMod);
100 void SetEmptyInfo(QString info);
103 void paintEvent(QPaintEvent* p)
override;
104 void changeEvent(QEvent* event)
override;
105 void enterEvent(QEnterEvent* event)
override;
106 void leaveEvent(QEvent* event)
override;
109 bool m_HighlightingActivated =
true;
113 unsigned long m_SegmentationNodeDataMTime;