|
Compounds |
| class | jsPrivate |
Enumerations |
| enum | { SFVEC2F_X,
SFVEC2F_Y
} |
| enum | { SFVEC3F_X,
SFVEC3F_Y,
SFVEC3F_Z
} |
| enum | { SFCOLOR_R,
SFCOLOR_G,
SFCOLOR_B
} |
| enum | { SFROTATION_X,
SFROTATION_Y,
SFROTATION_Z,
SFROTATION_ANGLE
} |
| enum | { SFIMAGE_X,
SFIMAGE_Y,
SFIMAGE_COMP,
SFIMAGE_ARRAY
} |
Functions |
| OAW_DLLMAPPING bool | initJsWrlClasses (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING short | NewGlobalProperty (JSContext *cx, JSObject *glob, const char *name, long type, void *value, void *flag, jsval *rval, long fid=-1, SFNode *node=NULL, short mustDel=0) |
| void | CopyJSWrlData (JSContext *cx, JSObject *obj, long type, const char *name, void *dest) |
| void | WriteJSWrlData (JSContext *cx, JSObject *obj, long type, const char *name, void *src) |
| OAW_DLLMAPPING const char * | GetSFNodeName (const SFNode *node) |
| OAW_DLLMAPPING bool | initBrowserObject (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initSFVec2fClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initSFVec3fClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initSFColorClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initSFRotationClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initSFNodeClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initSFImageClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initMFInt32Class (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initMFFloatClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initMFVec2fClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initMFVec3fClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initMFRotationClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initMFColorClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initMFNodeClass (JSContext *cx, JSObject *obj) |
| OAW_DLLMAPPING bool | initMFStringClass (JSContext *cx, JSObject *obj) |
Variables |
| JSClass | SFVec2f_class |
| JSClass | SFVec3f_class |
| JSClass | SFColor_class |
| JSClass | SFRotation_class |
| JSClass | SFNode_class |
| JSClass | SFImage_class |
| JSClass | MFInt32_class |
| JSClass | MFFloat_class |
| JSClass | MFVec2f_class |
| JSClass | MFVec3f_class |
| JSClass | MFRotation_class |
| JSClass | MFColor_class |
| JSClass | MFString_class |
| JSClass | MFNode_class |