SolidModules
NMWiredNetwork Class Reference
#include <NetworkManager-wirednetwork.h>
Inheritance diagram for NMWiredNetwork:

Signals | |
void | bitRateChanged (int bitRate) |
void | carrierChanged (bool plugged) |
Public Member Functions | |
bool | activateConnection (const QString &connectionUni, const QVariantMap &connectionParameters) |
int | bitRate () const |
bool | carrier () const |
bool | deactivateConnection () |
QString | hardwareAddress () const |
NMWiredNetwork (const QString &networkPath) | |
void | setBitrate (int rate) |
void | setCarrier (bool carrier) |
virtual | ~NMWiredNetwork () |
Detailed Description
Definition at line 31 of file NetworkManager-wirednetwork.h.
Constructor & Destructor Documentation
NMWiredNetwork::NMWiredNetwork | ( | const QString & | networkPath | ) |
Definition at line 56 of file NetworkManager-wirednetwork.cpp.
NMWiredNetwork::~NMWiredNetwork | ( | ) | [virtual] |
Definition at line 61 of file NetworkManager-wirednetwork.cpp.
Member Function Documentation
bool NMWiredNetwork::activateConnection | ( | const QString & | connectionUni, | |
const QVariantMap & | connectionParameters | |||
) | [virtual] |
Reimplemented from NMNetworkInterface.
Definition at line 103 of file NetworkManager-wirednetwork.cpp.
int NMWiredNetwork::bitRate | ( | ) | const |
Definition at line 71 of file NetworkManager-wirednetwork.cpp.
void NMWiredNetwork::bitRateChanged | ( | int | bitRate | ) | [signal] |
bool NMWiredNetwork::carrier | ( | ) | const |
Definition at line 77 of file NetworkManager-wirednetwork.cpp.
void NMWiredNetwork::carrierChanged | ( | bool | plugged | ) | [signal] |
bool NMWiredNetwork::deactivateConnection | ( | ) | [virtual] |
Reimplemented from NMNetworkInterface.
Definition at line 117 of file NetworkManager-wirednetwork.cpp.
QString NMWiredNetwork::hardwareAddress | ( | ) | const |
Definition at line 65 of file NetworkManager-wirednetwork.cpp.
void NMWiredNetwork::setBitrate | ( | int | rate | ) |
Definition at line 83 of file NetworkManager-wirednetwork.cpp.
void NMWiredNetwork::setCarrier | ( | bool | carrier | ) |
Definition at line 93 of file NetworkManager-wirednetwork.cpp.
The documentation for this class was generated from the following files: