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

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include <QtQml/qjsengine.h>
#include <QtCore/qglobal.h>
#include <private/qtqmlglobal_p.h>
+ Include dependency graph for qqmlxmlhttprequest_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 QT_REQUIRE_CONFIG (qml_xml_http_request)
 
QT_BEGIN_NAMESPACE voidqt_add_qmlxmlhttprequest (QV4::ExecutionEngine *engine)
 
void qt_rem_qmlxmlhttprequest (QV4::ExecutionEngine *engine, void *)
 

Function Documentation

◆ qt_add_qmlxmlhttprequest()

QT_BEGIN_NAMESPACE void * qt_add_qmlxmlhttprequest ( QV4::ExecutionEngine * engine)

Definition at line 2149 of file qqmlxmlhttprequest.cpp.

References QV4::MemoryManager::allocate(), QV4::Object::defineReadonlyProperty(), QV4::EngineBase::globalObject, QV4::EngineBase::memoryManager, QV4::ExecutionEngine::newString(), and QStringLiteral.

Referenced by QV4::ExecutionEngine::initializeGlobal().

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

◆ qt_rem_qmlxmlhttprequest()

void qt_rem_qmlxmlhttprequest ( QV4::ExecutionEngine * engine,
void * d )

Definition at line 2143 of file qqmlxmlhttprequest.cpp.

References d.

Referenced by QV4::ExecutionEngine::~ExecutionEngine().

+ Here is the caller graph for this function:

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( qml_xml_http_request )