Your IP : 216.73.216.48


Current Path : /usr/X11/include/kdeconnect/
Upload File :
Current File : //usr/X11/include/kdeconnect/devicenotificationsinterface.h

/*
 * This file was generated by qdbusxml2cpp version 0.7
 * Command line was: qdbusxml2cpp -N -m -p devicenotificationsinterface /tmp/kde-build/extragear/kdeconnect-kde-0.8/build/plugins/notifications/org.kde.kdeconnect.device.notifications.xml
 *
 * qdbusxml2cpp is Copyright (C) 2015 The Qt Company Ltd.
 *
 * This is an auto-generated file.
 * Do not edit! All changes made to it will be lost.
 */

#ifndef DEVICENOTIFICATIONSINTERFACE_H_1447975405
#define DEVICENOTIFICATIONSINTERFACE_H_1447975405

#include <QtCore/QObject>
#include <QtCore/QByteArray>
#include <QtCore/QList>
#include <QtCore/QMap>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QVariant>
#include <QtDBus/QtDBus>

/*
 * Proxy class for interface org.kde.kdeconnect.device.notifications
 */
class OrgKdeKdeconnectDeviceNotificationsInterface: public QDBusAbstractInterface
{
    Q_OBJECT
public:
    static inline const char *staticInterfaceName()
    { return "org.kde.kdeconnect.device.notifications"; }

public:
    OrgKdeKdeconnectDeviceNotificationsInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);

    ~OrgKdeKdeconnectDeviceNotificationsInterface();

public Q_SLOTS: // METHODS
    inline QDBusPendingReply<QStringList> activeNotifications()
    {
        QList<QVariant> argumentList;
        return asyncCallWithArgumentList(QLatin1String("activeNotifications"), argumentList);
    }

Q_SIGNALS: // SIGNALS
    void notificationPosted(const QString &publicId);
    void notificationRemoved(const QString &publicId);
};

#endif