/* * This file was generated by qdbusxml2cpp version 0.8 * Source file was org.freedesktop.dbus.properties.xml * * qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors. * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef PROPERTIESADAPTOR_P_H #define PROPERTIESADAPTOR_P_H // // W A R N I N G // ------------- // // This file is not part of the Qt API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // // We mean it. // #include #include #include "bluez5_helper_p.h" #include namespace QtBluetoothPrivate { /* * Adaptor class for interface org.freedesktop.DBus.Properties */ class OrgFreedesktopDBusPropertiesAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.freedesktop.DBus.Properties") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: OrgFreedesktopDBusPropertiesAdaptor(QObject *parent); ~OrgFreedesktopDBusPropertiesAdaptor() override; public: // PROPERTIES public Q_SLOTS: // METHODS QDBusVariant Get(const QString &interface, const QString &name); QVariantMap GetAll(const QString &interface); void Set(const QString &interface, const QString &name, const QDBusVariant &value); Q_SIGNALS: // SIGNALS void PropertiesChanged(const QString &interface, const QVariantMap &changed_properties, const QStringList &invalidated_properties); }; } // end of namespace QtBluetoothPrivate #endif