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

Method findSubObjectList

src/Gui/Document.cpp:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 void findSubObjectList(App::DocumentObject* obj, const char* subname)
261 {
262 auto sobjs = obj->getSubObjectList(subname);
263 _editObjs.clear();
264 _editObjs.insert(sobjs.begin(), sobjs.end());
265 }
266
267 bool tryStartEditing(
268 ViewProviderDocumentObject* vp,

Callers

nothing calls this directly

Calls 5

getSubObjectListMethod · 0.45
clearMethod · 0.45
insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected