![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cjs_event.h>
Public Member Functions | |
| CJS_Event (v8::Local< v8::Object > pObject, CJS_Runtime *pRuntime) | |
| ~CJS_Event () override | |
| Public Member Functions inherited from CJS_Object | |
| CJS_Object (v8::Local< v8::Object > pObject, CJS_Runtime *pRuntime) | |
| ~CJS_Object () override | |
| v8::Local< v8::Object > | ToV8Object () |
| CJS_Runtime * | GetRuntime () const |
| Public Member Functions inherited from CFXJS_PerObjectData::Binding | |
| virtual | ~Binding ()=default |
Static Public Member Functions | |
| static uint32_t | GetObjDefnID () |
| static void | DefineJSObjects (CFXJS_Engine *pEngine) |
| Static Public Member Functions inherited from CJS_Object | |
| static void | DefineConsts (CFXJS_Engine *pEngine, uint32_t nObjDefnID, pdfium::span< const JSConstSpec > consts) |
| static void | DefineProps (CFXJS_Engine *pEngine, uint32_t nObjDefnID, pdfium::span< const JSPropertySpec > consts) |
| static void | DefineMethods (CFXJS_Engine *pEngine, uint32_t nObjDefnID, pdfium::span< const JSMethodSpec > consts) |
Definition at line 13 of file cjs_event.h.
| CJS_Event::CJS_Event | ( | v8::Local< v8::Object > | pObject, |
| CJS_Runtime * | pRuntime ) |
Definition at line 51 of file cjs_event.cpp.
|
overridedefault |
|
static |
Definition at line 45 of file cjs_event.cpp.
References FXJSOBJTYPE_STATIC.
|
static |
Definition at line 40 of file cjs_event.cpp.