/* * 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 IPTUNNELDEVICEINTERFACE_H #define IPTUNNELDEVICEINTERFACE_H #include "generictypes.h" #include #include #include #include #include /* * Proxy class for interface org.freedesktop.NetworkManager.Device.IPTunnel */ class OrgFreedesktopNetworkManagerDeviceIPTunnelInterface : public QDBusAbstractInterface { Q_OBJECT public: static inline const char *staticInterfaceName() #ifdef NMQT_STATIC { return "org.kde.fakenetwork.Device.IPTunnel"; } #else { return "org.freedesktop.NetworkManager.Device.IPTunnel"; } #endif public: OrgFreedesktopNetworkManagerDeviceIPTunnelInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); ~OrgFreedesktopNetworkManagerDeviceIPTunnelInterface() override; Q_PROPERTY(uchar EncapsulationLimit READ encapsulationLimit) inline uchar encapsulationLimit() const { return qvariant_cast(property("EncapsulationLimit")); } Q_PROPERTY(uint FlowLabel READ flowLabel) inline uint flowLabel() const { return qvariant_cast(property("FlowLabel")); } Q_PROPERTY(QString InputKey READ inputKey) inline QString inputKey() const { return qvariant_cast(property("InputKey")); } Q_PROPERTY(QString Local READ local) inline QString local() const { return qvariant_cast(property("Local")); } Q_PROPERTY(uint Mode READ mode) inline uint mode() const { return qvariant_cast(property("Mode")); } Q_PROPERTY(QString OutputKey READ outputKey) inline QString outputKey() const { return qvariant_cast(property("OutputKey")); } Q_PROPERTY(QDBusObjectPath Parent READ parent) inline QDBusObjectPath parent() const { return qvariant_cast(property("Parent")); } Q_PROPERTY(bool PathMtuDiscovery READ pathMtuDiscovery) inline bool pathMtuDiscovery() const { return qvariant_cast(property("PathMtuDiscovery")); } Q_PROPERTY(QString Remote READ remote) inline QString remote() const { return qvariant_cast(property("Remote")); } Q_PROPERTY(uchar Tos READ tos) inline uchar tos() const { return qvariant_cast(property("Tos")); } Q_PROPERTY(uchar Ttl READ ttl) inline uchar ttl() const { return qvariant_cast(property("Ttl")); } public Q_SLOTS: // METHODS Q_SIGNALS: // SIGNALS void PropertiesChanged(const QVariantMap &properties); }; #endif