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

Method unsetupObject

src/Mod/TechDraw/App/DrawViewSection.cpp:1202–1209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1200// setup / tear down routines
1201
1202void DrawViewSection::unsetupObject()
1203{
1204 TechDraw::DrawViewPart* base = getBaseDVP();
1205 if (base) {
1206 base->touch();
1207 }
1208 DrawViewPart::unsetupObject();
1209}
1210
1211void DrawViewSection::onDocumentRestored()
1212{

Callers

nothing calls this directly

Calls 1

touchMethod · 0.45

Tested by

no test coverage detected