|
Pyrogenesis
13997
|
Classes | |
| struct | Vector3D_Info |
Enumerations | |
| enum | { component_x, component_y, component_z } |
Functions | |
| JSBool | toString (JSContext *cx, uintN argc, jsval *vp) |
| JSBool | getProperty (JSContext *cx, JSObject *obj, jsid id, jsval *vp) |
| JSBool | setProperty (JSContext *cx, JSObject *obj, jsid id, JSBool strict, jsval *vp) |
| void | finalize (JSContext *cx, JSObject *obj) |
| JSBool | construct (JSContext *cx, uintN argc, jsval *vp) |
| void | init () |
Variables | |
| JSClass | JSI_class |
| JSPropertySpec | JSI_props [] |
| JSFunctionSpec | JSI_methods [] |
| anonymous enum |
| Enumerator | |
|---|---|
| component_x | |
| component_y | |
| component_z | |
Definition at line 33 of file JSInterface_Vector3D.h.
| JSBool JSI_Vector3D::construct | ( | JSContext * | cx, |
| uintN | argc, | ||
| jsval * | vp | ||
| ) |
Definition at line 161 of file JSInterface_Vector3D.cpp.
| void JSI_Vector3D::finalize | ( | JSContext * | cx, |
| JSObject * | obj | ||
| ) |
Definition at line 190 of file JSInterface_Vector3D.cpp.
| JSBool JSI_Vector3D::getProperty | ( | JSContext * | cx, |
| JSObject * | obj, | ||
| jsid | id, | ||
| jsval * | vp | ||
| ) |
Definition at line 101 of file JSInterface_Vector3D.cpp.
| void JSI_Vector3D::init | ( | ) |
Definition at line 47 of file JSInterface_Vector3D.cpp.
| JSBool JSI_Vector3D::setProperty | ( | JSContext * | cx, |
| JSObject * | obj, | ||
| jsid | id, | ||
| JSBool | strict, | ||
| jsval * | vp | ||
| ) |
Definition at line 128 of file JSInterface_Vector3D.cpp.
| JSBool JSI_Vector3D::toString | ( | JSContext * | cx, |
| uintN | argc, | ||
| jsval * | vp | ||
| ) |
Definition at line 195 of file JSInterface_Vector3D.cpp.
| JSClass JSI_Vector3D::JSI_class |
Definition at line 24 of file JSInterface_Vector3D.cpp.
| JSFunctionSpec JSI_Vector3D::JSI_methods |
Definition at line 41 of file JSInterface_Vector3D.cpp.
| JSPropertySpec JSI_Vector3D::JSI_props |
Definition at line 33 of file JSInterface_Vector3D.cpp.
1.8.5