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

Method enforceRecompute

src/App/DocumentObject.cpp:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void DocumentObject::enforceRecompute(const std::string& propName)
272{
273 touch(false);
274 touchedProps.insert(propName);
275}
276
277void DocumentObject::enforceRecompute()
278{

Callers 12

onChangedMethod · 0.45
recomputeMethod · 0.45
onMarkRecomputeMethod · 0.45
activatedMethod · 0.45
updateChildrenEnforceMethod · 0.45
checkMethod · 0.45
onChangedMethod · 0.45
testNoRecomputeParentMethod · 0.45
testRecomputeMethod · 0.45
testObjectMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by 3

checkMethod · 0.36