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

libsolidcontrol

fakeaccesspoint.h

Go to the documentation of this file.
00001 /*
00002 Copyright 2008 Will Stephenson <wstephenson@kde.org>
00003 
00004 This library is free software; you can redistribute it and/or
00005 modify it under the terms of the GNU Lesser General Public
00006 License as published by the Free Software Foundation; either
00007 version 2.1 of the License, or (at your option) version 3, or any
00008 later version accepted by the membership of KDE e.V. (or its
00009 successor approved by the membership of KDE e.V.), which shall
00010 act as a proxy defined in Section 6 of version 3 of the license.
00011 
00012 This library is distributed in the hope that it will be useful,
00013 but WITHOUT ANY WARRANTY; without even the implied warranty of
00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015 Lesser General Public License for more details.
00016 
00017 You should have received a copy of the GNU Lesser General Public 
00018 License along with this library.  If not, see <http://www.gnu.org/licenses/>.
00019 */
00020 
00021 #ifndef FAKE_ACCESS_POINT_H
00022 #define FAKE_ACCESS_POINT_H
00023 
00024 #include <solid/control/ifaces/wirelessaccesspoint.h>
00025 
00026 #include <QString>
00027 #include <QVariant>
00028 
00029 #include <kdemacros.h>
00030 
00031 class KDE_EXPORT FakeAccessPoint : public Solid::Control::Ifaces::AccessPoint
00032 {
00033 Q_OBJECT
00034 Q_INTERFACES(Solid::Control::Ifaces::AccessPoint)
00035 public:
00036     FakeAccessPoint(const QMap<QString,QVariant> & propsMap, QObject * parent = 0 );
00037     ~FakeAccessPoint();
00038     QString uni() const;
00039     Solid::Control::AccessPoint::Capabilities capabilities() const;
00040     Solid::Control::AccessPoint::WpaFlags wpaFlags() const;
00041     Solid::Control::AccessPoint::WpaFlags rsnFlags() const;
00042     QString ssid() const;
00043     uint frequency() const;
00044     QString hardwareAddress() const;
00045     uint maxBitRate() const;
00046     Solid::Control::WirelessNetworkInterface::OperationMode mode() const;
00047     int signalStrength() const;
00048 signals:
00049     void ssidChanged(const QString &);
00050     void frequencyChanged(uint);
00051     void signalStrengthChanged(int strength);
00052     void bitRateChanged(int bitrate);
00053     void wpaFlagsChanged(Solid::Control::AccessPoint::WpaFlags flags);
00054     void rsnFlagsChanged(Solid::Control::AccessPoint::WpaFlags flags);
00055 private:
00056     Solid::Control::AccessPoint::WpaFlags wpaPropsToFlags( const QString & property ) const;
00057     QMap<QString,QVariant> mPropertyMap;
00058     QString mUni;
00059 
00060 };
00061 
00062 #endif

libsolidcontrol

Skip menu "libsolidcontrol"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.7
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