MCPcopy 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
6041bool
6042KnobHolder::isDequeueingValuesSet() const
6043{
6044 {
6045 QMutexLocker k(&_imp->overlayRedrawStackMutex);
6046
6047 return _imp->isDequeingValuesSet;
6048 }
6049}
6050
6051bool
6052KnobHolder::dequeueValuesSet()

Callers 1

onInputChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected