Searched refs:CJS_Event (Results 1 – 3 of 3) sorted by relevance
40 class CJS_Event : public CJS_Object43 CJS_Event(JSFXObject pObject) : CJS_Object(pObject) {}; in CJS_Event() function44 virtual ~CJS_Event(void){}; in ~CJS_Event()46 DECLARE_JS_CLASS(CJS_Event);
158 if (CJS_Event::Init(*this, JS_STATIC) < 0) return FALSE; in InitJSObjects()345 array.Add(CJS_Event::m_pClassName); in GetObjectNames()388 if (sObjName == CJS_Event::m_pClassName) in GetObjectConsts()389 CJS_Event::GetConsts(pConsts, nSize); in GetObjectConsts()417 else if (sObjName == CJS_Event::m_pClassName) in GetObjectProps()418 CJS_Event::GetProperties(pProperties, nSize); in GetObjectProps()446 else if (sObjName == CJS_Event::m_pClassName) in GetObjectMethods()447 CJS_Event::GetMethods(pMethods, nSize); in GetObjectMethods()
20 BEGIN_JS_STATIC_CONST(CJS_Event)23 BEGIN_JS_STATIC_PROP(CJS_Event) in END_JS_STATIC_CONST()46 BEGIN_JS_STATIC_METHOD(CJS_Event) in END_JS_STATIC_CONST()49 IMPLEMENT_JS_CLASS(CJS_Event,event) in END_JS_STATIC_CONST()