• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdepimlibs-4.14.10 API Reference
  • KDE Home
  • Contact Us
 

akonadi

  • akonadi
resourceadaptor.h
1 /*
2  * This file was generated by qdbusxml2cpp version 0.7
3  * Command line was: qdbusxml2cpp -m -a resourceadaptor -c Akonadi__ResourceAdaptor -i resourcebase.h -l Akonadi::ResourceBase /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.Resource.xml
4  *
5  * qdbusxml2cpp is Copyright (C) 2015 The Qt Company Ltd.
6  *
7  * This is an auto-generated file.
8  * This file may have been hand-edited. Look for HAND-EDIT comments
9  * before re-generating it.
10  */
11 
12 #ifndef RESOURCEADAPTOR_H_1627368558
13 #define RESOURCEADAPTOR_H_1627368558
14 
15 #include <QtCore/QObject>
16 #include <QtDBus/QtDBus>
17 #include "resourcebase.h"
18 class QByteArray;
19 template<class T> class QList;
20 template<class Key, class Value> class QMap;
21 class QString;
22 class QStringList;
23 class QVariant;
24 
25 /*
26  * Adaptor class for interface org.freedesktop.Akonadi.Resource
27  */
28 class Akonadi__ResourceAdaptor: public QDBusAbstractAdaptor
29 {
30  Q_OBJECT
31  Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Akonadi.Resource")
32  Q_CLASSINFO("D-Bus Introspection", ""
33 " <interface name=\"org.freedesktop.Akonadi.Resource\">\n"
34 " <signal name=\"nameChanged\">\n"
35 " <arg direction=\"out\" type=\"s\" name=\"name\"/>\n"
36 " </signal>\n"
37 " <signal name=\"synchronized\"/>\n"
38 " <signal name=\"attributesSynchronized\">\n"
39 " <arg type=\"x\" name=\"collectionId\"/>\n"
40 " </signal>\n"
41 " <signal name=\"collectionTreeSynchronized\"/>\n"
42 " <method name=\"requestItemDelivery\">\n"
43 " <arg direction=\"out\" type=\"b\"/>\n"
44 " <arg direction=\"in\" type=\"x\" name=\"uid\"/>\n"
45 " <arg direction=\"in\" type=\"s\" name=\"remoteId\"/>\n"
46 " <arg direction=\"in\" type=\"s\" name=\"mimeType\"/>\n"
47 " <arg direction=\"in\" type=\"as\" name=\"parts\"/>\n"
48 " </method>\n"
49 " <method name=\"requestItemDeliveryV2\">\n"
50 " <arg direction=\"out\" type=\"s\"/>\n"
51 " <arg direction=\"in\" type=\"x\" name=\"uid\"/>\n"
52 " <arg direction=\"in\" type=\"s\" name=\"remoteId\"/>\n"
53 " <arg direction=\"in\" type=\"s\" name=\"mimeType\"/>\n"
54 " <arg direction=\"in\" type=\"as\" name=\"parts\"/>\n"
55 " </method>\n"
56 " <method name=\"synchronize\">\n"
57 " <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
58 " </method>\n"
59 " <method name=\"synchronizeCollectionTree\">\n"
60 " <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
61 " </method>\n"
62 " <method name=\"synchronizeCollection\">\n"
63 " <arg direction=\"in\" type=\"x\" name=\"collectionId\"/>\n"
64 " <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
65 " </method>\n"
66 " <method name=\"synchronizeCollection\">\n"
67 " <arg direction=\"in\" type=\"x\" name=\"collectionId\"/>\n"
68 " <arg direction=\"in\" type=\"b\" name=\"recursive\"/>\n"
69 " <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
70 " </method>\n"
71 " <method name=\"synchronizeCollectionAttributes\">\n"
72 " <arg direction=\"in\" type=\"x\" name=\"collectionId\"/>\n"
73 " <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
74 " </method>\n"
75 " <method name=\"setName\">\n"
76 " <arg direction=\"in\" type=\"s\" name=\"name\"/>\n"
77 " </method>\n"
78 " <method name=\"name\">\n"
79 " <arg direction=\"out\" type=\"s\"/>\n"
80 " </method>\n"
81 " </interface>\n"
82  "")
83 public:
84  Akonadi__ResourceAdaptor(Akonadi::ResourceBase *parent);
85  virtual ~Akonadi__ResourceAdaptor();
86 
87  inline Akonadi::ResourceBase *parent() const
88  { return static_cast<Akonadi::ResourceBase *>(QObject::parent()); }
89 
90 public: // PROPERTIES
91 public Q_SLOTS: // METHODS
92  QString name();
93  bool requestItemDelivery(qlonglong uid, const QString &remoteId, const QString &mimeType, const QStringList &parts);
94  QString requestItemDeliveryV2(qlonglong uid, const QString &remoteId, const QString &mimeType, const QStringList &parts);
95  void setName(const QString &name);
96  Q_NOREPLY void synchronize();
97  Q_NOREPLY void synchronizeCollection(qlonglong collectionId, bool recursive);
98  Q_NOREPLY void synchronizeCollection(qlonglong collectionId);
99  Q_NOREPLY void synchronizeCollectionAttributes(qlonglong collectionId);
100  Q_NOREPLY void synchronizeCollectionTree();
101 Q_SIGNALS: // SIGNALS
102  void attributesSynchronized(qlonglong collectionId);
103  void collectionTreeSynchronized();
104  void nameChanged(const QString &name);
105  void synchronized();
106 };
107 
108 #endif
Akonadi::ResourceBase
The base class for all Akonadi resources.
Definition: resourcebase.h:148
Akonadi
FreeBusyManager::Singleton.
Definition: actionstatemanager_p.h:28
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.

akonadi

Skip menu "akonadi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Modules
  • Related Pages

kdepimlibs-4.14.10 API Reference

Skip menu "kdepimlibs-4.14.10 API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal