Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
JSI_GUIColor Namespace Reference

Functions

JSBool construct (JSContext *cx, uintN argc, jsval *vp)
 
JSBool toString (JSContext *cx, uintN argc, jsval *vp)
 

Variables

JSClass JSI_class
 
JSPropertySpec JSI_props []
 
JSFunctionSpec JSI_methods []
 

Function Documentation

JSBool JSI_GUIColor::construct ( JSContext *  cx,
uintN  argc,
jsval *  vp 
)

Definition at line 161 of file JSInterface_GUITypes.cpp.

JSBool JSI_GUIColor::toString ( JSContext *  cx,
uintN  argc,
jsval *  vp 
)

Definition at line 190 of file JSInterface_GUITypes.cpp.

Variable Documentation

JSClass JSI_GUIColor::JSI_class
Initial value:
= {
"GUIColor", 0,
JS_PropertyStub, JS_PropertyStub,
JS_PropertyStub, JS_StrictPropertyStub,
JS_EnumerateStub, JS_ResolveStub,
JS_ConvertStub, JS_FinalizeStub,
NULL, NULL, NULL, JSI_GUIColor::construct
}
JSBool construct(JSContext *cx, uintN argc, jsval *vp)

Definition at line 137 of file JSInterface_GUITypes.cpp.

JSFunctionSpec JSI_GUIColor::JSI_methods
Initial value:
=
{
{ "toString", JSI_GUIColor::toString, 0, 0 },
{ 0 }
}
JSBool toString(JSContext *cx, uintN argc, jsval *vp)

Definition at line 155 of file JSInterface_GUITypes.cpp.

JSPropertySpec JSI_GUIColor::JSI_props
Initial value:
=
{
{ "r", 0, JSPROP_ENUMERATE},
{ "g", 1, JSPROP_ENUMERATE},
{ "b", 2, JSPROP_ENUMERATE},
{ "a", 3, JSPROP_ENUMERATE},
{ 0 }
}

Definition at line 146 of file JSInterface_GUITypes.cpp.