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

Method OnPropertyModified

Modules/QtWidgets/src/QmitkPropertyItemModel.cpp:273–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void QmitkPropertyItemModel::OnPropertyModified(const itk::Object *property, const itk::EventObject &)
274{
275 QModelIndex index = this->FindProperty(static_cast<const mitk::BaseProperty *>(property));
276
277 if (index != QModelIndex())
278 emit dataChanged(index, index);
279}
280
281QModelIndex QmitkPropertyItemModel::parent(const QModelIndex &child) const
282{

Callers

nothing calls this directly

Calls 2

FindPropertyMethod · 0.95
QModelIndexClass · 0.50

Tested by

no test coverage detected