SolidModules
NMWirelessNetwork Class Reference
#include <NetworkManager-wirelessnetwork.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 |
bool | activateConnection (const QString &connectionUni, const QVariantMap &connectionParameters) |
QString | activeAccessPoint () const |
int | bitRate () const |
QObject * | createAccessPoint (const QString &uni) |
bool | deactivateConnection () |
QString | hardwareAddress () const |
Solid::Control::WirelessNetworkInterface::OperationMode | mode () const |
NMWirelessNetwork (const QString &networkPath) | |
void | setBitrate (int rate) |
void | setSignalStrength (const QDBusObjectPath &netPath, int strength) |
Solid::Control::WirelessNetworkInterface::Capabilities | wirelessCapabilities () const |
virtual | ~NMWirelessNetwork () |
Detailed Description
Definition at line 31 of file NetworkManager-wirelessnetwork.h.
Constructor & Destructor Documentation
NMWirelessNetwork::NMWirelessNetwork | ( | const QString & | networkPath | ) |
Definition at line 157 of file NetworkManager-wirelessnetwork.cpp.
NMWirelessNetwork::~NMWirelessNetwork | ( | ) | [virtual] |
Definition at line 164 of file NetworkManager-wirelessnetwork.cpp.
Member Function Documentation
void NMWirelessNetwork::accessPointAppeared | ( | const QString & | ) | [signal] |
void NMWirelessNetwork::accessPointDisappeared | ( | const QString & | ) | [signal] |
MacAddressList NMWirelessNetwork::accessPoints | ( | ) | const |
Definition at line 247 of file NetworkManager-wirelessnetwork.cpp.
bool NMWirelessNetwork::activateConnection | ( | const QString & | connectionUni, | |
const QVariantMap & | connectionParameters | |||
) | [virtual] |
Reimplemented from NMNetworkInterface.
Definition at line 284 of file NetworkManager-wirelessnetwork.cpp.
QString NMWirelessNetwork::activeAccessPoint | ( | ) | const |
Definition at line 253 of file NetworkManager-wirelessnetwork.cpp.
void NMWirelessNetwork::activeAccessPointChanged | ( | const QString & | ) | [signal] |
int NMWirelessNetwork::bitRate | ( | ) | const |
Definition at line 182 of file NetworkManager-wirelessnetwork.cpp.
void NMWirelessNetwork::bitRateChanged | ( | int | bitrate | ) | [signal] |
Definition at line 265 of file NetworkManager-wirelessnetwork.cpp.
bool NMWirelessNetwork::deactivateConnection | ( | ) | [virtual] |
Reimplemented from NMNetworkInterface.
Definition at line 291 of file NetworkManager-wirelessnetwork.cpp.
QString NMWirelessNetwork::hardwareAddress | ( | ) | const |
Definition at line 259 of file NetworkManager-wirelessnetwork.cpp.
Solid::Control::WirelessNetworkInterface::OperationMode NMWirelessNetwork::mode | ( | ) | const |
Definition at line 194 of file NetworkManager-wirelessnetwork.cpp.
void NMWirelessNetwork::modeChanged | ( | Solid::Control::WirelessNetworkInterface::OperationMode | ) | [signal] |
void NMWirelessNetwork::setBitrate | ( | int | rate | ) |
Definition at line 210 of file NetworkManager-wirelessnetwork.cpp.
void NMWirelessNetwork::setSignalStrength | ( | const QDBusObjectPath & | netPath, | |
int | strength | |||
) |
Definition at line 200 of file NetworkManager-wirelessnetwork.cpp.
Solid::Control::WirelessNetworkInterface::Capabilities NMWirelessNetwork::wirelessCapabilities | ( | ) | const |
Definition at line 188 of file NetworkManager-wirelessnetwork.cpp.
The documentation for this class was generated from the following files: