KIO
Go to the documentation of this file. 24 #ifndef KIO_ACCESSMANAGERREPLY_P_H 25 #define KIO_ACCESSMANAGERREPLY_P_H 27 #include <QtCore/QWeakPointer> 28 #include <QtNetwork/QNetworkReply> 53 const QNetworkRequest &request,
55 bool emitReadyReadOnMetaDataChange =
false,
59 const QNetworkRequest &request,
60 const QByteArray& data,
66 const QNetworkRequest &request,
67 QNetworkReply::NetworkError errorCode,
68 const QString& errorMessage,
72 virtual qint64 bytesAvailable()
const;
75 void setIgnoreContentDisposition(
bool on);
78 static bool isLocalRequest(
const KUrl& url);
81 virtual qint64 readData(
char *data, qint64 maxSize);
84 void readHttpResponseHeaders(
KIO::Job *);
85 int jobError(
KJob *kJob);
86 void emitFinished(
bool state, Qt::ConnectionType type = Qt::AutoConnection);
89 void slotData(
KIO::Job *kioJob,
const QByteArray &data);
90 void slotMimeType(
KIO::Job *kioJob,
const QString &mimeType);
91 void slotResult(
KJob *kJob);
92 void slotStatResult(
KJob *kJob);
94 void slotPercent(
KJob *job,
unsigned long percent);
99 bool m_ignoreContentDisposition;
100 bool m_emitReadyReadOnMetaDataChange;
101 QWeakPointer<KIO::SimpleJob> m_kioJob;
106 #endif // KIO_ACCESSMANAGERREPLY_P_H A namespace for KIO globals.
Used for KIO::AccessManager; KDE implementation of QNetworkReply.
The base class for all jobs.
A simple job (one url and one command).
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:21:05 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.