Solid
Go to the documentation of this file.
25 #include <solid/ifaces/networkinterface.h>
27 Solid::NetworkInterface::NetworkInterface(
QObject *backendObject)
28 : DeviceInterface(*new NetworkInterfacePrivate(), backendObject)
40 return_SOLID_CALL(Ifaces::NetworkInterface *, d->backendObject(), QString(), ifaceName());
46 return_SOLID_CALL(Ifaces::NetworkInterface *, d->backendObject(),
false, isWireless());
52 return_SOLID_CALL(Ifaces::NetworkInterface *, d->backendObject(), QString(), hwAddress());
57 Q_D(
const NetworkInterface);
58 return_SOLID_CALL(Ifaces::NetworkInterface *, d->backendObject(), 0, macAddress());
61 #include "networkinterface.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Sep 23 2014 09:57:05 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.