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

Method isCreatingNodeTree

Engine/AppInstance.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected