Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cxfa_node.h>
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_PropertyFlag > | flags |
Definition at line 95 of file cxfa_node.h.
|
delete |
|
inlineconstexpr |
Definition at line 97 of file cxfa_node.h.
References PropertyData(), occurrence_count, and property.
Referenced by PropertyData().
Mask<XFA_PropertyFlag> CXFA_Node::PropertyData::flags |
Definition at line 106 of file cxfa_node.h.
uint8_t CXFA_Node::PropertyData::occurrence_count |
Definition at line 105 of file cxfa_node.h.
Referenced by PropertyData(), and CXFA_Node::PropertyOccurrenceCount().
XFA_Element CXFA_Node::PropertyData::property |
Definition at line 104 of file cxfa_node.h.
Referenced by PropertyData().