add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / nm-device-ethernetinterface.h
blob52a0d334e7274a46ea98bf04658569f3c1f69fda
1 /*
2 * This file was generated by dbusxml2cpp version 0.6
3 * Command line was: dbusxml2cpp -N -m -p nm-device-ethernetinterface /space/kde/sources/trunk/KDE/kdebase/workspace/solid/networkmanager-0.7/dbus/introspection/nm-device-ethernet.xml
5 * dbusxml2cpp is Copyright (C) 2006 Trolltech ASA. All rights reserved.
7 * This is an auto-generated file.
8 * Do not edit! All changes made to it will be lost.
9 */
11 #ifndef NM_DEVICE_ETHERNETINTERFACE_H_1222729762
12 #define NM_DEVICE_ETHERNETINTERFACE_H_1222729762
14 #include <QtCore/QObject>
15 #include <QtCore/QByteArray>
16 #include <QtCore/QList>
17 #include <QtCore/QMap>
18 #include <QtCore/QString>
19 #include <QtCore/QStringList>
20 #include <QtCore/QVariant>
21 #include <QtDBus/QtDBus>
24 * Proxy class for interface org.freedesktop.NetworkManager.Device.Wired
26 class OrgFreedesktopNetworkManagerDeviceWiredInterface: public QDBusAbstractInterface
28 Q_OBJECT
29 public:
30 static inline const char *staticInterfaceName()
31 { return "org.freedesktop.NetworkManager.Device.Wired"; }
33 public:
34 OrgFreedesktopNetworkManagerDeviceWiredInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
36 ~OrgFreedesktopNetworkManagerDeviceWiredInterface();
38 Q_PROPERTY(bool Carrier READ carrier)
39 inline bool carrier() const
40 { return qvariant_cast< bool >(internalPropGet("Carrier")); }
42 Q_PROPERTY(QString HwAddress READ hwAddress)
43 inline QString hwAddress() const
44 { return qvariant_cast< QString >(internalPropGet("HwAddress")); }
46 Q_PROPERTY(uint Speed READ speed)
47 inline uint speed() const
48 { return qvariant_cast< uint >(internalPropGet("Speed")); }
50 public Q_SLOTS: // METHODS
51 Q_SIGNALS: // SIGNALS
52 void PropertiesChanged(const QVariantMap &properties);
55 #endif