Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions | Variables
JSInterface_GUITypes.h File Reference
#include "scripting/ScriptingHost.h"

Go to the source code of this file.

Namespaces

 JSI_GUISize
 
 JSI_GUIColor
 
 JSI_GUIMouse
 
 JSI_GUITypes
 

Macros

#define GUISTDTYPE(x)
 

Functions

JSBool JSI_GUISize::construct (JSContext *cx, uintN argc, jsval *vp)
 
JSBool JSI_GUISize::toString (JSContext *cx, uintN argc, jsval *vp)
 
JSBool JSI_GUIColor::construct (JSContext *cx, uintN argc, jsval *vp)
 
JSBool JSI_GUIColor::toString (JSContext *cx, uintN argc, jsval *vp)
 
JSBool JSI_GUIMouse::construct (JSContext *cx, uintN argc, jsval *vp)
 
JSBool JSI_GUIMouse::toString (JSContext *cx, uintN argc, jsval *vp)
 
void JSI_GUITypes::init ()
 

Variables

JSClass JSI_GUISize::JSI_class
 
JSPropertySpec JSI_GUISize::JSI_props []
 
JSFunctionSpec JSI_GUISize::JSI_methods []
 
JSClass JSI_GUIColor::JSI_class
 
JSPropertySpec JSI_GUIColor::JSI_props []
 
JSFunctionSpec JSI_GUIColor::JSI_methods []
 
JSClass JSI_GUIMouse::JSI_class
 
JSPropertySpec JSI_GUIMouse::JSI_props []
 
JSFunctionSpec JSI_GUIMouse::JSI_methods []
 

Macro Definition Documentation

#define GUISTDTYPE (   x)
Value:
namespace JSI_GUI##x \
{ \
extern JSClass JSI_class; \
extern JSPropertySpec JSI_props[]; \
extern JSFunctionSpec JSI_methods[]; \
JSBool construct(JSContext* cx, uintN argc, jsval* vp); \
JSBool toString(JSContext* cx, uintN argc, jsval* vp); \
}
JSFunctionSpec JSI_methods[]
JSBool construct(JSContext *cx, uintN argc, jsval *vp)
JSBool toString(JSContext *cx, uintN argc, jsval *vp)
JSPropertySpec JSI_props[]

Definition at line 23 of file JSInterface_GUITypes.h.