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

Method getExpression

Gui/EditScriptDialog.cpp:306–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306QString
307EditScriptDialog::getExpression(bool* hasRetVariable) const
308{
309 if (hasRetVariable) {
310 *hasRetVariable = _imp->useRetButton ? _imp->useRetButton->isChecked() : false;
311 }
312
313 return _imp->expressionEdit->toPlainText();
314}
315
316bool
317EditScriptDialog::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