![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/fx_string.h"#include "fxjs/gc/heap.h"#include "fxjs/xfa/fxjse.h"#include "v8/include/cppgc/garbage-collected.h"#include "v8/include/cppgc/member.h"#include "xfa/fxfa/fxfa_basic.h"Go to the source code of this file.
Classes | |
| class | CXFA_Object |
Namespaces | |
| namespace | cppgc |
Enumerations | |
| enum class | XFA_ObjectType { Object , List , Node , NodeC , NodeV , ModelNode , TextNode , TreeList , ContainerNode , ContentNode , ThisProxy } |
Functions | |
| CXFA_List * | ToList (CXFA_Object *pObj) |
| CXFA_Node * | ToNode (CXFA_Object *pObj) |
| CXFA_TreeList * | ToTreeList (CXFA_Object *pObj) |
| CXFA_ThisProxy * | ToThisProxy (CXFA_Object *pObj) |
|
strong |
| Enumerator | |
|---|---|
| Object | |
| List | |
| Node | |
| NodeC | |
| NodeV | |
| ModelNode | |
| TextNode | |
| TreeList | |
| ContainerNode | |
| ContentNode | |
| ThisProxy | |
Definition at line 21 of file cxfa_object.h.
| CXFA_List * ToList | ( | CXFA_Object * | pObj | ) |
Definition at line 59 of file cxfa_object.cpp.
References CXFA_Object::AsList().
| CXFA_Node * ToNode | ( | CXFA_Object * | pObj | ) |
Definition at line 63 of file cxfa_object.cpp.
References CXFA_Object::AsNode().
Referenced by CXFA_Node::CreateInstanceIfPossible(), CXFA_Document::DoDataMerge(), CXFA_Document::DoDataRemerge(), CXFA_Document::DoProtoMerge(), CPDFXFA_DocEnvironment::ExportData(), CFXJSE_FormCalcContext::Format(), CXFA_TextProvider::GetEmbeddedObj(), CJX_Object::GetXFANode(), CXFA_Document::GetXFAObject(), CFXJSE_Engine::GlobalPropertyGetter(), CFXJSE_Engine::GlobalPropertySetter(), CXFA_Document::IsInteractive(), CJX_Object::MergeAllData(), CJX_Object::MoveBufferMapData(), CFXJSE_Engine::NormalPropertyGetter(), CFXJSE_Engine::NormalPropertySetter(), CFXJSE_FormCalcContext::Parse(), and CFXJSE_FormCalcContext::Time2Num().
| CXFA_ThisProxy * ToThisProxy | ( | CXFA_Object * | pObj | ) |
Definition at line 71 of file cxfa_object.cpp.
References CXFA_Object::AsThisProxy().
| CXFA_TreeList * ToTreeList | ( | CXFA_Object * | pObj | ) |
Definition at line 67 of file cxfa_object.cpp.
References CXFA_Object::AsTreeList().