13 #ifndef QmitkMultiLabelSelectionLabel_h 
   14 #define QmitkMultiLabelSelectionLabel_h 
   43   bool GetHighlightingActivated() 
const;
 
   46   QString GetEmptyInfo() 
const;
 
   98   void SetHighlightingActivated(
bool visiblityMod);
 
  103   void SetEmptyInfo(QString info);
 
  113   std::unique_ptr<Ui::QmitkMultiLabelSelectionLabel> 
m_Controls;
 
  116   void enterEvent(QEnterEvent* event) 
override;
 
  117   void leaveEvent(QEvent* event) 
override;
 
  120   bool m_HighlightingActivated = 
true;
 
  122   unsigned long m_SegmentationNodeDataMTime;