Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
12 #ifndef QmitkPointListWidget_h
13 #define QmitkPointListWidget_h
24 #include <QPushButton>
25 #include <QToolButton>
59 void SetupConnections();
91 void OnNodeDeleted(
const itk::EventObject &e);
94 void UnselectEditButton();
97 void DeactivateInteractor(
bool deactivate);
98 void EnableEditButton(
bool enabled);
103 void EditPointSets(
bool active);
105 void PointSelectionChanged();
107 void PointListChanged();
110 void OnBtnSavePoints();
111 void OnBtnLoadPoints();
112 void RemoveSelectedPoint();
113 void MoveSelectedPointDown();
114 void MoveSelectedPointUp();
115 void OnBtnAddPoint(
bool checked);
116 void OnBtnAddPointManually();
117 void OnTimeStepChanged(
int timeStep);
122 void OnPointSelectionChanged();
124 void OnListDoubleClick();
Controls the selection of the slice the associated BaseRenderer will display.
GUI widget for handling mitk::PointSet.
Data structure which stores a set of points.
Class for nodes of the DataTree.