SolidModules
nm-ip4-configinterface.h
Go to the documentation of this file.00001 /* 00002 * This file was generated by dbusxml2cpp version 0.6 00003 * Command line was: dbusxml2cpp -N -m -p nm-ip4-configinterface /space/kde/sources/trunk/KDE/kdebase/workspace/solid/networkmanager-0.7/dbus/introspection/nm-ip4-config.xml 00004 * 00005 * dbusxml2cpp is Copyright (C) 2006 Trolltech ASA. All rights reserved. 00006 * 00007 * This is an auto-generated file. 00008 * Do not edit! All changes made to it will be lost. 00009 */ 00010 00011 #ifndef NM_IP4_CONFIGINTERFACE_H_1222729762 00012 #define NM_IP4_CONFIGINTERFACE_H_1222729762 00013 00014 #include <QtCore/QObject> 00015 #include <QtCore/QByteArray> 00016 #include <QtCore/QList> 00017 #include <QtCore/QMap> 00018 #include <QtCore/QString> 00019 #include <QtCore/QStringList> 00020 #include <QtCore/QVariant> 00021 #include <QtDBus/QtDBus> 00022 00023 #include "generic-types.h" 00024 00025 /* 00026 * Proxy class for interface org.freedesktop.NetworkManager.IP4Config 00027 */ 00028 class OrgFreedesktopNetworkManagerIP4ConfigInterface: public QDBusAbstractInterface 00029 { 00030 Q_OBJECT 00031 public: 00032 static inline const char *staticInterfaceName() 00033 { return "org.freedesktop.NetworkManager.IP4Config"; } 00034 00035 public: 00036 OrgFreedesktopNetworkManagerIP4ConfigInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0); 00037 00038 ~OrgFreedesktopNetworkManagerIP4ConfigInterface(); 00039 00040 Q_PROPERTY(UIntListList Addresses READ addresses) 00041 inline UIntListList addresses() const 00042 { return qvariant_cast< UIntListList >(internalPropGet("Addresses")); } 00043 00044 Q_PROPERTY(QStringList Domains READ domains) 00045 inline QStringList domains() const 00046 { return qvariant_cast< QStringList >(internalPropGet("Domains")); } 00047 00048 Q_PROPERTY(UIntList Nameservers READ nameservers) 00049 inline UIntList nameservers() const 00050 { return qvariant_cast< UIntList >(internalPropGet("Nameservers")); } 00051 00052 Q_PROPERTY(UIntListList Routes READ routes) 00053 inline UIntListList routes() const 00054 { return qvariant_cast< UIntListList >(internalPropGet("Routes")); } 00055 00056 public Q_SLOTS: // METHODS 00057 Q_SIGNALS: // SIGNALS 00058 }; 00059 00060 #endif