File indexing completed on 2024-05-12 15:48:08

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 <QList>
0017 #include <QObject>
0018 #include <QString>
0019 #include <QStringList>
0020 #include <QVariant>
0021 
0022 /*
0023  * Proxy class for interface org.freedesktop.DBus.ObjectManager
0024  */
0025 class OrgFreedesktopDBusObjectManagerInterface : public QDBusAbstractInterface
0026 {
0027     Q_OBJECT
0028 public:
0029     static inline const char *staticInterfaceName()
0030     {
0031         return "org.freedesktop.DBus.ObjectManager";
0032     }
0033 
0034 public:
0035     OrgFreedesktopDBusObjectManagerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
0036 
0037     ~OrgFreedesktopDBusObjectManagerInterface() override;
0038 
0039 public Q_SLOTS: // METHODS
0040     inline QDBusPendingReply<ModemManager::DBUSManagerStruct> GetManagedObjects()
0041     {
0042         QList<QVariant> argumentList;
0043         return asyncCallWithArgumentList(QLatin1String("GetManagedObjects"), argumentList);
0044     }
0045 
0046 Q_SIGNALS: // SIGNALS
0047     void InterfacesAdded(const QDBusObjectPath &object_path, const ModemManager::MMVariantMapMap &interfaces_and_properties);
0048     void InterfacesRemoved(const QDBusObjectPath &object_path, const QStringList &interfaces);
0049 };
0050 
0051 #endif