![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "xfa/fxfa/parser/xfa_basic_data.h"#include <iterator>#include <utility>#include "core/fxcrt/span.h"#include "fxjs/xfa/cjx_boolean.h"#include "fxjs/xfa/cjx_container.h"#include "fxjs/xfa/cjx_datawindow.h"#include "fxjs/xfa/cjx_delta.h"#include "fxjs/xfa/cjx_desc.h"#include "fxjs/xfa/cjx_draw.h"#include "fxjs/xfa/cjx_encrypt.h"#include "fxjs/xfa/cjx_eventpseudomodel.h"#include "fxjs/xfa/cjx_exclgroup.h"#include "fxjs/xfa/cjx_extras.h"#include "fxjs/xfa/cjx_field.h"#include "fxjs/xfa/cjx_form.h"#include "fxjs/xfa/cjx_handler.h"#include "fxjs/xfa/cjx_hostpseudomodel.h"#include "fxjs/xfa/cjx_instancemanager.h"#include "fxjs/xfa/cjx_layoutpseudomodel.h"#include "fxjs/xfa/cjx_logpseudomodel.h"#include "fxjs/xfa/cjx_manifest.h"#include "fxjs/xfa/cjx_model.h"#include "fxjs/xfa/cjx_node.h"#include "fxjs/xfa/cjx_occur.h"#include "fxjs/xfa/cjx_packet.h"#include "fxjs/xfa/cjx_script.h"#include "fxjs/xfa/cjx_signaturepseudomodel.h"#include "fxjs/xfa/cjx_source.h"#include "fxjs/xfa/cjx_subform.h"#include "fxjs/xfa/cjx_textnode.h"#include "fxjs/xfa/cjx_tree.h"#include "fxjs/xfa/cjx_treelist.h"#include "fxjs/xfa/cjx_wsdlconnection.h"#include "fxjs/xfa/cjx_xfa.h"#include "xfa/fxfa/fxfa_basic.h"#include "xfa/fxfa/parser/packets.inc"#include "xfa/fxfa/parser/elements.inc"#include "xfa/fxfa/parser/attributes.inc"#include "xfa/fxfa/parser/attribute_values.inc"#include "xfa/fxfa/parser/element_attributes.inc"Go to the source code of this file.
Macros | |
| #define | PCKT____(a, b, c, d, e, f) |
| #define | ELEM____(a, b, c, d) |
| #define | ELEM____(a, b, c, d) |
| #define | ATTR____(a, b, c, d) |
| #define | ATTR____(a, b, c, d) |
| #define | VALUE____(a, b, c) |
| #define | VALUE____(a, b, c) |
| #define | ELEM_ATTR____(a, b, c) |
| #define | ELEM_ATTR____(a, b, c) |
Functions | |
| XFA_PACKETINFO | XFA_GetPacketByIndex (XFA_PacketType ePacket) |
| std::optional< XFA_PACKETINFO > | XFA_GetPacketByName (WideStringView wsName) |
| ByteStringView | XFA_ElementToName (XFA_Element elem) |
| XFA_Element | XFA_GetElementByName (WideStringView name) |
| ByteStringView | XFA_AttributeToName (XFA_Attribute attr) |
| std::optional< XFA_ATTRIBUTEINFO > | XFA_GetAttributeByName (WideStringView name) |
| ByteStringView | XFA_AttributeValueToName (XFA_AttributeValue item) |
| std::optional< XFA_AttributeValue > | XFA_GetAttributeValueByName (WideStringView name) |
| std::optional< XFA_SCRIPTATTRIBUTEINFO > | XFA_GetScriptAttributeByName (XFA_Element element, WideStringView attribute_name) |
| ByteStringView XFA_AttributeToName | ( | XFA_Attribute | attr | ) |
Definition at line 212 of file xfa_basic_data.cpp.
| ByteStringView XFA_AttributeValueToName | ( | XFA_AttributeValue | item | ) |
Definition at line 234 of file xfa_basic_data.cpp.
| ByteStringView XFA_ElementToName | ( | XFA_Element | elem | ) |
Definition at line 195 of file xfa_basic_data.cpp.
| std::optional< XFA_ATTRIBUTEINFO > XFA_GetAttributeByName | ( | WideStringView | name | ) |
Definition at line 216 of file xfa_basic_data.cpp.
References XFA_ATTRIBUTEINFO::attribute, and XFA_ATTRIBUTEINFO::eValueType.
| std::optional< XFA_AttributeValue > XFA_GetAttributeValueByName | ( | WideStringView | name | ) |
Definition at line 238 of file xfa_basic_data.cpp.
| XFA_Element XFA_GetElementByName | ( | WideStringView | name | ) |
Definition at line 199 of file xfa_basic_data.cpp.
References Unknown.
| XFA_PACKETINFO XFA_GetPacketByIndex | ( | XFA_PacketType | ePacket | ) |
Definition at line 181 of file xfa_basic_data.cpp.
Referenced by TEST().
| std::optional< XFA_PACKETINFO > XFA_GetPacketByName | ( | WideStringView | wsName | ) |
Definition at line 185 of file xfa_basic_data.cpp.
| std::optional< XFA_SCRIPTATTRIBUTEINFO > XFA_GetScriptAttributeByName | ( | XFA_Element | element, |
| WideStringView | attribute_name ) |
Definition at line 257 of file xfa_basic_data.cpp.
References XFA_SCRIPTATTRIBUTEINFO::attribute, XFA_SCRIPTATTRIBUTEINFO::callback, XFA_SCRIPTATTRIBUTEINFO::eValueType, and Unknown.