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

Method onDataUpdated

QtNodeEditor/src/Node.cpp:204–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204void
205Node::
206onDataUpdated(PortIndex index)
207{
208 auto nodeData = _nodeDataModel->outData(index);
209
210 auto connections =
211 _nodeState.connections(PortType::Out, index);
212
213 for (auto const & c : connections)
214 c.second->propagateData(nodeData);
215}
216
217void
218Node::

Callers

nothing calls this directly

Calls 1

outDataMethod · 0.80

Tested by

no test coverage detected