MCPcopy Create free account
hub / github.com/KDAB/GammaRay / clear

Method clear

common/objectbroker.cpp:196–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void ObjectBroker::clear()
197{
198 auto *ob = s_objectBroker();
199 qDeleteAll(ob->ownedObjects);
200 ob->ownedObjects.clear();
201 ob->objects.clear();
202 ob->models.clear();
203 ob->selectionModels.clear();
204}
205}

Callers 3

scanMethod · 0.45
translateSelectionMethod · 0.45
clearPendingSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected