File indexing completed on 2024-04-28 03:59:47

0001 /*
0002  * This file was generated by qdbusxml2cpp version 0.7
0003  * Command line was: qdbusxml2cpp -p dbus_manager manager.xml -N
0004  *
0005  * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
0006  *
0007  * This is an auto-generated file.
0008  * Do not edit! All changes made to it will be lost.
0009  */
0010 
0011 #ifndef MODEMMANAGERQT_DBUS_MANAGER_H
0012 #define MODEMMANAGERQT_DBUS_MANAGER_H
0013 
0014 #include "generictypes.h"
0015 #include "generictypes_p.h"
0016 #include <QDBusAbstractInterface>
0017 #include <QDBusPendingReply>
0018 #include <QList>
0019 #include <QObject>
0020 #include <QString>
0021 #include <QStringList>
0022 #include <QVariant>
0023 
0024 /*
0025  * Proxy class for interface org.freedesktop.DBus.ObjectManager
0026  */
0027 class OrgFreedesktopDBusObjectManagerInterface : public QDBusAbstractInterface
0028 {
0029     Q_OBJECT
0030 public:
0031     static inline const char *staticInterfaceName()
0032     {
0033         return "org.freedesktop.DBus.ObjectManager";
0034     }
0035 
0036 public:
0037     OrgFreedesktopDBusObjectManagerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
0038 
0039     ~OrgFreedesktopDBusObjectManagerInterface() override;
0040 
0041 public Q_SLOTS: // METHODS
0042     inline QDBusPendingReply<ModemManager::DBUSManagerStruct> GetManagedObjects()
0043     {
0044         QList<QVariant> argumentList;
0045         return asyncCallWithArgumentList(QLatin1String("GetManagedObjects"), argumentList);
0046     }
0047 
0048 Q_SIGNALS: // SIGNALS
0049     void InterfacesAdded(const QDBusObjectPath &object_path, const ModemManager::MMVariantMapMap &interfaces_and_properties);
0050     void InterfacesRemoved(const QDBusObjectPath &object_path, const QStringList &interfaces);
0051 };
0052 
0053 #endif