/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: * * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd. * * This is an auto-generated file. * Do not edit! All changes made to it will be lost. */ #ifndef TEAMDEVICEINTERFACE_H #define TEAMDEVICEINTERFACE_H #include "generictypes.h" #include #include #include #include #include #include /* * Proxy class for interface org.freedesktop.NetworkManager.Device.Team */ class OrgFreedesktopNetworkManagerDeviceTeamInterface : public QDBusAbstractInterface { Q_OBJECT public: static inline const char *staticInterfaceName() #ifdef NMQT_STATIC { return "org.kde.fakenetwork.Device.Team"; } #else { return "org.freedesktop.NetworkManager.Device.Team"; } #endif public: OrgFreedesktopNetworkManagerDeviceTeamInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); ~OrgFreedesktopNetworkManagerDeviceTeamInterface() override; Q_PROPERTY(bool Carrier READ carrier) inline bool carrier() const { return qvariant_cast(property("Carrier")); } Q_PROPERTY(QString Config READ config) inline QString config() const { return qvariant_cast(property("Config")); } Q_PROPERTY(QString HwAddress READ hwAddress) inline QString hwAddress() const { return qvariant_cast(property("HwAddress")); } Q_PROPERTY(QList Slaves READ slaves) inline QList slaves() const { return qvariant_cast>(property("Slaves")); } public Q_SLOTS: // METHODS Q_SIGNALS: // SIGNALS void PropertiesChanged(const QVariantMap &properties); }; #endif