Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1120
void
1121
NodeGroup::setIsActivatingGroup(bool b)
1122
{
1123
assert( QThread::currentThread() == qApp->thread() );
1124
_imp->isActivatingGroup = b;
1125
}
1126
1127
NodeGroup::~NodeGroup()
1128
{
Callers
1
activate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected