Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ isDequeueingValuesSet
Method
isDequeueingValuesSet
Engine/Knob.cpp:6287–6295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6285
}
6286
6287
bool
6288
KnobHolder::isDequeueingValuesSet() const
6289
{
6290
{
6291
QMutexLocker k(&_imp->overlayRedrawStackMutex);
6292
6293
return _imp->isDequeingValuesSet;
6294
}
6295
}
6296
6297
bool
6298
KnobHolder::dequeueValuesSet()
Callers
1
onInputChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected