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::PropertyData Struct Reference

#include <cxfa_node.h>

Collaboration diagram for CXFA_Node::PropertyData:

Public Member Functions

 PropertyData ()=delete
constexpr PropertyData (XFA_Element property, uint8_t occurrence_count, Mask< XFA_PropertyFlag > flags)

Public Attributes

XFA_Element property
uint8_t occurrence_count
Mask< XFA_PropertyFlagflags

Detailed Description

Definition at line 96 of file cxfa_node.h.

Constructor & Destructor Documentation

◆ PropertyData() [1/2]

CXFA_Node::PropertyData::PropertyData ( )
delete

◆ PropertyData() [2/2]

CXFA_Node::PropertyData::PropertyData ( XFA_Element property,
uint8_t occurrence_count,
Mask< XFA_PropertyFlag > flags )
inlineconstexpr

Definition at line 98 of file cxfa_node.h.

References PropertyData(), occurrence_count, and property.

Referenced by PropertyData().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ flags

Mask<XFA_PropertyFlag> CXFA_Node::PropertyData::flags

Definition at line 107 of file cxfa_node.h.

◆ occurrence_count

uint8_t CXFA_Node::PropertyData::occurrence_count

Definition at line 106 of file cxfa_node.h.

Referenced by PropertyData(), and CXFA_Node::PropertyOccurrenceCount().

◆ property

XFA_Element CXFA_Node::PropertyData::property

Definition at line 105 of file cxfa_node.h.

Referenced by PropertyData().


The documentation for this struct was generated from the following file: