SolidModules
NMWirelessNetworkInterface Class Reference
#include <wirelessnetworkinterface.h>

Signals | |
| void | accessPointAppeared (const QString &) |
| void | accessPointDisappeared (const QString &) |
| void | activeAccessPointChanged (const QString &) |
| void | bitRateChanged (int bitrate) |
| void | modeChanged (Solid::Control::WirelessNetworkInterface::OperationMode) |
Public Member Functions | |
| MacAddressList | accessPoints () const |
| QString | activeAccessPoint () const |
| int | bitRate () const |
| QObject * | createAccessPoint (const QString &uni) |
| QString | hardwareAddress () const |
| Solid::Control::WirelessNetworkInterface::OperationMode | mode () const |
| NMWirelessNetworkInterface (const QString &path, NMNetworkManager *manager, QObject *parent) | |
| Solid::Control::WirelessNetworkInterface::Capabilities | wirelessCapabilities () const |
| ~NMWirelessNetworkInterface () | |
Static Public Member Functions | |
| static Solid::Control::WirelessNetworkInterface::Capabilities | convertCapabilities (uint) |
| static Solid::Control::WirelessNetworkInterface::OperationMode | convertOperationMode (uint) |
Protected Slots | |
| void | accessPointAdded (const QDBusObjectPath &) |
| void | accessPointRemoved (const QDBusObjectPath &) |
| void | wirelessPropertiesChanged (const QVariantMap &) |
Detailed Description
Definition at line 35 of file wirelessnetworkinterface.h.
Constructor & Destructor Documentation
| NMWirelessNetworkInterface::NMWirelessNetworkInterface | ( | const QString & | path, | |
| NMNetworkManager * | manager, | |||
| QObject * | parent | |||
| ) |
Definition at line 46 of file wirelessnetworkinterface.cpp.
| NMWirelessNetworkInterface::~NMWirelessNetworkInterface | ( | ) |
Definition at line 80 of file wirelessnetworkinterface.cpp.
Member Function Documentation
| void NMWirelessNetworkInterface::accessPointAdded | ( | const QDBusObjectPath & | apPath | ) | [protected, slot] |
Definition at line 169 of file wirelessnetworkinterface.cpp.
| void NMWirelessNetworkInterface::accessPointAppeared | ( | const QString & | ) | [signal] |
| void NMWirelessNetworkInterface::accessPointDisappeared | ( | const QString & | ) | [signal] |
| void NMWirelessNetworkInterface::accessPointRemoved | ( | const QDBusObjectPath & | apPath | ) | [protected, slot] |
Definition at line 179 of file wirelessnetworkinterface.cpp.
| MacAddressList NMWirelessNetworkInterface::accessPoints | ( | ) | const |
Definition at line 85 of file wirelessnetworkinterface.cpp.
| QString NMWirelessNetworkInterface::activeAccessPoint | ( | ) | const |
Definition at line 91 of file wirelessnetworkinterface.cpp.
| void NMWirelessNetworkInterface::activeAccessPointChanged | ( | const QString & | ) | [signal] |
| int NMWirelessNetworkInterface::bitRate | ( | ) | const |
Definition at line 109 of file wirelessnetworkinterface.cpp.
| void NMWirelessNetworkInterface::bitRateChanged | ( | int | bitrate | ) | [signal] |
| Solid::Control::WirelessNetworkInterface::Capabilities NMWirelessNetworkInterface::convertCapabilities | ( | uint | caps | ) | [static] |
| Solid::Control::WirelessNetworkInterface::OperationMode NMWirelessNetworkInterface::convertOperationMode | ( | uint | theirMode | ) | [static] |
Definition at line 190 of file wirelessnetworkinterface.cpp.
Definition at line 121 of file wirelessnetworkinterface.cpp.
| QString NMWirelessNetworkInterface::hardwareAddress | ( | ) | const |
Definition at line 97 of file wirelessnetworkinterface.cpp.
| Solid::Control::WirelessNetworkInterface::OperationMode NMWirelessNetworkInterface::mode | ( | ) | const |
Definition at line 103 of file wirelessnetworkinterface.cpp.
| void NMWirelessNetworkInterface::modeChanged | ( | Solid::Control::WirelessNetworkInterface::OperationMode | ) | [signal] |
| Solid::Control::WirelessNetworkInterface::Capabilities NMWirelessNetworkInterface::wirelessCapabilities | ( | ) | const |
Definition at line 115 of file wirelessnetworkinterface.cpp.
| void NMWirelessNetworkInterface::wirelessPropertiesChanged | ( | const QVariantMap & | changedProperties | ) | [protected, slot] |
Definition at line 126 of file wirelessnetworkinterface.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference