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

Method getExpression

Engine/Knob.cpp:3135–3144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3133}
3134
3135std::string
3136KnobHelper::getExpression(int dimension) const
3137{
3138 if (dimension == -1) {
3139 dimension = 0;
3140 }
3141 QMutexLocker k(&_imp->expressionMutex);
3142
3143 return _imp->expressions[dimension].originalExpression;
3144}
3145
3146KnobHolder*
3147KnobHelper::getHolder() const

Callers 9

getOfxKeyFramesFunction · 0.45
exportKnobValuesFunction · 0.45
exportKnobLinksFunction · 0.45
initializeMethod · 0.45
deactivateMethod · 0.45
cloneExpressionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected