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

Method isPerformingTransaction

src/App/Document.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321bool Document::isPerformingTransaction() const
322{
323 return d->undoing || d->rollback;
324}
325
326std::vector<std::string> Document::getAvailableUndoNames() const
327{

Callers 15

onProposedLabelChangeMethod · 0.45
getTransactingMethod · 0.45
checkCopyOnChangeMethod · 0.45
updateMethod · 0.45
extensionOnChangedMethod · 0.45
onChangedMethod · 0.45
extensionOnChangedMethod · 0.45
setAllowPartialMethod · 0.45
updateGeometryRefsMethod · 0.45
onGeometryChangedMethod · 0.45
onConstraintsChangedMethod · 0.45
onExternalGeoChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected