MCPcopy Create free account
hub / github.com/MITK/MITK / OnPointDoubleClicked

Method OnPointDoubleClicked

Modules/QtWidgetsExt/src/QmitkPointListView.cpp:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void QmitkPointListView::OnPointDoubleClicked(const QModelIndex &index)
96{
97 mitk::PointSet::PointType p;
98 mitk::PointSet::PointIdentifier id;
99 m_PointListModel->GetPointForModelIndex(index, p, id);
100 QmitkEditPointDialog _EditPointDialog(this);
101 _EditPointDialog.SetPoint(m_PointListModel->GetPointSet(), id, m_PointListModel->GetTimeStep());
102 _EditPointDialog.exec();
103}
104
105void QmitkPointListView::OnPointSetSelectionChanged()
106{

Callers

nothing calls this directly

Calls 4

GetPointForModelIndexMethod · 0.80
SetPointMethod · 0.45
GetPointSetMethod · 0.45
GetTimeStepMethod · 0.45

Tested by

no test coverage detected