Pyrogenesis  trunk
Functions | Variables
JSI_GUISize Namespace Reference

Functions

bool construct (JSContext *cx, uint argc, jsval *vp)
 
bool toString (JSContext *cx, uint argc, jsval *vp)
 

Variables

JSClass JSI_class
 
JSPropertySpec JSI_props []
 
JSFunctionSpec JSI_methods []
 

Function Documentation

bool JSI_GUISize::construct ( JSContext *  cx,
uint  argc,
jsval *  vp 
)
bool JSI_GUISize::toString ( JSContext *  cx,
uint  argc,
jsval *  vp 
)

Variable Documentation

JSClass JSI_GUISize::JSI_class
Initial value:
= {
"GUISize", 0,
nullptr, nullptr,
nullptr, nullptr,
nullptr, nullptr, nullptr, nullptr,
nullptr, nullptr, JSI_GUISize::construct, nullptr
}
bool construct(JSContext *cx, uint argc, jsval *vp)
Definition: JSInterface_GUITypes.cpp:38
JSFunctionSpec JSI_GUISize::JSI_methods
Initial value:
=
{
JS_FS("toString", JSI_GUISize::toString, 0, 0),
JS_FS_END
}
bool toString(JSContext *cx, uint argc, jsval *vp)
Definition: JSInterface_GUITypes.cpp:94
JSPropertySpec JSI_GUISize::JSI_props[]