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

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include <stddef.h>
#include <optional>
#include "core/fxcrt/widestring.h"
#include "fxjs/xfa/cjx_object.h"
#include "xfa/fxfa/fxfa_basic.h"
Include dependency graph for xfa_basic_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  XFA_PACKETINFO
struct  XFA_ATTRIBUTEINFO
struct  XFA_SCRIPTATTRIBUTEINFO

Typedefs

using XFA_ATTRIBUTE_CALLBACK

Enumerations

enum class  XFA_PacketMatch : uint8_t { kCompleteMatch = 1 , kPrefixMatch , kNoMatch }
enum class  XFA_PacketSupport : uint8_t { kSupportOne = 1 , kSupportMany }

Functions

XFA_PACKETINFO XFA_GetPacketByIndex (XFA_PacketType ePacket)
std::optional< XFA_PACKETINFOXFA_GetPacketByName (WideStringView wsName)
ByteStringView XFA_ElementToName (XFA_Element elem)
XFA_Element XFA_GetElementByName (WideStringView name)
ByteStringView XFA_AttributeToName (XFA_Attribute attr)
std::optional< XFA_ATTRIBUTEINFOXFA_GetAttributeByName (WideStringView name)
ByteStringView XFA_AttributeValueToName (XFA_AttributeValue item)
std::optional< XFA_AttributeValueXFA_GetAttributeValueByName (WideStringView name)
std::optional< XFA_SCRIPTATTRIBUTEINFOXFA_GetScriptAttributeByName (XFA_Element eElement, WideStringView wsAttributeName)

Typedef Documentation

◆ XFA_ATTRIBUTE_CALLBACK

Initial value:
void (*)(v8::Isolate* pIsolate,
CJX_Object* pNode,
v8::Local<v8::Value>* pValue,
bool bSetting,
XFA_Attribute eAttribute)
XFA_Attribute
Definition fxfa_basic.h:67
DBusConnection const char DBusError DBusBusType DBusError return DBusConnection DBusHandleMessageFunction void DBusFreeFunction return DBusConnection return DBusConnection return const char DBusError return DBusConnection DBusMessage dbus_uint32_t return DBusConnection dbus_bool_t DBusConnection DBusAddWatchFunction DBusRemoveWatchFunction DBusWatchToggledFunction void DBusFreeFunction return DBusConnection DBusDispatchStatusFunction void DBusFreeFunction DBusTimeout return DBusTimeout return DBusWatch return DBusWatch unsigned int return DBusError const DBusError return const DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessageIter int const void return DBusMessageIter DBusMessageIter return DBusMessageIter void DBusMessageIter void int return DBusMessage DBusMessageIter return DBusMessageIter return DBusMessageIter DBusMessageIter const char const char const char const char return DBusMessage return DBusMessage const char return DBusMessage dbus_bool_t return DBusMessage dbus_uint32_t return DBusMessage void

Definition at line 18 of file xfa_basic_data.h.

Enumeration Type Documentation

◆ XFA_PacketMatch

enum class XFA_PacketMatch : uint8_t
strong
Enumerator
kCompleteMatch 
kPrefixMatch 
kNoMatch 

Definition at line 24 of file xfa_basic_data.h.

◆ XFA_PacketSupport

enum class XFA_PacketSupport : uint8_t
strong
Enumerator
kSupportOne 
kSupportMany 

Definition at line 30 of file xfa_basic_data.h.

Function Documentation

◆ XFA_AttributeToName()

ByteStringView XFA_AttributeToName ( XFA_Attribute attr)

Definition at line 212 of file xfa_basic_data.cpp.

◆ XFA_AttributeValueToName()

ByteStringView XFA_AttributeValueToName ( XFA_AttributeValue item)

Definition at line 234 of file xfa_basic_data.cpp.

◆ XFA_ElementToName()

ByteStringView XFA_ElementToName ( XFA_Element elem)

Definition at line 195 of file xfa_basic_data.cpp.

◆ XFA_GetAttributeByName()

std::optional< XFA_ATTRIBUTEINFO > XFA_GetAttributeByName ( WideStringView name)

◆ XFA_GetAttributeValueByName()

std::optional< XFA_AttributeValue > XFA_GetAttributeValueByName ( WideStringView name)

Definition at line 238 of file xfa_basic_data.cpp.

◆ XFA_GetElementByName()

XFA_Element XFA_GetElementByName ( WideStringView name)

Definition at line 199 of file xfa_basic_data.cpp.

References Unknown.

◆ XFA_GetPacketByIndex()

XFA_PACKETINFO XFA_GetPacketByIndex ( XFA_PacketType ePacket)

Definition at line 181 of file xfa_basic_data.cpp.

Referenced by TEST().

Here is the caller graph for this function:

◆ XFA_GetPacketByName()

std::optional< XFA_PACKETINFO > XFA_GetPacketByName ( WideStringView wsName)

Definition at line 185 of file xfa_basic_data.cpp.

◆ XFA_GetScriptAttributeByName()

std::optional< XFA_SCRIPTATTRIBUTEINFO > XFA_GetScriptAttributeByName ( XFA_Element eElement,
WideStringView wsAttributeName )