17 #ifndef QMITK_POINTLIST_VIEW_H_INCLUDED
18 #define QMITK_POINTLIST_VIEW_H_INCLUDED
64 void SetTimesStep(
int i);
99 SignalPointSelectionChanged();
104 void OnPointDoubleClicked(
const QModelIndex &index);
107 void OnPointSetSelectionChanged();
110 void OnListViewSelectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected);
113 void fadeTimeStepOut();
116 void ctxMenu(
const QPoint &pos);
119 void SetFading(
bool onOff);
122 void ClearPointList();
125 void ClearPointListTS();
128 void keyPressEvent(QKeyEvent *e)
override;
129 void wheelEvent(QWheelEvent *event)
override;
130 void fadeTimeStepIn();
136 std::set<mitk::SliceNavigationController *>
m_Sncs;
QLabel * m_TimeStepFaderLabel
mitk::SliceNavigationController * m_Snc3
mitk::SliceNavigationController * m_Snc1
GUI widget for handling mitk::PointSet.
Controls the selection of the slice the associated BaseRenderer will display.
std::set< mitk::SliceNavigationController * > m_Sncs
QmitkPointListModel * m_PointListModel
Data structure which stores a set of points. Superclass of mitk::Mesh.
mitk::SliceNavigationController * m_Snc2
QmitkStdMultiWidget * m_MultiWidget
used to position the planes on a selected point
Class for nodes of the DataTree.