SolidModules
NetworkManager-networkinterface.cpp File Reference
#include "NetworkManager-networkinterface.h"
#include "NetworkManager-networkinterface_p.h"
#include <QtDBus/QDBusConnection>
#include <QtDBus/QDBusReply>
#include <kdebug.h>
#include <solid/control/networkinterface.h>
#include "NetworkManager-networkinterface.moc"
Include dependency graph for NetworkManager-networkinterface.cpp:

Go to the source code of this file.
Functions | |
void | deserialize (const QDBusMessage &message, NMDBusDeviceProperties &device) |
void | dump (const NMDBusDeviceProperties &device) |
quint32 | parseIPv4Address (const QString &addressString) |
Solid::Control::IPv4Config | parseIPv4Config (const NMDBusDeviceProperties &dev) |
Function Documentation
void deserialize | ( | const QDBusMessage & | message, | |
NMDBusDeviceProperties & | device | |||
) |
Definition at line 57 of file NetworkManager-networkinterface.cpp.
void dump | ( | const NMDBusDeviceProperties & | device | ) |
Definition at line 31 of file NetworkManager-networkinterface.cpp.
quint32 parseIPv4Address | ( | const QString & | addressString | ) |
Definition at line 84 of file NetworkManager-networkinterface.cpp.
Solid::Control::IPv4Config parseIPv4Config | ( | const NMDBusDeviceProperties & | dev | ) |
Definition at line 102 of file NetworkManager-networkinterface.cpp.