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

Method touch

src/App/Property.cpp:272–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void Property::touch()
273{
274 PropertyCleaner guard(this);
275 if (father && isNotifyEnabled()) {
276 father->onEarlyChange(this);
277 father->onChanged(this);
278 }
279 StatusBits.set(Touched);
280}
281
282void Property::setReadOnly(bool readOnly)
283{

Callers 11

extensionExecuteMethod · 0.45
updateMethod · 0.45
DocumentMethod · 0.45
addRecomputeObjectMethod · 0.45
saveAsMethod · 0.45
extensionOnChangedMethod · 0.45
slotChildChangedMethod · 0.45
extensionExecuteMethod · 0.45
reloadFileMethod · 0.45
slotSaveDocumentMethod · 0.45
TEST_FFunction · 0.45

Calls 3

onEarlyChangeMethod · 0.80
onChangedMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected