![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for CJS_Runtime, including all inherited members.
| ActiveObserversForTesting() const | fxcrt::Observable | inlineprotected |
| AddEventToSet(const FieldEvent &event) | CJS_Runtime | |
| AddObserver(ObserverIface *pObserver) | fxcrt::Observable | |
| AsCJSRuntime() override | CJS_Runtime | virtual |
| BeginBlock() | CJS_Runtime | inline |
| CFX_V8(v8::Isolate *pIsolate) | CFX_V8 | explicit |
| CFXJS_Engine(v8::Isolate *pIsolate) | CFXJS_Engine | explicit |
| CFXJS_Engine() | CFXJS_Engine | protected |
| CJS_Runtime(CPDFSDK_FormFillEnvironment *pFormFillEnv) | CJS_Runtime | explicit |
| Constructor typedef | CFXJS_Engine | |
| Create(CPDFSDK_FormFillEnvironment *pFormFillEnv) | IJS_Runtime | static |
| DefineGlobalConst(const wchar_t *sConstName, v8::FunctionCallback pConstGetter) | CFXJS_Engine | |
| DefineGlobalMethod(const char *sMethodName, v8::FunctionCallback pMethodCall) | CFXJS_Engine | |
| DefineObj(const char *sObjName, FXJSOBJTYPE eObjType, Constructor pConstructor, Destructor pDestructor) | CFXJS_Engine | |
| DefineObjAllProperties(uint32_t nObjDefnID, v8::NamedPropertyQueryCallback pPropQurey, v8::NamedPropertyGetterCallback pPropGet, v8::NamedPropertySetterCallback pPropPut, v8::NamedPropertyDeleterCallback pPropDel, v8::NamedPropertyEnumeratorCallback pPropEnum) | CFXJS_Engine | |
| DefineObjConst(uint32_t nObjDefnID, const char *sConstName, v8::Local< v8::Value > pDefault) | CFXJS_Engine | |
| DefineObjMethod(uint32_t nObjDefnID, const char *sMethodName, v8::FunctionCallback pMethodCall) | CFXJS_Engine | |
| DefineObjProperty(uint32_t nObjDefnID, const char *sPropName, v8::AccessorNameGetterCallback pPropGet, v8::AccessorNameSetterCallback pPropPut) | CFXJS_Engine | |
| Destroy() | IJS_Runtime | static |
| Destructor typedef | CFXJS_Engine | |
| DisposeIsolate() | CFX_V8 | protected |
| EndBlock() | CJS_Runtime | inline |
| Error(const WideString &message) | CFXJS_Engine | |
| Execute(const WideString &script) | CFXJS_Engine | |
| ExecuteScript(const WideString &script) override | CJS_Runtime | virtual |
| FieldEvent typedef | CJS_Runtime | |
| FreePerObjectData(v8::Local< v8::Object > pObj) | CFXJS_Engine | static |
| GetArrayElement(v8::Local< v8::Array > pArray, size_t index) | CFX_V8 | |
| GetArrayLength(v8::Local< v8::Array > pArray) | CFX_V8 | |
| GetBinding(v8::Isolate *pIsolate, v8::Local< v8::Object > pObj) | CFXJS_Engine | static |
| GetConstArray(const WideString &name) | CFXJS_Engine | |
| GetCurrentEventContext() const | CJS_Runtime | |
| GetFormFillEnv() const override | CJS_Runtime | virtual |
| GetIsolate() const | CFX_V8 | inline |
| GetObjDefnID(v8::Local< v8::Object > pObj) | CFXJS_Engine | static |
| GetObjectProperty(v8::Local< v8::Object > pObj, ByteStringView bsUTF8PropertyName) | CFX_V8 | |
| GetObjectPropertyNames(v8::Local< v8::Object > pObj) | CFX_V8 | |
| GetThisObj() | CFXJS_Engine | |
| GetTimerHandler() const | CJS_Runtime | |
| GetV8Context() | CFXJS_Engine | |
| GetValueByNameFromGlobalObject(ByteStringView utf8Name) | CJS_Runtime | |
| IJS_Runtime()=default | IJS_Runtime | protected |
| Initialize(unsigned int slot, void *isolate, void *platform) | IJS_Runtime | static |
| InitializeEngine() | CFXJS_Engine | |
| IsBlocking() const | CJS_Runtime | inline |
| MaybeCoerceToNumber(v8::Local< v8::Value > value) | CJS_Runtime | |
| NewArray() | CFX_V8 | |
| NewBoolean(bool b) | CFX_V8 | |
| NewDate(double d) | CFX_V8 | |
| NewEventContext() override | CJS_Runtime | virtual |
| NewFXJSBoundObject(uint32_t nObjDefnID, FXJSOBJTYPE type) | CFXJS_Engine | |
| NewNull() | CFX_V8 | |
| NewNumber(int number) | CFX_V8 | |
| NewNumber(double number) | CFX_V8 | |
| NewNumber(float number) | CFX_V8 | |
| NewObject() | CFX_V8 | |
| NewString(ByteStringView str) | CFX_V8 | |
| NewString(WideStringView str) | CFX_V8 | |
| NewUndefined() | CFX_V8 | |
| NotifyObservers() | fxcrt::Observable | |
| Observable() | fxcrt::Observable | |
| Observable(const Observable &that)=delete | fxcrt::Observable | |
| operator=(const Observable &that)=delete | fxcrt::Observable | |
| PutArrayElement(v8::Local< v8::Array > pArray, size_t index, v8::Local< v8::Value > pValue) | CFX_V8 | |
| PutObjectProperty(v8::Local< v8::Object > pObj, ByteStringView bsUTF8PropertyName, v8::Local< v8::Value > pValue) | CFX_V8 | |
| ReleaseEngine() | CFXJS_Engine | |
| ReleaseEventContext(IJS_EventContext *pContext) override | CJS_Runtime | virtual |
| RemoveEventFromSet(const FieldEvent &event) | CJS_Runtime | |
| RemoveObserver(ObserverIface *pObserver) | fxcrt::Observable | |
| SetBinding(v8::Local< v8::Object > pObj, std::unique_ptr< CFXJS_PerObjectData::Binding > p) | CFXJS_Engine | static |
| SetConstArray(const WideString &name, v8::Local< v8::Array > array) | CFXJS_Engine | |
| SetIsolate(v8::Isolate *pIsolate) | CFX_V8 | inlineprotected |
| SetValueByNameInGlobalObject(ByteStringView utf8Name, v8::Local< v8::Value > pValue) | CJS_Runtime | |
| ToArray(v8::Local< v8::Value > pValue) | CFX_V8 | |
| ToBoolean(v8::Local< v8::Value > pValue) | CFX_V8 | |
| ToByteString(v8::Local< v8::Value > pValue) | CFX_V8 | |
| ToDouble(v8::Local< v8::Value > pValue) | CFX_V8 | |
| ToInt32(v8::Local< v8::Value > pValue) | CFX_V8 | |
| ToObject(v8::Local< v8::Value > pValue) | CFX_V8 | |
| ToWideString(v8::Local< v8::Value > pValue) | CFX_V8 | |
| ~CFX_V8() | CFX_V8 | virtual |
| ~CFXJS_Engine() override | CFXJS_Engine | |
| ~CJS_Runtime() override | CJS_Runtime | |
| ~IJS_Runtime() | IJS_Runtime | virtual |
| ~Observable() | fxcrt::Observable |