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

SolidModules

NetworkManager-wirelessaccesspoint.h

Go to the documentation of this file.
00001 /*  This file is part of the KDE project
00002     Copyright (C) 2007 Will Stephenson <wstephenson@kde.org>
00003     Copyright (C) 2008 Pino Toscano <pino@kde.org>
00004 
00005     This library is free software; you can redistribute it and/or
00006     modify it under the terms of the GNU Library General Public
00007     License version 2 as published by the Free Software Foundation.
00008 
00009     This library is distributed in the hope that it will be useful,
00010     but WITHOUT ANY WARRANTY; without even the implied warranty of
00011     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012     Library General Public License for more details.
00013 
00014     You should have received a copy of the GNU Library General Public License
00015     along with this library; see the file COPYING.LIB.  If not, write to
00016     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017     Boston, MA 02110-1301, USA.
00018 
00019 */
00020 
00021 #ifndef NETWORKMANAGER_WIRELESSACCESSPOINT_H
00022 #define NETWORKMANAGER_WIRELESSACCESSPOINT_H
00023 
00024 #include <QtCore/qobject.h>
00025 
00026 #include <solid/control/ifaces/wirelessaccesspoint.h>
00027 
00028 class NMAccessPointPrivate;
00029 
00033 class NMAccessPoint : public Solid::Control::Ifaces::AccessPoint
00034 {
00035 Q_OBJECT
00036 Q_INTERFACES(Solid::Control::Ifaces::AccessPoint)
00037 public:
00042     NMAccessPoint(const QString  & networkPath);
00043     virtual ~NMAccessPoint();
00044     QString uni() const;
00045     Solid::Control::AccessPoint::Capabilities capabilities() const;
00046     Solid::Control::AccessPoint::WpaFlags wpaFlags() const;
00047     Solid::Control::AccessPoint::WpaFlags rsnFlags() const;
00048     QString ssid() const;
00049     uint frequency() const;
00050     QString hardwareAddress() const;
00051     uint maxBitRate() const;
00052     Solid::Control::WirelessNetworkInterface::OperationMode mode() const;
00053     void setSignalStrength(int strength);
00054     int signalStrength() const;
00055 private:
00056     NMAccessPointPrivate * d;
00057 };
00058 
00059 #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