KIO
Go to the documentation of this file.
21 #ifndef KPAC_PROXYSCOUT_H
22 #define KPAC_PROXYSCOUT_H
28 #include <QtCore/QMap>
29 #include <QtDBus/QtDBus>
31 class QFileSystemWatcher;
41 Q_CLASSINFO(
"D-Bus Interface",
"org.kde.KPAC.ProxyScout")
50 Q_SCRIPTABLE Q_NOREPLY
void reset();
53 void disconnectNetwork();
54 void downloadResult(
bool );
55 void proxyScriptFileChanged(
const QString&);
68 QueuedRequest(
const QDBusMessage&,
const KUrl&,
bool sendall =
false);
70 QDBusMessage transaction;
74 typedef QList< QueuedRequest > RequestQueue;
75 RequestQueue m_requestQueue;
81 QFileSystemWatcher* m_watcher;
85 #endif // KPAC_PROXYSCOUT_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 22:00:58 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.