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

Method getMultipleParamsEditLevel

Engine/Knob.cpp:5959–5965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5957}
5958
5959KnobHolder::MultipleParamsEditEnum
5960KnobHolder::getMultipleParamsEditLevel() const
5961{
5962 QMutexLocker l(&_imp->paramsEditLevelMutex);
5963
5964 return _imp->paramsEditLevel;
5965}
5966
5967void
5968KnobHolder::setMultipleParamsEditLevel(KnobHolder::MultipleParamsEditEnum level)

Callers 3

setValueMethod · 0.80
setValueAtTimeMethod · 0.80
mainEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected