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

Method hasRetVariable

Gui/EditExpressionDialog.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121bool
122EditExpressionDialog::hasRetVariable() const
123{
124 return _knob->getKnob()->isExpressionUsingRetVariable(_dimension == -1 ? 0 : _dimension);
125}
126
127QString
128EditExpressionDialog::compileExpression(const QString& expr)

Callers

nothing calls this directly

Calls 2

getKnobMethod · 0.45

Tested by

no test coverage detected