Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cxfa_thisproxy.h>
Public Member Functions | |
~CXFA_ThisProxy () override | |
void | Trace (cppgc::Visitor *visitor) const override |
CXFA_Node * | GetThisNode () const |
CXFA_Script * | GetScriptNode () const |
Public Member Functions inherited from CXFA_Object | |
virtual | ~CXFA_Object () |
CXFA_Document * | GetDocument () const |
XFA_ObjectType | GetObjectType () const |
bool | IsList () const |
bool | IsNode () const |
bool | IsTreeList () const |
bool | IsContentNode () const |
bool | IsContainerNode () const |
bool | IsModelNode () const |
bool | IsNodeV () const |
bool | IsThisProxy () const |
CXFA_List * | AsList () |
CXFA_Node * | AsNode () |
CXFA_TreeList * | AsTreeList () |
CXFA_ThisProxy * | AsThisProxy () |
CJX_Object * | JSObject () |
const CJX_Object * | JSObject () const |
bool | HasCreatedUIWidget () const |
XFA_Element | GetElementType () const |
ByteStringView | GetClassName () const |
uint32_t | GetClassHashCode () const |
WideString | GetSOMExpression () |
Public Attributes | |
CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
Additional Inherited Members | |
Protected Member Functions inherited from CXFA_Object | |
CXFA_Object (CXFA_Document *pDocument, XFA_ObjectType objectType, XFA_Element eType, CJX_Object *jsObject) | |
Protected Attributes inherited from CXFA_Object | |
const XFA_ObjectType | m_objectType |
const XFA_Element | m_elementType |
const ByteStringView | m_elementName |
const uint32_t | m_elementNameHash |
cppgc::WeakMember< CXFA_Document > | m_pDocument |
cppgc::Member< CJX_Object > | m_pJSObject |
Definition at line 17 of file cxfa_thisproxy.h.
|
overridedefault |
|
inline |
Definition at line 25 of file cxfa_thisproxy.h.
|
inline |
Definition at line 24 of file cxfa_thisproxy.h.
|
overridevirtual |
Reimplemented from CXFA_Object.
Definition at line 27 of file cxfa_thisproxy.cpp.
References CXFA_Object::Trace().
CXFA_ThisProxy::CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
Definition at line 19 of file cxfa_thisproxy.h.