The SoJavaScriptEngine class is yet to be documented.
More...
#include <Inventor/misc/SoJavaScriptEngine.h>
|
void | addHandler (const SoType &type, SoJSWrapperInitFunc *init, SoJSfield2jsvalFunc *field2jsval, SoJSjsval2field2Func *jsval2field) |
|
void | enableAutoNodeUnref (SbBool onoff) |
|
virtual SbBool | executeFile (const SbName &filename) const |
|
virtual SbBool | executeFunction (const SbName &name, int argc, const SoField *argv, SoField *rval=NULL) const |
|
virtual SbBool | executeScript (const SbName &name, const SbString &script) const |
|
SbBool | field2jsval (const SoField *f, jsval *v) const |
|
SbBool | getAutoNodeUnrefState (void) const |
|
JSContext * | getContext (void) const |
|
JSObject * | getGlobal (void) const |
|
virtual SbBool | getScriptField (const SbName &name, SoField *f) const |
|
virtual SbBool | hasScriptField (const SbName &name) const |
|
SbBool | jsval2field (const jsval v, SoField *f) const |
|
virtual SbBool | setScriptField (const SbName &name, const SoField *f) const |
|
virtual SbBool | unsetScriptField (const SbName &name) const |
|
The SoJavaScriptEngine class is yet to be documented.
- Since
- Coin 2.0
◆ executeFile()
◆ executeFunction()
◆ executeScript()
◆ getScriptField()
◆ hasScriptField()
◆ setScriptField()
◆ unsetScriptField()
The documentation for this class was generated from the following file: