13 #ifndef QMITK_POINTLIST_VIEW_H_INCLUDED 14 #define QMITK_POINTLIST_VIEW_H_INCLUDED 80 void SignalPointSelectionChanged();
81 void SignalTimeStepChanged(
int);
86 void OnPointDoubleClicked(
const QModelIndex &index);
89 void OnPointSetSelectionChanged();
92 void OnListViewSelectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected);
95 void ctxMenu(
const QPoint &pos);
98 void SetFading(
bool onOff);
101 void ClearPointList();
104 void ClearPointListTS();
107 void keyPressEvent(QKeyEvent *e)
override;
108 void wheelEvent(QWheelEvent *event)
override;
110 std::set<mitk::SliceNavigationController *>
m_Sncs;
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.
QmitkStdMultiWidget * m_MultiWidget
used to position the planes on a selected point
Class for nodes of the DataTree.