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_Runtime Member List

This is the complete list of members for CJS_Runtime, including all inherited members.

ActiveObserversForTesting() constfxcrt::Observableinlineprotected
AddEventToSet(const FieldEvent &event)CJS_Runtime
AddObserver(ObserverIface *pObserver)fxcrt::Observable
AsCJSRuntime() overrideCJS_Runtimevirtual
BeginBlock()CJS_Runtimeinline
CFX_V8(v8::Isolate *pIsolate)CFX_V8explicit
CFXJS_Engine(v8::Isolate *pIsolate)CFXJS_Engineexplicit
CFXJS_Engine()CFXJS_Engineprotected
CJS_Runtime(CPDFSDK_FormFillEnvironment *pFormFillEnv)CJS_Runtimeexplicit
Constructor typedefCFXJS_Engine
Create(CPDFSDK_FormFillEnvironment *pFormFillEnv)IJS_Runtimestatic
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::GenericNamedPropertyQueryCallback pPropQurey, v8::GenericNamedPropertyGetterCallback pPropGet, v8::GenericNamedPropertySetterCallback pPropPut, v8::GenericNamedPropertyDeleterCallback pPropDel, v8::GenericNamedPropertyEnumeratorCallback 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::AccessorGetterCallback pPropGet, v8::AccessorSetterCallback pPropPut)CFXJS_Engine
Destroy()IJS_Runtimestatic
Destructor typedefCFXJS_Engine
DisposeIsolate()CFX_V8protected
EndBlock()CJS_Runtimeinline
Error(const WideString &message)CFXJS_Engine
Execute(const WideString &script)CFXJS_Engine
ExecuteScript(const WideString &script) overrideCJS_Runtimevirtual
FieldEvent typedefCJS_Runtime
FreeObjectPrivate(v8::Local< v8::Object > pObj)CFXJS_Enginestatic
GetArrayElement(v8::Local< v8::Array > pArray, size_t index)CFX_V8
GetArrayLength(v8::Local< v8::Array > pArray)CFX_V8
GetConstArray(const WideString &name)CFXJS_Engine
GetCurrentEventContext() constCJS_Runtime
GetFormFillEnv() const overrideCJS_Runtimevirtual
GetIsolate() constCFX_V8inline
GetObjDefnID(v8::Local< v8::Object > pObj)CFXJS_Enginestatic
GetObjectPrivate(v8::Isolate *pIsolate, v8::Local< v8::Object > pObj)CFXJS_Enginestatic
GetObjectProperty(v8::Local< v8::Object > pObj, ByteStringView bsUTF8PropertyName)CFX_V8
GetObjectPropertyNames(v8::Local< v8::Object > pObj)CFX_V8
GetThisObj()CFXJS_Engine
GetTimerHandler() constCJS_Runtime
GetV8Context()CFXJS_Engine
GetValueByNameFromGlobalObject(ByteStringView utf8Name)CJS_Runtime
IJS_Runtime()=defaultIJS_Runtimeprotected
Initialize(unsigned int slot, void *isolate, void *platform)IJS_Runtimestatic
InitializeEngine()CFXJS_Engine
IsBlocking() constCJS_Runtimeinline
MaybeCoerceToNumber(v8::Local< v8::Value > value)CJS_Runtime
NewArray()CFX_V8
NewBoolean(bool b)CFX_V8
NewDate(double d)CFX_V8
NewEventContext() overrideCJS_Runtimevirtual
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)=deletefxcrt::Observable
operator=(const Observable &that)=deletefxcrt::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) overrideCJS_Runtimevirtual
RemoveEventFromSet(const FieldEvent &event)CJS_Runtime
RemoveObserver(ObserverIface *pObserver)fxcrt::Observable
SetConstArray(const WideString &name, v8::Local< v8::Array > array)CFXJS_Engine
SetIsolate(v8::Isolate *pIsolate)CFX_V8inlineprotected
SetObjectPrivate(v8::Local< v8::Object > pObj, std::unique_ptr< CJS_Object > p)CFXJS_Enginestatic
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_V8virtual
~CFXJS_Engine() overrideCFXJS_Engine
~CJS_Runtime() overrideCJS_Runtime
~IJS_Runtime()IJS_Runtimevirtual
~Observable()fxcrt::Observable