MCPcopy Create free account
hub / github.com/MrKepzie/Natron / isExpressionUsingRetVariable

Method isExpressionUsingRetVariable

Engine/Knob.cpp:2716–2722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2714}
2715
2716bool
2717KnobHelper::isExpressionUsingRetVariable(int dimension) const
2718{
2719 QMutexLocker k(&_imp->expressionMutex);
2720
2721 return _imp->expressions[dimension].hasRet;
2722}
2723
2724bool
2725KnobHelper::getExpressionDependencies(int dimension,

Callers 8

getExpressionMethod · 0.80
exportKnobLinksFunction · 0.80
initializeMethod · 0.80
cloneExpressionsMethod · 0.80
onOkClickedMethod · 0.80
hasRetVariableMethod · 0.80
SetExpressionCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected