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

Method beginInputEdition

Engine/NodeInputs.cpp:1559–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1557
1558
1559void
1560Node::beginInputEdition()
1561{
1562 assert( QThread::currentThread() == qApp->thread() );
1563 ++_imp->inputModifiedRecursion;
1564}
1565
1566void
1567Node::endInputEdition(bool triggerRender)

Callers 3

beginChangesMethod · 0.80
onProjectViewsChangedMethod · 0.80
redoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected