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

Method iterateOverNodeData

QtNodeEditor/src/FlowScene.cpp:304–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303
304void
305FlowScene::
306iterateOverNodeData(std::function<void(NodeDataModel*)> const & visitor)
307{
308 for (const auto& _node : _nodes)
309 {
310 visitor(_node.second->nodeDataModel());
311 }
312}
313
314
315void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected