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

Method getExpression

Engine/PyParameter.cpp:626–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626QString
627AnimatedParam::getExpression(int dimension,
628 bool* hasRetVariable) const
629{
630 KnobIPtr thisKnob = _knob.lock();
631 if (!thisKnob) {
632 return QString();
633 }
634 QString ret = QString::fromUtf8( thisKnob->getExpression(dimension).c_str() );
635
636 *hasRetVariable = thisKnob->isExpressionUsingRetVariable(dimension);
637
638 return ret;
639}
640
641///////////// IntParam
642

Callers

nothing calls this directly

Calls 3

QStringClass · 0.70
lockMethod · 0.45

Tested by

no test coverage detected