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

Method OnPropertyListDeleted

Modules/QtWidgets/src/QmitkPropertyItemModel.cpp:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void QmitkPropertyItemModel::OnPropertyListDeleted()
267{
268 this->beginResetModel();
269 this->CreateRootItem();
270 this->endResetModel();
271}
272
273void QmitkPropertyItemModel::OnPropertyModified(const itk::Object *property, const itk::EventObject &)
274{

Callers

nothing calls this directly

Calls 1

CreateRootItemMethod · 0.95

Tested by

no test coverage detected