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

Method setEmbeddedReader

Engine/ReadNode.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void
336ReadNode::setEmbeddedReader(const NodePtr& node)
337{
338 QMutexLocker k(&_imp->embeddedPluginMutex);
339 _imp->embeddedPlugin = node;
340}
341
342void
343ReadNodePrivate::placeReadNodeKnobsInPage()

Callers 2

setEffectMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected