![]() |
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_document.h>
Public Member Functions | |
| CJS_Document (v8::Local< v8::Object > pObject, CJS_Runtime *pRuntime) | |
| ~CJS_Document () override | |
| void | SetFormFillEnv (CPDFSDK_FormFillEnvironment *pFormFillEnv) |
| CPDFSDK_FormFillEnvironment * | GetFormFillEnv () const |
| void | AddDelayData (std::unique_ptr< CJS_DelayData > pData) |
| void | DoFieldDelay (const WideString &sFieldName, int nControlIndex) |
| 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 |
| Public Member Functions inherited from fxcrt::Observable | |
| Observable () | |
| Observable (const Observable &that)=delete | |
| Observable & | operator= (const Observable &that)=delete |
| ~Observable () | |
| void | AddObserver (ObserverIface *pObserver) |
| void | RemoveObserver (ObserverIface *pObserver) |
| void | NotifyObservers () |
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) |
Additional Inherited Members | |
| Protected Member Functions inherited from fxcrt::Observable | |
| size_t | ActiveObserversForTesting () const |
Definition at line 22 of file cjs_document.h.
| CJS_Document::CJS_Document | ( | v8::Local< v8::Object > | pObject, |
| CJS_Runtime * | pRuntime ) |
Definition at line 134 of file cjs_document.cpp.
References CJS_Object::GetRuntime(), and SetFormFillEnv().
|
overridedefault |
| void CJS_Document::AddDelayData | ( | std::unique_ptr< CJS_DelayData > | pData | ) |
Definition at line 1381 of file cjs_document.cpp.
|
static |
Definition at line 127 of file cjs_document.cpp.
References FXJSOBJTYPE_GLOBAL.
| void CJS_Document::DoFieldDelay | ( | const WideString & | sFieldName, |
| int | nControlIndex ) |
Definition at line 1385 of file cjs_document.cpp.
|
inline |
Definition at line 31 of file cjs_document.h.
|
static |
Definition at line 122 of file cjs_document.cpp.
| void CJS_Document::SetFormFillEnv | ( | CPDFSDK_FormFillEnvironment * | pFormFillEnv | ) |
Definition at line 629 of file cjs_document.cpp.
Referenced by CJS_Document().