13 #ifndef QmitkMultiLabelSelectionWidget_h 
   14 #define QmitkMultiLabelSelectionWidget_h 
   43   bool GetMultiSelectionMode() 
const;
 
   45   bool GetHighlightingActivated() 
const;
 
   48   QString GetEmptyInfo() 
const;
 
   74   void SegmentationChanged() 
const;
 
  114   void SetMultiSelectionMode(
bool multiMode);
 
  116   void SetHighlightingActivated(
bool visiblityMod);
 
  121   void SetEmptyInfo(QString info);
 
  124   void resizeEvent(QResizeEvent* event) 
override;
 
  129   void OnSelectionFinished();
 
  132   void PositionPopup();
 
  134   std::unique_ptr<Ui::QmitkMultiLabelSelectionWidget> m_Controls;
 
  135   std::unique_ptr<QmitkMultiLabelInspectorPopup> m_Popup;
 
  164   std::unique_ptr<QmitkMultiLabelInspector> m_Inspector;