KIO
Go to the documentation of this file.
20 #ifndef __kio_slaveinterface_h
21 #define __kio_slaveinterface_h
24 #include <sys/types.h>
26 #include <QtCore/QObject>
27 #include <QtNetwork/QHostInfo>
39 class SlaveInterfacePrivate;
107 void setConnection( Connection* connection );
108 Connection *connection()
const;
112 void sendResumeAnswer(
bool resume );
132 void setWindow(
QWidget* window);
139 void data(
const QByteArray & );
141 void error(
int ,
const QString & );
144 void slaveStatus(pid_t,
const QByteArray&,
const QString &,
bool);
147 void needSubUrlData();
160 void redirection(
const KUrl& );
163 void speed(
unsigned long );
165 void mimeType(
const QString & );
166 void warning(
const QString & );
167 void infoMessage(
const QString & );
175 virtual bool dispatch();
176 virtual bool dispatch(
int _cmd,
const QByteArray &data );
181 void messageBox(
int type,
const QString &text,
const QString &caption,
183 const QString &dontAskAgainName );
195 Q_PRIVATE_SLOT(d_func(),
void slotHostInfo(QHostInfo))
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 20:37:39 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.