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

Method getPropertyByName

src/App/DocumentObserver.cpp:291–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291Property* DocumentObjectT::getPropertyByName(const char* name) const
292{
293 if (auto obj = getObject()) {
294 return obj->getPropertyByName(name);
295 }
296 return nullptr;
297}
298
299// -----------------------------------------------------------------------------
300

Callers 15

getCustomAttributesMethod · 0.45
setCustomAttributesMethod · 0.45
touchMethod · 0.45
getElementMapVersionMethod · 0.45
extensionExecuteMethod · 0.45
setOnChangeCopyObjectMethod · 0.45
syncCopyOnChangeMethod · 0.45
setupCopyOnChangeMethod · 0.45
checkCopyOnChangeMethod · 0.45
setLinkMethod · 0.45

Calls 1

getObjectFunction · 0.70

Tested by

no test coverage detected