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

akonadi

  • akonadi
notificationmanagerinterface.h
1 /*
2  * This file was generated by qdbusxml2cpp version 0.7
3  * Command line was: qdbusxml2cpp -m -i notificationmessagev3_p.h -p notificationmanagerinterface /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.NotificationManager.xml
4  *
5  * qdbusxml2cpp is Copyright (C) 2015 The Qt Company Ltd.
6  *
7  * This is an auto-generated file.
8  * Do not edit! All changes made to it will be lost.
9  */
10 
11 #ifndef NOTIFICATIONMANAGERINTERFACE_H_1627368558
12 #define NOTIFICATIONMANAGERINTERFACE_H_1627368558
13 
14 #include <QtCore/QObject>
15 #include <QtCore/QByteArray>
16 #include <QtCore/QList>
17 #include <QtCore/QMap>
18 #include <QtCore/QString>
19 #include <QtCore/QStringList>
20 #include <QtCore/QVariant>
21 #include <QtDBus/QtDBus>
22 #include "notificationmessagev3_p.h"
23 
24 /*
25  * Proxy class for interface org.freedesktop.Akonadi.NotificationManager
26  */
27 class OrgFreedesktopAkonadiNotificationManagerInterface: public QDBusAbstractInterface
28 {
29  Q_OBJECT
30 public:
31  static inline const char *staticInterfaceName()
32  { return "org.freedesktop.Akonadi.NotificationManager"; }
33 
34 public:
35  OrgFreedesktopAkonadiNotificationManagerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
36 
37  ~OrgFreedesktopAkonadiNotificationManagerInterface();
38 
39 public Q_SLOTS: // METHODS
40  inline QDBusPendingReply<QDBusObjectPath> subscribe(const QString &identifier)
41  {
42  QList<QVariant> argumentList;
43  argumentList << QVariant::fromValue(identifier);
44  return asyncCallWithArgumentList(QLatin1String("subscribe"), argumentList);
45  }
46 
47  inline QDBusPendingReply<QDBusObjectPath> subscribeV2(const QString &identifier, bool serverSideMonitor)
48  {
49  QList<QVariant> argumentList;
50  argumentList << QVariant::fromValue(identifier) << QVariant::fromValue(serverSideMonitor);
51  return asyncCallWithArgumentList(QLatin1String("subscribeV2"), argumentList);
52  }
53 
54  inline QDBusPendingReply<QStringList> subscribers()
55  {
56  QList<QVariant> argumentList;
57  return asyncCallWithArgumentList(QLatin1String("subscribers"), argumentList);
58  }
59 
60  inline QDBusPendingReply<> unsubscribe(const QString &identifier)
61  {
62  QList<QVariant> argumentList;
63  argumentList << QVariant::fromValue(identifier);
64  return asyncCallWithArgumentList(QLatin1String("unsubscribe"), argumentList);
65  }
66 
67 Q_SIGNALS: // SIGNALS
68  void notify(const Akonadi::NotificationMessage::List & message);
69  void subscribed(const QString &identifier);
70  void unsubscribed(const QString &identifier);
71 };
72 
73 namespace org {
74  namespace freedesktop {
75  namespace Akonadi {
76  typedef ::OrgFreedesktopAkonadiNotificationManagerInterface NotificationManager;
77  }
78  }
79 }
80 #endif
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