/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -c NotificationAdaptor -a notificationadaptor.cpp org.freedesktop.Notifications.xml * * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef NOTIFICATIONADAPTOR #define NOTIFICATIONADAPTOR #include #include #include #include #include #include #include #include #include #include "notificationmonitor.h" /* * Adaptor class for interface org.freedesktop.Notifications */ class NotificationAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Notifications") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: explicit NotificationAdaptor(QObject *parent); public: // PROPERTIES public Q_SLOTS: // METHODS uint Notify(const QString &app_name, uint replaces_id, const QString &app_icon, const QString &summary, const QString &body, const QStringList &actions, const QVariantHash &hints, int expire_timeout); void NotificationClosed(uint id, uint reason); }; #endif