MCPcopy 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
6287bool
6288KnobHolder::isDequeueingValuesSet() const
6289{
6290 {
6291 QMutexLocker k(&_imp->overlayRedrawStackMutex);
6292
6293 return _imp->isDequeingValuesSet;
6294 }
6295}
6296
6297bool
6298KnobHolder::dequeueValuesSet()

Callers 1

onInputChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected