MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getHasAnimation

Method getHasAnimation

Engine/Knob.cpp:6345–6351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6343}
6344
6345bool
6346KnobHolder::getHasAnimation() const
6347{
6348 QMutexLocker k(&_imp->hasAnimationMutex);
6349
6350 return _imp->hasAnimation;
6351}
6352
6353void
6354KnobHolder::setHasAnimation(bool hasAnimation)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected