Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlXMLHttpRequestData Struct Reference
+ Collaboration diagram for QQmlXMLHttpRequestData:

Public Member Functions

 QQmlXMLHttpRequestData ()
 
 ~QQmlXMLHttpRequestData ()
 

Public Attributes

PersistentValue nodeFunction
 
PersistentValue nodePrototype
 
PersistentValue elementPrototype
 
PersistentValue attrPrototype
 
PersistentValue characterDataPrototype
 
PersistentValue textPrototype
 
PersistentValue cdataPrototype
 
PersistentValue documentPrototype
 

Detailed Description

Definition at line 49 of file qqmlxmlhttprequest.cpp.

Constructor & Destructor Documentation

◆ QQmlXMLHttpRequestData()

QQmlXMLHttpRequestData::QQmlXMLHttpRequestData ( )

Definition at line 69 of file qqmlxmlhttprequest.cpp.

◆ ~QQmlXMLHttpRequestData()

QQmlXMLHttpRequestData::~QQmlXMLHttpRequestData ( )

Definition at line 73 of file qqmlxmlhttprequest.cpp.

Member Data Documentation

◆ attrPrototype

PersistentValue QQmlXMLHttpRequestData::attrPrototype

Definition at line 57 of file qqmlxmlhttprequest.cpp.

◆ cdataPrototype

PersistentValue QQmlXMLHttpRequestData::cdataPrototype

Definition at line 60 of file qqmlxmlhttprequest.cpp.

◆ characterDataPrototype

PersistentValue QQmlXMLHttpRequestData::characterDataPrototype

Definition at line 58 of file qqmlxmlhttprequest.cpp.

◆ documentPrototype

PersistentValue QQmlXMLHttpRequestData::documentPrototype

Definition at line 61 of file qqmlxmlhttprequest.cpp.

◆ elementPrototype

PersistentValue QQmlXMLHttpRequestData::elementPrototype

Definition at line 56 of file qqmlxmlhttprequest.cpp.

◆ nodeFunction

PersistentValue QQmlXMLHttpRequestData::nodeFunction

Definition at line 53 of file qqmlxmlhttprequest.cpp.

◆ nodePrototype

PersistentValue QQmlXMLHttpRequestData::nodePrototype

Definition at line 55 of file qqmlxmlhttprequest.cpp.

◆ textPrototype

PersistentValue QQmlXMLHttpRequestData::textPrototype

Definition at line 59 of file qqmlxmlhttprequest.cpp.


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