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

Method getExpression

Gui/EditScriptDialog.cpp:308–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308QString
309EditScriptDialog::getExpression(bool* hasRetVariable) const
310{
311 if (hasRetVariable) {
312 *hasRetVariable = _imp->useRetButton ? _imp->useRetButton->isChecked() : false;
313 }
314
315 return _imp->expressionEdit->toPlainText();
316}
317
318bool
319EditScriptDialog::isUseRetButtonChecked() const

Callers 15

onOkClickedMethod · 0.45
drawCurveMethod · 0.45
setEnabledMethod · 0.45
linkToMethod · 0.45
onExprChangedMethod · 0.45
tooltipFromKnobFunction · 0.45
createAnimationMenuMethod · 0.45
createDuplicateOnNodeMethod · 0.45
setEnabledMethod · 0.45
updateGUIMethod · 0.45

Calls 1

isCheckedMethod · 0.80

Tested by

no test coverage detected