/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp -a daemon/dbusadaptor -p app/daemonproxy daemon/org.pebbled.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 DBUSADAPTOR_H_1404660047 #define DBUSADAPTOR_H_1404660047 #include #include QT_BEGIN_NAMESPACE class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; QT_END_NAMESPACE /* * Adaptor class for interface org.pebbled */ class PebbledAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.pebbled") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: PebbledAdaptor(QObject *parent); virtual ~PebbledAdaptor(); public: // PROPERTIES Q_PROPERTY(QString address READ address) QString address() const; Q_PROPERTY(bool connected READ connected) bool connected() const; Q_PROPERTY(QString name READ name) QString name() const; Q_PROPERTY(QVariantMap pebble READ pebble) QVariantMap pebble() const; public Q_SLOTS: // METHODS Q_SIGNALS: // SIGNALS void connectedChanged(); void pebbleChanged(); }; #endif