![]() |
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_annot.h>
Public Member Functions | |
| CJS_Annot (v8::Local< v8::Object > pObject, CJS_Runtime *pRuntime) | |
| ~CJS_Annot () override | |
| void | SetSDKAnnot (CPDFSDK_BAAnnot *annot) |
| 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 14 of file cjs_annot.h.
| CJS_Annot::CJS_Annot | ( | v8::Local< v8::Object > | pObject, |
| CJS_Runtime * | pRuntime ) |
Definition at line 36 of file cjs_annot.cpp.
|
overridedefault |
|
static |
Definition at line 30 of file cjs_annot.cpp.
References FXJSOBJTYPE_DYNAMIC.
|
static |
Definition at line 25 of file cjs_annot.cpp.
| void CJS_Annot::SetSDKAnnot | ( | CPDFSDK_BAAnnot * | annot | ) |
Definition at line 41 of file cjs_annot.cpp.