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_app.h>
Public Member Functions | |
CJS_App (v8::Local< v8::Object > pObject, CJS_Runtime *pRuntime) | |
~CJS_App () override | |
void | TimerProc (GlobalTimer *pTimer) |
void | CancelProc (GlobalTimer *pTimer) |
Public Member Functions inherited from CJS_Object | |
CJS_Object (v8::Local< v8::Object > pObject, CJS_Runtime *pRuntime) | |
virtual | ~CJS_Object () |
v8::Local< v8::Object > | ToV8Object () |
CJS_Runtime * | GetRuntime () const |
Static Public Member Functions | |
static uint32_t | GetObjDefnID () |
static void | DefineJSObjects (CFXJS_Engine *pEngine) |
static WideString | SysPathToPDFPath (const WideString &sOldPath) |
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) |
CJS_App::CJS_App | ( | v8::Local< v8::Object > | pObject, |
CJS_Runtime * | pRuntime ) |
Definition at line 94 of file cjs_app.cpp.
|
overridedefault |
void CJS_App::CancelProc | ( | GlobalTimer * | pTimer | ) |
Definition at line 399 of file cjs_app.cpp.
|
static |
Definition at line 87 of file cjs_app.cpp.
References CJS_Object::DefineMethods(), CJS_Object::DefineProps(), and FXJSOBJTYPE_STATIC.
|
static |
Definition at line 82 of file cjs_app.cpp.
|
static |
Definition at line 501 of file cjs_app.cpp.
References fxcrt::WideString::operator+=().
void CJS_App::TimerProc | ( | GlobalTimer * | pTimer | ) |
Definition at line 393 of file cjs_app.cpp.
References GlobalTimer::GetJScript(), GlobalTimer::GetRuntime(), GlobalTimer::GetTimeOut(), and GlobalTimer::IsOneShot().