SolidModules
nm-device-cdmainterface.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-device-cdmainterface /space/kde/sources/trunk/KDE/kdebase/workspace/solid/networkmanager-0.7/dbus/introspection/nm-device-cdma.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_DEVICE_CDMAINTERFACE_H_1223976495 00012 #define NM_DEVICE_CDMAINTERFACE_H_1223976495 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.Device.Cdma 00025 */ 00026 class OrgFreedesktopNetworkManagerDeviceCdmaInterface: public QDBusAbstractInterface 00027 { 00028 Q_OBJECT 00029 public: 00030 static inline const char *staticInterfaceName() 00031 { return "org.freedesktop.NetworkManager.Device.Cdma"; } 00032 00033 public: 00034 OrgFreedesktopNetworkManagerDeviceCdmaInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0); 00035 00036 ~OrgFreedesktopNetworkManagerDeviceCdmaInterface(); 00037 00038 public Q_SLOTS: // METHODS 00039 Q_SIGNALS: // SIGNALS 00040 void PropertiesChanged(const QVariantMap &properties); 00041 }; 00042 00043 #endif