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

akonadi

  • akonadi
tracerinterface.h
1 /*
2  * This file was generated by qdbusxml2cpp version 0.7
3  * Command line was: qdbusxml2cpp -m -p tracerinterface /usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.Tracer.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 TRACERINTERFACE_H_1627368558
12 #define TRACERINTERFACE_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 
23 /*
24  * Proxy class for interface org.freedesktop.Akonadi.Tracer
25  */
26 class OrgFreedesktopAkonadiTracerInterface: public QDBusAbstractInterface
27 {
28  Q_OBJECT
29 public:
30  static inline const char *staticInterfaceName()
31  { return "org.freedesktop.Akonadi.Tracer"; }
32 
33 public:
34  OrgFreedesktopAkonadiTracerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
35 
36  ~OrgFreedesktopAkonadiTracerInterface();
37 
38 public Q_SLOTS: // METHODS
39  inline QDBusPendingReply<> error(const QString &componentName, const QString &msg)
40  {
41  QList<QVariant> argumentList;
42  argumentList << QVariant::fromValue(componentName) << QVariant::fromValue(msg);
43  return asyncCallWithArgumentList(QLatin1String("error"), argumentList);
44  }
45 
46  inline QDBusPendingReply<> signal(const QString &signalName, const QString &msg)
47  {
48  QList<QVariant> argumentList;
49  argumentList << QVariant::fromValue(signalName) << QVariant::fromValue(msg);
50  return asyncCallWithArgumentList(QLatin1String("signal"), argumentList);
51  }
52 
53  inline QDBusPendingReply<> warning(const QString &componentName, const QString &msg)
54  {
55  QList<QVariant> argumentList;
56  argumentList << QVariant::fromValue(componentName) << QVariant::fromValue(msg);
57  return asyncCallWithArgumentList(QLatin1String("warning"), argumentList);
58  }
59 
60 Q_SIGNALS: // SIGNALS
61 };
62 
63 namespace org {
64  namespace freedesktop {
65  namespace Akonadi {
66  typedef ::OrgFreedesktopAkonadiTracerInterface Tracer;
67  }
68  }
69 }
70 #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