SolidModules
nm-dhcp4-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-dhcp4-configinterface /space/kde/sources/trunk/KDE/kdebase/workspace/solid/networkmanager-0.7/dbus/introspection/nm-dhcp4-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_DHCP4_CONFIGINTERFACE_H_1222729762 00012 #define NM_DHCP4_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 /* 00024 * Proxy class for interface org.freedesktop.NetworkManager.DHCP4Config 00025 */ 00026 class OrgFreedesktopNetworkManagerDHCP4ConfigInterface: public QDBusAbstractInterface 00027 { 00028 Q_OBJECT 00029 public: 00030 static inline const char *staticInterfaceName() 00031 { return "org.freedesktop.NetworkManager.DHCP4Config"; } 00032 00033 public: 00034 OrgFreedesktopNetworkManagerDHCP4ConfigInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0); 00035 00036 ~OrgFreedesktopNetworkManagerDHCP4ConfigInterface(); 00037 00038 Q_PROPERTY(QVariantMap Options READ options) 00039 inline QVariantMap options() const 00040 { return qvariant_cast< QVariantMap >(internalPropGet("Options")); } 00041 00042 public Q_SLOTS: // METHODS 00043 Q_SIGNALS: // SIGNALS 00044 void PropertiesChanged(const QVariantMap &properties); 00045 }; 00046 00047 #endif