52 #ifndef QURILOADER_P_H 53 #define QURILOADER_P_H 55 #include <QtNetwork/QNetworkAccessManager> 56 #include <QtXmlPatterns/QXmlName> const NamePool::Ptr m_namePool
#define QT_END_NAMESPACE
This macro expands to.
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
const QString m_variableNS
Operation
Indicates the operation this reply is processing.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
const VariableLoader::Ptr m_variableLoader
The namespace for the internal API of QtXmlPatterns.
The QNetworkAccessManager class allows the application to send network requests and receive replies...
QObject * parent() const
Returns a pointer to the parent object.
virtual QNetworkReply * createRequest(Operation op, const QNetworkRequest &req, QIODevice *outgoingData=0)
Returns a new QNetworkReply object to handle the operation op and request req.
The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.
URILoader(QObject *const parent, const NamePool::Ptr &np, const VariableLoader::Ptr &variableLoader)
The QIODevice class is the base interface class of all I/O devices in Qt.