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

Method getMinorVersion

Engine/Node.cpp:2751–2766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2749}
2750
2751int
2752Node::getMinorVersion() const
2753{
2754 ///Thread safe as it never changes
2755 if (!_imp->plugin) {
2756 return 0;
2757 }
2758 {
2759 QMutexLocker k(&_imp->pyPluginInfoMutex);
2760 if ( _imp->pyPlugInfo.isPyPlug ) {
2761 return 0;
2762 }
2763 }
2764
2765 return _imp->plugin->getMinorVersion();
2766}
2767
2768
2769

Callers 11

findPluginByIdMethod · 0.45
operator()Method · 0.45
restorePluginSettingsMethod · 0.45
savePluginsSettingsMethod · 0.45
registerBuiltInPluginMethod · 0.45
DockablePanel.cppFile · 0.45
createPluginsViewMethod · 0.45
onPluginLoadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected