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

Method getEmbeddedReader

Engine/ReadNode.cpp:329–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected