14 #ifndef QMITK_NODE_SELECTION_BUTTON_H 15 #define QMITK_NODE_SELECTION_BUTTON_H 22 #include "QPushButton" 39 bool GetSelectionIsOptional()
const;
43 virtual void SetNodeInfo(QString
info);
49 void SetSelectionIsOptional(
bool isOptional);
52 void paintEvent(QPaintEvent *p)
override;
53 void changeEvent(QEvent *event)
override;
55 void AddNodeObserver();
56 void RemoveNodeObserver();
57 void OnNodeModified(
const itk::Object * ,
const itk::EventObject &);
73 #endif // QmitkSingleNodeSelectionWidget_H
static void info(const char *fmt,...)
Class for nodes of the DataTree.