Qt 4.8
|
#include "private/qdeclarativexmlhttprequest_p.h"
#include "qdeclarativeengine.h"
#include "private/qdeclarativeengine_p.h"
#include "private/qdeclarativerefcount_p.h"
#include "private/qdeclarativeexpression_p.h"
#include "qdeclarativeglobal_p.h"
#include <QtCore/qobject.h>
#include <QtScript/qscriptvalue.h>
#include <QtScript/qscriptcontext.h>
#include <QtScript/qscriptengine.h>
#include <QtNetwork/qnetworkreply.h>
#include <QtCore/qtextcodec.h>
#include <QtCore/qxmlstream.h>
#include <QtCore/qstack.h>
#include <QtCore/qdebug.h>
#include <QtCore/QStringBuilder>
#include <qdeclarativexmlhttprequest.moc>
Go to the source code of this file.
Classes | |
class | Attr |
class | CDATA |
class | CharacterData |
class | Document |
class | DocumentImpl |
class | Element |
class | NamedNodeMap |
class | NamedNodeMapClass |
class | Node |
class | NodeImpl |
class | NodeList |
class | NodeListClass |
class | QDeclarativeXMLHttpRequest |
class | Text |
The Text item allows you to add formatted text to a scene. More... | |
Macros | |
#define | A(arg) (arg)->addref() |
#define | D(arg) (arg)->release() |
#define | DOMSTRING_SIZE_ERR 2 |
#define | HIERARCHY_REQUEST_ERR 3 |
#define | INDEX_SIZE_ERR 1 |
#define | INUSE_ATTRIBUTE_ERR 10 |
#define | INVALID_ACCESS_ERR 15 |
#define | INVALID_CHARACTER_ERR 5 |
#define | INVALID_MODIFICATION_ERR 13 |
#define | INVALID_STATE_ERR 11 |
#define | NAMESPACE_ERR 14 |
#define | NO_DATA_ALLOWED_ERR 6 |
#define | NO_MODIFICATION_ALLOWED_ERR 7 |
#define | NOT_FOUND_ERR 8 |
#define | NOT_SUPPORTED_ERR 9 |
#define | SYNTAX_ERR 12 |
#define | THROW_DOM(error, desc) |
#define | THROW_REFERENCE(desc) return context->throwError(QScriptContext::ReferenceError, QLatin1String(desc)); |
#define | THROW_SYNTAX(desc) return context->throwError(QScriptContext::SyntaxError, QLatin1String(desc)); |
#define | TYPE_MISMATCH_ERR 17 |
#define | VALIDATION_ERR 16 |
#define | WRONG_DOCUMENT_ERR 4 |
#define | XMLHTTPREQUEST_MAXIMUM_REDIRECT_RECURSION 15 |
#define A | ( | arg | ) | (arg)->addref() |
Definition at line 98 of file qdeclarativexmlhttprequest.cpp.
Referenced by NodeImpl::addref(), NamedNodeMap::create(), NodeList::create(), Node::create(), NamedNodeMap::NamedNodeMap(), Node::Node(), NodeList::NodeList(), operator%(), and QX11Data::preMultiply().
#define D | ( | arg | ) | (arg)->release() |
Definition at line 97 of file qdeclarativexmlhttprequest.cpp.
Referenced by QX11PixmapData::fromImage(), Document::load(), NodeImpl::release(), NamedNodeMap::~NamedNodeMap(), Node::~Node(), and NodeList::~NodeList().
#define DOMSTRING_SIZE_ERR 2 |
Definition at line 68 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define HIERARCHY_REQUEST_ERR 3 |
Definition at line 69 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define INDEX_SIZE_ERR 1 |
Definition at line 67 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define INUSE_ATTRIBUTE_ERR 10 |
Definition at line 76 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define INVALID_ACCESS_ERR 15 |
Definition at line 81 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define INVALID_CHARACTER_ERR 5 |
Definition at line 71 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define INVALID_MODIFICATION_ERR 13 |
Definition at line 79 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define INVALID_STATE_ERR 11 |
Definition at line 77 of file qdeclarativexmlhttprequest.cpp.
Referenced by qmlxmlhttprequest_getAllResponseHeaders(), qmlxmlhttprequest_getResponseHeader(), qmlxmlhttprequest_send(), qmlxmlhttprequest_setRequestHeader(), qmlxmlhttprequest_status(), qmlxmlhttprequest_statusText(), and qt_add_qmlxmlhttprequest().
#define NAMESPACE_ERR 14 |
Definition at line 80 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define NO_DATA_ALLOWED_ERR 6 |
Definition at line 72 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define NO_MODIFICATION_ALLOWED_ERR 7 |
Definition at line 73 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define NOT_FOUND_ERR 8 |
Definition at line 74 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define NOT_SUPPORTED_ERR 9 |
Definition at line 75 of file qdeclarativexmlhttprequest.cpp.
Referenced by qmlxmlhttprequest_open(), and qt_add_qmlxmlhttprequest().
#define SYNTAX_ERR 12 |
Definition at line 78 of file qdeclarativexmlhttprequest.cpp.
Referenced by qmlxmlhttprequest_getAllResponseHeaders(), qmlxmlhttprequest_getResponseHeader(), qmlxmlhttprequest_open(), qmlxmlhttprequest_setRequestHeader(), and qt_add_qmlxmlhttprequest().
#define THROW_DOM | ( | error, | |
desc | |||
) |
Definition at line 85 of file qdeclarativexmlhttprequest.cpp.
Referenced by qmlxmlhttprequest_getAllResponseHeaders(), qmlxmlhttprequest_getResponseHeader(), qmlxmlhttprequest_open(), qmlxmlhttprequest_send(), qmlxmlhttprequest_setRequestHeader(), qmlxmlhttprequest_status(), and qmlxmlhttprequest_statusText().
#define THROW_REFERENCE | ( | desc | ) | return context->throwError(QScriptContext::ReferenceError, QLatin1String(desc)); |
Definition at line 94 of file qdeclarativexmlhttprequest.cpp.
Referenced by qmlxmlhttprequest_abort(), qmlxmlhttprequest_getAllResponseHeaders(), qmlxmlhttprequest_getResponseHeader(), qmlxmlhttprequest_onreadystatechange(), qmlxmlhttprequest_open(), qmlxmlhttprequest_readyState(), qmlxmlhttprequest_responseText(), qmlxmlhttprequest_responseXML(), qmlxmlhttprequest_send(), qmlxmlhttprequest_setRequestHeader(), qmlxmlhttprequest_status(), and qmlxmlhttprequest_statusText().
#define THROW_SYNTAX | ( | desc | ) | return context->throwError(QScriptContext::SyntaxError, QLatin1String(desc)); |
Definition at line 92 of file qdeclarativexmlhttprequest.cpp.
#define TYPE_MISMATCH_ERR 17 |
Definition at line 83 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define VALIDATION_ERR 16 |
Definition at line 82 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define WRONG_DOCUMENT_ERR 4 |
Definition at line 70 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
#define XMLHTTPREQUEST_MAXIMUM_REDIRECT_RECURSION 15 |
Definition at line 1267 of file qdeclarativexmlhttprequest.cpp.
Referenced by QDeclarativeXMLHttpRequest::finished().
DEFINE_BOOL_CONFIG_OPTION | ( | xhrDump | , |
QML_XHR_DUMP | |||
) |
|
static |
Definition at line 1540 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1570 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1550 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1679 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1661 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1423 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1589 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1633 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1647 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1520 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1472 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1599 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
|
static |
Definition at line 1616 of file qdeclarativexmlhttprequest.cpp.
Referenced by qt_add_qmlxmlhttprequest().
void qt_add_qmlxmlhttprequest | ( | QScriptEngine * | engine | ) |
Definition at line 1687 of file qdeclarativexmlhttprequest.cpp.
Referenced by QDeclarativeScriptEngine::QDeclarativeScriptEngine().