MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / clearScene

Method clearScene

bt_editor/graphic_container.cpp:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void GraphicContainer::clearScene()
229{
230 const QSignalBlocker blocker( this );
231 _scene->clearScene();
232}
233
234
235std::set<QtNodes::Node*> GraphicContainer::getSubtreeNodesRecursively(Node &root_node)

Callers 5

onDestroySubTreeMethod · 0.80
loadSceneFromTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected