![]() |
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 CJX_Object, including all inherited members.
| AsCJXObject() override | CJX_Object | virtual |
| AsFormCalcContext() | CFXJSE_HostObject | virtual |
| CFXJSE_HostObject() | CFXJSE_HostObject | protected |
| CJX_Object(CXFA_Object *obj) | CJX_Object | explicitprotected |
| CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | CJX_Object | |
| DefineMethods(pdfium::span< const CJX_MethodSpec > methods) | CJX_Object | protected |
| DynamicTypeIs(TypeTag eType) const | CJX_Object | virtual |
| FromV8(v8::Local< v8::Value > arg) | CFXJSE_HostObject | static |
| GetAttributeByEnum(XFA_Attribute attr) const | CJX_Object | |
| GetAttributeByString(WideStringView attr) const | CJX_Object | |
| GetBoolean(XFA_Attribute eAttr) const | CJX_Object | |
| GetCalcData() const | CJX_Object | inline |
| GetCalcRecursionCount() const | CJX_Object | inline |
| GetCData(XFA_Attribute eAttr) const | CJX_Object | |
| GetContent(bool bScriptModify) const | CJX_Object | |
| GetDocument() const | CJX_Object | |
| GetEnum(XFA_Attribute eAttr) const | CJX_Object | |
| GetInteger(XFA_Attribute eAttr) const | CJX_Object | |
| GetLayoutItem() const | CJX_Object | inline |
| GetMeasure(XFA_Attribute eAttr) const | CJX_Object | |
| GetMeasureInUnit(XFA_Attribute eAttr, XFA_Unit unit) const | CJX_Object | |
| GetOrCreateCalcData(cppgc::Heap *heap) | CJX_Object | |
| GetOrCreateProperty(int32_t index, XFA_Element eType) | CJX_Object | inline |
| GetProperty(int32_t index, XFA_Element eType) const | CJX_Object | inline |
| GetXFANode() const | CJX_Object | |
| GetXFAObject() const | CJX_Object | inline |
| HasAttribute(XFA_Attribute eAttr) const | CJX_Object | |
| HasMethod(const WideString &func) const | CJX_Object | |
| JSE_PROP(className) | CJX_Object | |
| JSE_PROP(ScriptAttributeString) | CJX_Object | |
| JSE_PROP(ScriptAttributeBool) | CJX_Object | |
| JSE_PROP(ScriptAttributeInteger) | CJX_Object | |
| JSE_PROP(ScriptSomFontColor) | CJX_Object | |
| JSE_PROP(ScriptSomFillColor) | CJX_Object | |
| JSE_PROP(ScriptSomBorderColor) | CJX_Object | |
| JSE_PROP(ScriptSomBorderWidth) | CJX_Object | |
| JSE_PROP(ScriptSomValidationMessage) | CJX_Object | |
| JSE_PROP(ScriptSomMandatoryMessage) | CJX_Object | |
| JSE_PROP(ScriptSomDefaultValue) | CJX_Object | |
| JSE_PROP(ScriptSomDefaultValue_Read) | CJX_Object | |
| JSE_PROP(ScriptSomDataNode) | CJX_Object | |
| JSE_PROP(ScriptSomMandatory) | CJX_Object | |
| JSE_PROP(ScriptSomInstanceIndex) | CJX_Object | |
| JSE_PROP(ScriptSubmitFormatMode) | CJX_Object | |
| MergeAllData(CXFA_Object *pDstObj) | CJX_Object | |
| MoveBufferMapData(CXFA_Object *pSrcObj, CXFA_Object *pDstObj) | CJX_Object | protected |
| NewBoundV8Object(v8::Isolate *pIsolate, v8::Local< v8::FunctionTemplate > tmpl) | CFXJSE_HostObject | |
| RemoveAttribute(WideStringView wsAttr) | CJX_Object | |
| RunMethod(CFXJSE_Engine *pScriptContext, const WideString &func, pdfium::span< v8::Local< v8::Value > > params) | CJX_Object | |
| ScriptSomMessage(v8::Isolate *pIsolate, v8::Local< v8::Value > *pValue, bool bSetting, SOMMessageType iMessageType) | CJX_Object | protected |
| SetAttributeByEnum(XFA_Attribute eAttr, const WideString &wsValue, bool bNotify) | CJX_Object | |
| SetAttributeByString(WideStringView wsAttr, const WideString &wsValue) | CJX_Object | |
| SetAttributeValue(const WideString &wsValue, const WideString &wsXMLValue) | CJX_Object | |
| SetAttributeValueImpl(const WideString &wsValue, const WideString &wsXMLValue, bool bNotify, bool bScriptModify) | CJX_Object | protected |
| SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) | CJX_Object | |
| SetCalcRecursionCount(size_t count) | CJX_Object | inline |
| SetCData(XFA_Attribute eAttr, const WideString &wsValue) | CJX_Object | |
| SetCDataImpl(XFA_Attribute eAttr, const WideString &wsValue, bool bNotify, bool bScriptModify) | CJX_Object | protected |
| SetContent(const WideString &wsContent, const WideString &wsXMLValue, bool bNotify, bool bScriptModify, bool bSyncData) | CJX_Object | |
| SetEnum(XFA_Attribute eAttr, XFA_AttributeValue eValue, bool bNotify) | CJX_Object | |
| SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) | CJX_Object | |
| SetLayoutItem(CXFA_LayoutItem *item) | CJX_Object | inline |
| SetMeasure(XFA_Attribute eAttr, const CXFA_Measurement &mValue, bool bNotify) | CJX_Object | |
| SOMMessageType enum name | CJX_Object | protected |
| TakeCalcDataFrom(CJX_Object *that) | CJX_Object | |
| ThrowArgumentMismatchException(v8::Isolate *pIsolate) const | CJX_Object | |
| ThrowException(v8::Isolate *pIsolate, const WideString &str) const | CJX_Object | protected |
| ThrowIndexOutOfBoundsException(v8::Isolate *pIsolate) const | CJX_Object | |
| ThrowInvalidPropertyException(v8::Isolate *pIsolate) const | CJX_Object | |
| ThrowParamCountMismatchException(v8::Isolate *pIsolate, const WideString &method) const | CJX_Object | |
| ThrowTooManyOccurrencesException(v8::Isolate *pIsolate, const WideString &obj) const | CJX_Object | |
| Trace(cppgc::Visitor *visitor) const | CJX_Object | virtual |
| TryAttribute(XFA_Attribute eAttr, bool bUseDefault) const | CJX_Object | |
| TryBoolean(XFA_Attribute eAttr, bool bUseDefault) const | CJX_Object | |
| TryCData(XFA_Attribute eAttr, bool bUseDefault) const | CJX_Object | |
| TryContent(bool bScriptModify, bool bProto) const | CJX_Object | |
| TryEnum(XFA_Attribute eAttr, bool bUseDefault) const | CJX_Object | |
| TryInteger(XFA_Attribute eAttr, bool bUseDefault) const | CJX_Object | |
| TryMeasure(XFA_Attribute eAttr, bool bUseDefault) const | CJX_Object | |
| TryMeasureAsFloat(XFA_Attribute attr) const | CJX_Object | |
| TryNamespace() const | CJX_Object | |
| TypeTag enum name | CJX_Object | |
| ~CFXJSE_HostObject() | CFXJSE_HostObject | virtual |
| ~CJX_Object() override | CJX_Object |