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

Method setIsActivatingGroup

Engine/NodeGroup.cpp:1120–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1118}
1119
1120void
1121NodeGroup::setIsActivatingGroup(bool b)
1122{
1123 assert( QThread::currentThread() == qApp->thread() );
1124 _imp->isActivatingGroup = b;
1125}
1126
1127NodeGroup::~NodeGroup()
1128{

Callers 1

activateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected