(08e24b2ba6847221abd35e9b994206b764d6b322)
#include <stddef.h>
#include <stdint.h>
#include <optional>
#include <utility>
#include <vector>
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/mask.h"
#include "core/fxcrt/raw_span.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/span.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 "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"
Go to the source code of this file.
|
| 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
} |
◆ XFA_CheckState
| Enumerator |
|---|
| kOn | |
| kOff | |
| kNeutral | |
Definition at line 65 of file cxfa_node.h.
◆ XFA_NodeFilter
| Enumerator |
|---|
| kChildren | |
| kProperties | |
| kOneOfProperty | |
Definition at line 59 of file cxfa_node.h.
◆ XFA_NodeFlag
| Enumerator |
|---|
| kNone | |
| kInitialized | |
| kHasRemovedChildren | |
| kNeedsInitApp | |
| kBindFormItems | |
| kUserInteractive | |
| kUnusedNode | |
| kLayoutGeneratedNode | |
Definition at line 78 of file cxfa_node.h.
◆ XFA_PropertyFlag
| Enumerator |
|---|
| kOneOf | |
| kDefaultOneOf | |
Definition at line 89 of file cxfa_node.h.
◆ XFA_ValuePicture
| Enumerator |
|---|
| kRaw | |
| kDisplay | |
| kEdit | |
| kDataBind | |
Definition at line 71 of file cxfa_node.h.