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

Method isCreatingPythonGroup

Engine/AppInstance.cpp:2093–2099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2091}
2092
2093bool
2094AppInstance::isCreatingPythonGroup() const
2095{
2096 QMutexLocker k(&_imp->creatingGroupMutex);
2097
2098 return _imp->_creatingGroup;
2099}
2100
2101void
2102AppInstance::appendToScriptEditor(const std::string& str)

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected