• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

SolidModules

nm-access-pointinterface.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-access-pointinterface /space/kde/sources/trunk/KDE/kdebase/workspace/solid/networkmanager-0.7/dbus/introspection/nm-access-point.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 NMACCESSPOINTINTERFACE_H_1210621531
00012 #define NMACCESSPOINTINTERFACE_H_1210621531
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.AccessPoint
00025  */
00026 class OrgFreedesktopNetworkManagerAccessPointInterface: public QDBusAbstractInterface
00027 {
00028     Q_OBJECT
00029 public:
00030     static inline const char *staticInterfaceName()
00031     { return "org.freedesktop.NetworkManager.AccessPoint"; }
00032 
00033 public:
00034     OrgFreedesktopNetworkManagerAccessPointInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
00035 
00036     ~OrgFreedesktopNetworkManagerAccessPointInterface();
00037 
00038     Q_PROPERTY(uint Flags READ flags)
00039     inline uint flags() const
00040     { return qvariant_cast< uint >(internalPropGet("Flags")); }
00041 
00042     Q_PROPERTY(uint Frequency READ frequency)
00043     inline uint frequency() const
00044     { return qvariant_cast< uint >(internalPropGet("Frequency")); }
00045 
00046     Q_PROPERTY(QString HwAddress READ hwAddress)
00047     inline QString hwAddress() const
00048     { return qvariant_cast< QString >(internalPropGet("HwAddress")); }
00049 
00050     Q_PROPERTY(uint MaxBitrate READ maxBitrate)
00051     inline uint maxBitrate() const
00052     { return qvariant_cast< uint >(internalPropGet("MaxBitrate")); }
00053 
00054     Q_PROPERTY(uint Mode READ mode)
00055     inline uint mode() const
00056     { return qvariant_cast< uint >(internalPropGet("Mode")); }
00057 
00058     Q_PROPERTY(uint RsnFlags READ rsnFlags)
00059     inline uint rsnFlags() const
00060     { return qvariant_cast< uint >(internalPropGet("RsnFlags")); }
00061 
00062     Q_PROPERTY(QByteArray Ssid READ ssid)
00063     inline QByteArray ssid() const
00064     { return qvariant_cast< QByteArray >(internalPropGet("Ssid")); }
00065 
00066     Q_PROPERTY(uchar Strength READ strength)
00067     inline uchar strength() const
00068     { return qvariant_cast< uchar >(internalPropGet("Strength")); }
00069 
00070     Q_PROPERTY(uint WpaFlags READ wpaFlags)
00071     inline uint wpaFlags() const
00072     { return qvariant_cast< uint >(internalPropGet("WpaFlags")); }
00073 
00074 public Q_SLOTS: // METHODS
00075 Q_SIGNALS: // SIGNALS
00076     void PropertiesChanged(const QVariantMap &properties);
00077 };
00078 
00079 #endif

SolidModules

Skip menu "SolidModules"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libplasma
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal