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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include <stddef.h>
#include <stdint.h>
#include <utility>
#include <vector>
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/mask.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/unowned_ptr.h"
#include "core/fxcrt/unowned_ptr_exclusion.h"
#include "core/fxcrt/widestring.h"
#include "core/fxge/dib/fx_dib.h"
#include "fxjs/gc/gced_tree_node_mixin.h"
#include "third_party/abseil-cpp/absl/types/optional.h"
#include "third_party/base/containers/span.h"
#include "v8/include/cppgc/member.h"
#include "v8/include/cppgc/visitor.h"
#include "xfa/fxfa/cxfa_ffwidget_type.h"
#include "xfa/fxfa/fxfa.h"
#include "xfa/fxfa/parser/cxfa_object.h"
+ Include dependency graph for cxfa_node.h:

Go to the source code of this file.

Classes

class  CXFA_Node
 
struct  CXFA_Node::PropertyData
 
struct  CXFA_Node::AttributeData
 
struct  CXFA_Node::BoolScriptResult
 

Enumerations

enum class  XFA_NodeFilter : uint8_t { kChildren = 1 << 0 , kProperties = 1 << 1 , kOneOfProperty = 1 << 2 }
 
enum class  XFA_CheckState : uint8_t { kOn = 0 , kOff = 1 , kNeutral = 2 }
 
enum class  XFA_ValuePicture : uint8_t { kRaw = 0 , kDisplay , kEdit , kDataBind }
 
enum class  XFA_NodeFlag : uint8_t {
  kNone = 0 , kInitialized = 1 << 0 , kHasRemovedChildren = 1 << 1 , kNeedsInitApp = 1 << 2 ,
  kBindFormItems = 1 << 3 , kUserInteractive = 1 << 4 , kUnusedNode = 1 << 5 , kLayoutGeneratedNode = 1 << 6
}
 
enum class  XFA_PropertyFlag : uint8_t { kOneOf = 1 << 0 , kDefaultOneOf = 1 << 1 }
 

Enumeration Type Documentation

◆ XFA_CheckState

enum class XFA_CheckState : uint8_t
strong
Enumerator
kOn 
kOff 
kNeutral 

Definition at line 64 of file cxfa_node.h.

◆ XFA_NodeFilter

enum class XFA_NodeFilter : uint8_t
strong
Enumerator
kChildren 
kProperties 
kOneOfProperty 

Definition at line 58 of file cxfa_node.h.

◆ XFA_NodeFlag

enum class XFA_NodeFlag : uint8_t
strong
Enumerator
kNone 
kInitialized 
kHasRemovedChildren 
kNeedsInitApp 
kBindFormItems 
kUserInteractive 
kUnusedNode 
kLayoutGeneratedNode 

Definition at line 77 of file cxfa_node.h.

◆ XFA_PropertyFlag

enum class XFA_PropertyFlag : uint8_t
strong
Enumerator
kOneOf 
kDefaultOneOf 

Definition at line 88 of file cxfa_node.h.

◆ XFA_ValuePicture

enum class XFA_ValuePicture : uint8_t
strong
Enumerator
kRaw 
kDisplay 
kEdit 
kDataBind 

Definition at line 70 of file cxfa_node.h.