Pyrogenesis  trunk
Namespaces | Functions | Variables
JSInterface_IGUIObject.h File Reference
#include "scriptinterface/ScriptInterface.h"
Include dependency graph for JSInterface_IGUIObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 JSI_IGUIObject
 

Functions

bool JSI_IGUIObject::getProperty (JSContext *cx, JS::HandleObject obj, JS::HandleId id, JS::MutableHandleValue vp)
 
bool JSI_IGUIObject::setProperty (JSContext *cx, JS::HandleObject obj, JS::HandleId id, bool strict, JS::MutableHandleValue vp)
 
bool JSI_IGUIObject::construct (JSContext *cx, uint argc, jsval *vp)
 
bool JSI_IGUIObject::toString (JSContext *cx, uint argc, jsval *vp)
 
bool JSI_IGUIObject::focus (JSContext *cx, uint argc, jsval *vp)
 
bool JSI_IGUIObject::blur (JSContext *cx, uint argc, jsval *vp)
 
bool JSI_IGUIObject::getComputedSize (JSContext *cx, uint argc, jsval *vp)
 
void JSI_IGUIObject::init (ScriptInterface &scriptInterface)
 

Variables

JSClass JSI_IGUIObject::JSI_class
 
JSPropertySpec JSI_IGUIObject::JSI_props []
 
JSFunctionSpec JSI_IGUIObject::JSI_methods []