SolidModules
NMWiredNetworkInterface Class Reference
#include <wirednetworkinterface.h>
Inheritance diagram for NMWiredNetworkInterface:

Signals | |
void | bitRateChanged (int bitRate) |
void | carrierChanged (bool plugged) |
Public Member Functions | |
int | bitRate () const |
bool | carrier () const |
QString | hardwareAddress () const |
NMWiredNetworkInterface (const QString &path, NMNetworkManager *manager, QObject *parent) | |
void | setBitRate (const QVariant &) |
void | setCarrier (const QVariant &) |
~NMWiredNetworkInterface () | |
Protected Slots | |
void | wiredPropertiesChanged (const QVariantMap &) |
Properties | |
int | bitRate |
bool | carrier |
Detailed Description
Definition at line 33 of file wirednetworkinterface.h.
Constructor & Destructor Documentation
NMWiredNetworkInterface::NMWiredNetworkInterface | ( | const QString & | path, | |
NMNetworkManager * | manager, | |||
QObject * | parent | |||
) |
Definition at line 35 of file wirednetworkinterface.cpp.
NMWiredNetworkInterface::~NMWiredNetworkInterface | ( | ) |
Definition at line 47 of file wirednetworkinterface.cpp.
Member Function Documentation
int NMWiredNetworkInterface::bitRate | ( | ) | const |
void NMWiredNetworkInterface::bitRateChanged | ( | int | bitRate | ) | [signal] |
bool NMWiredNetworkInterface::carrier | ( | ) | const |
void NMWiredNetworkInterface::carrierChanged | ( | bool | plugged | ) | [signal] |
QString NMWiredNetworkInterface::hardwareAddress | ( | ) | const |
Definition at line 51 of file wirednetworkinterface.cpp.
void NMWiredNetworkInterface::setBitRate | ( | const QVariant & | bitrate | ) |
Definition at line 75 of file wirednetworkinterface.cpp.
void NMWiredNetworkInterface::setCarrier | ( | const QVariant & | carrier | ) |
Definition at line 69 of file wirednetworkinterface.cpp.
void NMWiredNetworkInterface::wiredPropertiesChanged | ( | const QVariantMap & | properties | ) | [protected, slot] |
Definition at line 81 of file wirednetworkinterface.cpp.
Property Documentation
int NMWiredNetworkInterface::bitRate [read, write] |
Definition at line 39 of file wirednetworkinterface.h.
bool NMWiredNetworkInterface::carrier [read, write] |
Definition at line 38 of file wirednetworkinterface.h.
The documentation for this class was generated from the following files: