/* * This file was generated by qdbusxml2cpp version 0.8 * Source file was org.freedesktop.dbus.objectmanager.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 OBJECTMANAGERADAPTOR_P_H #define OBJECTMANAGERADAPTOR_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.ObjectManager */ class OrgFreedesktopDBusObjectManagerAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.freedesktop.DBus.ObjectManager") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: OrgFreedesktopDBusObjectManagerAdaptor(QObject *parent); ~OrgFreedesktopDBusObjectManagerAdaptor() override; public: // PROPERTIES public Q_SLOTS: // METHODS ManagedObjectList GetManagedObjects(); Q_SIGNALS: // SIGNALS void InterfacesAdded(const QDBusObjectPath &object_path, InterfaceList interfaces_and_properties); void InterfacesRemoved(const QDBusObjectPath &object_path, const QStringList &interfaces); }; } // end of namespace QtBluetoothPrivate #endif