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

Method isCreatingNodeTree

Engine/AppInstance.cpp:239–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool
240AppInstance::isCreatingNodeTree() const
241{
242 QMutexLocker k(&_imp->creatingGroupMutex);
243
244 return _imp->_creatingTree;
245}
246
247void
248AppInstance::setIsCreatingNodeTree(bool b)

Callers 11

connectInputMethod · 0.80
replaceInputInternalMethod · 0.80
switchInput0And1Method · 0.80
disconnectInputMethod · 0.80
endInputEditionMethod · 0.80
onInputChangedMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected