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

Method isCreatingPythonGroup

Engine/AppInstance.cpp:2109–2115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2107}
2108
2109bool
2110AppInstance::isCreatingPythonGroup() const
2111{
2112 QMutexLocker k(&_imp->creatingGroupMutex);
2113
2114 return _imp->_creatingGroup;
2115}
2116
2117void
2118AppInstance::appendToScriptEditor(const std::string& str)

Callers 12

setMethod · 0.80
getParamMethod · 0.80
setValuesMethod · 0.80
setValuesAtTimeMethod · 0.80
loadMethod · 0.80
mainEntryMethod · 0.80
editBeginMethod · 0.80
editEndMethod · 0.80
createGroupGuiMethod · 0.80
createPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected