nelson object callable from QML.
nelson.disp(msg)
nelson.evaluate(cmd)
nelson.processevent()
nelson.call(function_name)
nelson.call(function_name, arg1, ..., arg5)
msg - a string.
cmd - a string.
function_name - a string: nelson function name to call
arg1, ..., arg5 - javascript variables
nelson object contains some methods used as callback to call nelson from QML
qml_pluginpathlist, qml_addimportpath.
1.0.0
initial version
Last updated 3 months ago