/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -p dbus_manager manager.xml -N * * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). * * This is an auto-generated file. * Do not edit! All changes made to it will be lost. */ #ifndef MODEMMANAGERQT_DBUS_MANAGER_H #define MODEMMANAGERQT_DBUS_MANAGER_H #include "generictypes.h" #include "generictypes_p.h" #include #include #include #include #include #include #include /* * Proxy class for interface org.freedesktop.DBus.ObjectManager */ class OrgFreedesktopDBusObjectManagerInterface : public QDBusAbstractInterface { Q_OBJECT public: static inline const char *staticInterfaceName() { return "org.freedesktop.DBus.ObjectManager"; } public: OrgFreedesktopDBusObjectManagerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); ~OrgFreedesktopDBusObjectManagerInterface() override; public Q_SLOTS: // METHODS inline QDBusPendingReply GetManagedObjects() { QList argumentList; return asyncCallWithArgumentList(QLatin1String("GetManagedObjects"), argumentList); } Q_SIGNALS: // SIGNALS void InterfacesAdded(const QDBusObjectPath &object_path, const ModemManager::MMVariantMapMap &interfaces_and_properties); void InterfacesRemoved(const QDBusObjectPath &object_path, const QStringList &interfaces); }; #endif