MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setSource

Method setSource

Gui/Edge.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void
187Edge::setSource(const NodeGuiPtr & src)
188{
189 _imp->source = src;
190 initLine();
191 refreshState(false);
192}
193
194int
195Edge::getInputNumber() const

Callers 4

refreshEdgesMethod · 0.80
initializeInputsMethod · 0.80
connectEdgeMethod · 0.80
hideGuiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected