12 #ifndef QmitkPointListWidget_H 13 #define QmitkPointListWidget_H 24 #include <QPushButton> 25 #include <QToolButton> 57 void SetupConnections();
89 void OnNodeDeleted(
const itk::EventObject &e);
92 void UnselectEditButton();
95 void DeactivateInteractor(
bool deactivate);
96 void EnableEditButton(
bool enabled);
101 void EditPointSets(
bool active);
103 void PointSelectionChanged();
105 void PointListChanged();
108 void OnBtnSavePoints();
109 void OnBtnLoadPoints();
110 void RemoveSelectedPoint();
111 void MoveSelectedPointDown();
112 void MoveSelectedPointUp();
113 void OnBtnAddPoint(
bool checked);
114 void OnBtnAddPointManually();
115 void OnTimeStepChanged(
int timeStep);
120 void OnPointSelectionChanged();
122 void OnListDoubleClick();
GUI widget for handling mitk::PointSet.
Controls the selection of the slice the associated BaseRenderer will display.
Data structure which stores a set of points. Superclass of mitk::Mesh.
Class for nodes of the DataTree.