Pyrogenesis  trunk
Functions | Variables
JSI_GUIColor 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_GUIColor::construct ( JSContext *  cx,
uint  argc,
jsval *  vp 
)
bool JSI_GUIColor::toString ( JSContext *  cx,
uint  argc,
jsval *  vp 
)

Variable Documentation

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