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

Method getEmbeddedReader

Engine/ReadNode.cpp:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328NodePtr
329ReadNode::getEmbeddedReader() const
330{
331 QMutexLocker k(&_imp->embeddedPluginMutex);
332 return _imp->embeddedPlugin;
333}
334
335void
336ReadNode::setEmbeddedReader(const NodePtr& node)

Callers 9

checkDecoderCreatedMethod · 0.80
exportDocsMethod · 0.80
loadKnobMethod · 0.80
deactivateMethod · 0.80
activateMethod · 0.80
Node.cppFile · 0.80
handlerMethod · 0.80
DockablePanel.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected