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>
39 namespace KDEPrivate {
53 const QNetworkRequest &request,
55 bool emitReadyReadOnMetaDataChange =
false,
59 const QNetworkRequest &request,
60 const QByteArray& data,
66 const QNetworkRequest &request,
67 QNetworkReply::NetworkError errorCode,
86 void emitFinished(
bool state, Qt::ConnectionType type = Qt::AutoConnection);
89 void slotData(
KIO::Job *kioJob,
const QByteArray &data);
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:20:46 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.