MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / unsetupObject

Method unsetupObject

src/App/DocumentObject.cpp:1437–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1435}
1436
1437void DocumentObject::unsetupObject()
1438{
1439 // call all extensions
1440 auto vector = getExtensionsDerivedFromType<App::DocumentObjectExtension>();
1441 for (auto ext : vector) {
1442 ext->onExtendedUnsetupObject();
1443 }
1444}
1445
1446void App::DocumentObject::_removeBackLink(DocumentObject* rmvObj)
1447{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected