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

Method reset

src/App/DocumentObserver.cpp:760–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758DocumentWeakPtrT::~DocumentWeakPtrT() = default;
759
760void DocumentWeakPtrT::reset() noexcept
761{
762 d->reset();
763}
764
765bool DocumentWeakPtrT::expired() const noexcept
766{

Callers 15

unfreezeMethod · 0.45
purgeTouchedFunction · 0.45
clearMethod · 0.45
purgeTouchedFunction · 0.45
purgeErrorFunction · 0.45
resetErrorFunction · 0.45
recomputeMethod · 0.45
importLinksMethod · 0.45
openMethod · 0.45
enableNotifyMethod · 0.45
setEditorModeMethod · 0.45
afterRestoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected