21 #ifndef __qMRMLEventBrokerWidget_h 22 #define __qMRMLEventBrokerWidget_h 30 #include "qMRMLWidgetsExport.h" 33 class QTreeWidgetItem;
34 class qMRMLEventBrokerWidgetPrivate;
49 void resetElapsedTimes();
50 void expandElapsedTimeItems();
53 void currentObjectChanged(vtkObject*);
56 void onItemChanged(QTreeWidgetItem* item,
int column);
57 void onCurrentItemChanged(QTreeWidgetItem* currentItem);
60 QScopedPointer<qMRMLEventBrokerWidgetPrivate>
d_ptr;
A set of MRML Nodes that supports serialization and undo/redo.
Abstract Superclass for all specific types of MRML nodes.