Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CJS_App Class Referencefinal

#include <cjs_app.h>

+ Inheritance diagram for CJS_App:
+ Collaboration diagram for CJS_App:

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_RuntimeGetRuntime () 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)
 

Detailed Description

Definition at line 21 of file cjs_app.h.

Constructor & Destructor Documentation

◆ CJS_App()

CJS_App::CJS_App ( v8::Local< v8::Object > pObject,
CJS_Runtime * pRuntime )

Definition at line 94 of file cjs_app.cpp.

◆ ~CJS_App()

CJS_App::~CJS_App ( )
overridedefault

Member Function Documentation

◆ CancelProc()

void CJS_App::CancelProc ( GlobalTimer * pTimer)

Definition at line 399 of file cjs_app.cpp.

◆ DefineJSObjects()

void CJS_App::DefineJSObjects ( CFXJS_Engine * pEngine)
static

Definition at line 87 of file cjs_app.cpp.

References CJS_Object::DefineMethods(), CJS_Object::DefineProps(), and FXJSOBJTYPE_STATIC.

+ Here is the call graph for this function:

◆ GetObjDefnID()

uint32_t CJS_App::GetObjDefnID ( )
static

Definition at line 82 of file cjs_app.cpp.

◆ SysPathToPDFPath()

WideString CJS_App::SysPathToPDFPath ( const WideString & sOldPath)
static

Definition at line 501 of file cjs_app.cpp.

References fxcrt::WideString::operator+=().

+ Here is the call graph for this function:

◆ TimerProc()

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().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: