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

Method hasRetVariable

Gui/EditExpressionDialog.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getKnobMethod · 0.45

Tested by

no test coverage detected