13 #ifndef QmitkNewSegmentationDialog_h 
   14 #define QmitkNewSegmentationDialog_h 
   29   class MultiLabelSegmentation;
 
   63   QString GetName() 
const;
 
   66   void SetName(
const QString& name);
 
   71   void OnFinished(
int result);
 
   72   void OnSuggestionSelected();
 
   73   void OnColorButtonClicked();
 
   74   void OnTextEdited(
const QString& text);
 
   76   void SetSuggestions(
const SuggestionsType& suggestions, 
bool replaceStandardSuggestions = 
false);
 
   77   void UpdateColorButtonBackground();
 
   78   void UpdateNameList();
 
   80   Ui::QmitkNewSegmentationDialog* m_Ui;
 
   87   SuggestionsType m_Suggestions;