/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -p DBusControllerInterface -c DBusControllerInterface DBusController.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 DBUSCONTROLLERINTERFACE_H #define DBUSCONTROLLERINTERFACE_H #include #include #include #include #include #include #include #include /* * Proxy class for interface eu.atb.ptu.systemcontrol */ class DBusControllerInterface: public QDBusAbstractInterface { Q_OBJECT public: static inline const char *staticInterfaceName() { return "eu.atb.ptu.systemcontrol"; } public: DBusControllerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0); ~DBusControllerInterface(); public Q_SLOTS: // METHODS inline QDBusPendingReply<> finishedBackgroundTask(const QString &id) { QList argumentList; argumentList << QVariant::fromValue(id); return asyncCallWithArgumentList(QLatin1String("finishedBackgroundTask"), argumentList); } inline QDBusPendingReply<> startBackgroundTask(const QString &id) { QList argumentList; argumentList << QVariant::fromValue(id); return asyncCallWithArgumentList(QLatin1String("startBackgroundTask"), argumentList); } Q_SIGNALS: // SIGNALS void wokeUpFrom(uchar source); }; namespace eu { namespace atb { namespace ptu { typedef ::DBusControllerInterface systemcontrol; } } } #endif