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

Method RemoveNode

Modules/QtWidgets/src/QmitkDataStorageTreeModel.cpp:695–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void QmitkDataStorageTreeModel::RemoveNode(const mitk::DataNode *node)
696{
697 if (node == nullptr || m_BlockDataStorageEvents)
698 return;
699
700 this->RemoveNodeInternal(node);
701}
702
703void QmitkDataStorageTreeModel::SetNodeModified(const mitk::DataNode *node)
704{

Callers

nothing calls this directly

Calls 1

RemoveNodeInternalMethod · 0.95

Tested by

no test coverage detected