16 #ifndef QmitkPointListWidget_H
17 #define QmitkPointListWidget_H
29 #include <QPushButton>
61 void SetupConnections();
104 void OnNodeDeleted(
const itk::EventObject &e);
107 void UnselectEditButton();
110 void DeactivateInteractor(
bool deactivate);
111 void EnableEditButton(
bool enabled);
116 void EditPointSets(
bool active);
118 void PointSelectionChanged();
120 void PointListChanged();
123 void OnBtnSavePoints();
124 void OnBtnLoadPoints();
125 void RemoveSelectedPoint();
126 void MoveSelectedPointDown();
127 void MoveSelectedPointUp();
128 void OnBtnAddPoint(
bool checked);
129 void OnBtnAddPointManually();
134 void OnPointSelectionChanged();
136 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.