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
cxfa_object.h File Reference

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#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"
+ Include dependency graph for cxfa_object.h:
+ This graph shows which files directly or indirectly include this file:

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_ListToList (CXFA_Object *pObj)
 
CXFA_NodeToNode (CXFA_Object *pObj)
 
CXFA_TreeListToTreeList (CXFA_Object *pObj)
 
CXFA_ThisProxyToThisProxy (CXFA_Object *pObj)
 

Enumeration Type Documentation

◆ XFA_ObjectType

enum class XFA_ObjectType
strong
Enumerator
Object 
List 
Node 
NodeC 
NodeV 
ModelNode 
TextNode 
TreeList 
ContainerNode 
ContentNode 
ThisProxy 

Definition at line 21 of file cxfa_object.h.

Function Documentation

◆ ToList()

CXFA_List * ToList ( CXFA_Object * pObj)

Definition at line 59 of file cxfa_object.cpp.

References CXFA_Object::AsList().

+ Here is the call graph for this function:

◆ ToNode()

◆ ToThisProxy()

CXFA_ThisProxy * ToThisProxy ( CXFA_Object * pObj)

Definition at line 71 of file cxfa_object.cpp.

References CXFA_Object::AsThisProxy().

+ Here is the call graph for this function:

◆ ToTreeList()

CXFA_TreeList * ToTreeList ( CXFA_Object * pObj)

Definition at line 67 of file cxfa_object.cpp.

References CXFA_Object::AsTreeList().

+ Here is the call graph for this function: