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_TimerObj Class Referencefinal

#include <cjs_timerobj.h>

+ Inheritance diagram for CJS_TimerObj:
+ Collaboration diagram for CJS_TimerObj:

Public Member Functions

 CJS_TimerObj (v8::Local< v8::Object > pObject, CJS_Runtime *pRuntime)
 
 ~CJS_TimerObj () override
 
void SetTimer (GlobalTimer *pTimer)
 
int GetTimerID () const
 
- 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 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 14 of file cjs_timerobj.h.

Constructor & Destructor Documentation

◆ CJS_TimerObj()

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

Definition at line 25 of file cjs_timerobj.cpp.

◆ ~CJS_TimerObj()

CJS_TimerObj::~CJS_TimerObj ( )
overridedefault

Member Function Documentation

◆ DefineJSObjects()

void CJS_TimerObj::DefineJSObjects ( CFXJS_Engine * pEngine)
static

Definition at line 20 of file cjs_timerobj.cpp.

References FXJSOBJTYPE_DYNAMIC.

◆ GetObjDefnID()

uint32_t CJS_TimerObj::GetObjDefnID ( )
static

Definition at line 15 of file cjs_timerobj.cpp.

◆ GetTimerID()

int CJS_TimerObj::GetTimerID ( ) const
inline

Definition at line 23 of file cjs_timerobj.h.

◆ SetTimer()

void CJS_TimerObj::SetTimer ( GlobalTimer * pTimer)

Definition at line 30 of file cjs_timerobj.cpp.

References GlobalTimer::GetTimerID().

+ Here is the call graph for this function:

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