akonadi
12 #ifndef PREPROCESSORADAPTOR_H_1627368558
13 #define PREPROCESSORADAPTOR_H_1627368558
15 #include <QtCore/QObject>
16 #include <QtDBus/QtDBus>
17 #include "preprocessorbase_p.h"
19 template<
class T>
class QList;
20 template<
class Key,
class Value>
class QMap;
28 class Akonadi__PreprocessorAdaptor:
public QDBusAbstractAdaptor
31 Q_CLASSINFO(
"D-Bus Interface",
"org.freedesktop.Akonadi.Preprocessor")
32 Q_CLASSINFO("D-Bus Introspection", ""
33 " <interface name=\"org.freedesktop.
Akonadi.Preprocessor\">\n"
34 " <signal name=\"itemProcessed\">\n"
35 " <arg direction=\"out\" type=\"x\" name=\"
id\"/>\n"
37 " <method name=\"beginProcessItem\">\n"
38 " <arg direction=\"in\" type=\"x\" name=\"
id\"/>\n"
39 " <arg direction=\"in\" type=\"x\" name=\"collectionId\"/>\n"
40 " <arg direction=\"in\" type=\"s\" name=\"mimeType\"/>\n"
41 " <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
46 Akonadi__PreprocessorAdaptor(
Akonadi::PreprocessorBasePrivate *parent);
47 virtual ~Akonadi__PreprocessorAdaptor();
49 inline
Akonadi::PreprocessorBasePrivate *parent()
const
50 {
return static_cast<Akonadi::PreprocessorBasePrivate *
>(QObject::parent()); }
54 Q_NOREPLY
void beginProcessItem(qlonglong
id, qlonglong collectionId,
const QString &mimeType);
56 void itemProcessed(qlonglong
id);
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:51:01 by
doxygen 1.8.20 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.