File indexing completed on 2024-04-21 03:59:56

0001 /*
0002  * This file was generated by qdbusxml2cpp version 0.8
0003  * Command line was:
0004  *
0005  * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd.
0006  *
0007  * This is an auto-generated file.
0008  * Do not edit! All changes made to it will be lost.
0009  */
0010 
0011 #ifndef DHCP4CONFIGINTERFACE_H
0012 #define DHCP4CONFIGINTERFACE_H
0013 
0014 #include "generictypes.h"
0015 
0016 #include <QDBusAbstractInterface>
0017 #include <QObject>
0018 #include <QString>
0019 #include <QVariant>
0020 
0021 /*
0022  * Proxy class for interface org.freedesktop.NetworkManager.DHCP4Config
0023  */
0024 class OrgFreedesktopNetworkManagerDHCP4ConfigInterface : public QDBusAbstractInterface
0025 {
0026     Q_OBJECT
0027 public:
0028     static inline const char *staticInterfaceName()
0029 #ifdef NMQT_STATIC
0030     {
0031         return "org.kde.fakenetwork.DHCP4Config";
0032     }
0033 #else
0034     {
0035         return "org.freedesktop.NetworkManager.DHCP4Config";
0036     }
0037 #endif
0038 
0039 public:
0040     OrgFreedesktopNetworkManagerDHCP4ConfigInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr);
0041 
0042     ~OrgFreedesktopNetworkManagerDHCP4ConfigInterface() override;
0043 
0044     Q_PROPERTY(QVariantMap Options READ options)
0045     inline QVariantMap options() const
0046     {
0047         return qvariant_cast<QVariantMap>(property("Options"));
0048     }
0049 
0050 public Q_SLOTS: // METHODS
0051 Q_SIGNALS: // SIGNALS
0052     void PropertiesChanged(const QVariantMap &properties);
0053 };
0054 
0055 #endif