Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrKepzie/Natron
/ isDequeueingValuesSet
Method
isDequeueingValuesSet
Engine/Knob.cpp:6041–6049 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6039
}
6040
6041
bool
6042
KnobHolder::isDequeueingValuesSet() const
6043
{
6044
{
6045
QMutexLocker k(&_imp->overlayRedrawStackMutex);
6046
6047
return _imp->isDequeingValuesSet;
6048
}
6049
}
6050
6051
bool
6052
KnobHolder::dequeueValuesSet()
Callers
1
onInputChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected