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

Method PropertyListDelete

Modules/QtWidgets/src/QmitkPropertiesTableModel.cpp:213–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void QmitkPropertiesTableModel::PropertyListDelete()
214{
215 if (!m_BlockEvents)
216 {
217 m_BlockEvents = true;
218 this->Reset();
219 m_BlockEvents = false;
220 }
221}
222
223void QmitkPropertiesTableModel::PropertyModified(const itk::Object *caller, const itk::EventObject & /*event*/)
224{

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.95

Tested by

no test coverage detected