akonadi
12 #ifndef CONTROLADAPTOR_H_1627368558
13 #define CONTROLADAPTOR_H_1627368558
15 #include <QtCore/QObject>
16 #include <QtDBus/QtDBus>
17 #include "agentbase.h"
19 template<
class T>
class QList;
20 template<
class Key,
class Value>
class QMap;
28 class Akonadi__ControlAdaptor:
public QDBusAbstractAdaptor
31 Q_CLASSINFO(
"D-Bus Interface",
"org.freedesktop.Akonadi.Agent.Control")
32 Q_CLASSINFO("D-Bus Introspection", ""
33 " <interface name=\"org.freedesktop.
Akonadi.Agent.Control\">\n"
34 " <method name=\"quit\"/>\n"
35 " <method name=\"cleanup\"/>\n"
36 " <method name=\"configure\">\n"
37 " <arg direction=\"in\" type=\"x\" name=\"windowId\"/>\n"
38 " <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
40 " <signal name=\"configurationDialogAccepted\"/>\n"
41 " <signal name=\"configurationDialogRejected\"/>\n"
42 " <method name=\"reconfigure\"/>\n"
43 " <method name=\"abort\"/>\n"
47 Akonadi__ControlAdaptor(
Akonadi::AgentBase *parent);
48 virtual ~Akonadi__ControlAdaptor();
50 inline
Akonadi::AgentBase *parent()
const
57 Q_NOREPLY
void configure(qlonglong windowId);
61 void configurationDialogAccepted();
62 void configurationDialogRejected();
The base class for all Akonadi agents and resources.
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:00 by
doxygen 1.8.20 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.