KIO
kdirnotify.h
Go to the documentation of this file.
00001 /* 00002 * This file was generated by dbusxml2cpp version 0.6 00003 * Command line was: dbusxml2cpp -m -p kdirnotify -- org.kde.KDirNotify.xml 00004 * 00005 * dbusxml2cpp is Copyright (C) 2006 Trolltech AS. All rights reserved. 00006 * 00007 * This is an auto-generated file. 00008 * Do not edit! All changes made to it will be lost. 00009 */ 00010 00011 #ifndef KDIRNOTIFY_H_268161151672021 00012 #define KDIRNOTIFY_H_268161151672021 00013 00014 #include <QtCore/QObject> 00015 #include <QtCore/QByteArray> 00016 #include <QtCore/QList> 00017 #include <QtCore/QMap> 00018 #include <QtCore/QString> 00019 #include <QtCore/QStringList> 00020 #include <QtCore/QVariant> 00021 #include <QtDBus/QtDBus> 00022 #include <kio/kio_export.h> 00023 00047 class KIO_EXPORT OrgKdeKDirNotifyInterface: public QDBusAbstractInterface 00048 { 00049 Q_OBJECT 00050 public: 00051 static inline const char *staticInterfaceName() 00052 { return "org.kde.KDirNotify"; } 00053 00054 public: 00065 OrgKdeKDirNotifyInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0); 00066 00070 ~OrgKdeKDirNotifyInterface(); 00071 00072 public Q_SLOTS: // METHODS 00073 Q_SIGNALS: // SIGNALS 00074 void FileRenamed(const QString &src, const QString &dst); 00075 void FileMoved(const QString &src, const QString &dst); 00076 void FilesAdded(const QString &directory); 00077 void FilesChanged(const QStringList &fileList); 00078 void FilesRemoved(const QStringList &fileList); 00079 void enteredDirectory(const QString &url); 00080 void leftDirectory(const QString &url); 00081 00082 public: 00083 static void emitFileRenamed(const QString &src, const QString &dst); 00084 static void emitFileMoved(const QString &src, const QString &dst); 00085 static void emitFilesAdded(const QString &directory); 00086 static void emitFilesChanged(const QStringList &fileList); 00087 static void emitFilesRemoved(const QStringList &fileList); 00088 static void emitEnteredDirectory(const QString &url); 00089 static void emitLeftDirectory(const QString &url); 00090 }; 00091 00092 namespace org { 00093 namespace kde { 00094 typedef ::OrgKdeKDirNotifyInterface KDirNotify; 00095 } 00096 } 00097 #endif
KDE 4.6 API Reference