NetworkManagerQt
ipconfig.h
31 * Constructs an IP config object with a list of @p addresses, @p nameservers, @p domains and @p routes.
33 IpConfig(const IpAddresses &addresses, const QList<QHostAddress> &nameservers, const QStringList &domains, const IpRoutes &routes);
IpRoutes routes() const
Returns a list of static routes (not the default gateway) related to this configuration.
Definition ipconfig.cpp:275
QList< QHostAddress > nameservers() const
Returns a list of nameservers related to this configuration.
Definition ipconfig.cpp:265
void setIPv4Path(const QString &path)
Configure this class using the information on the following path.
Definition ipconfig.cpp:60
QStringList dnsOptions() const
Returns a list of DNS options that modify the behaviour of the DNS resolver.
Definition ipconfig.cpp:285
NetworkManager::IpAddresses addresses() const
Returns a list of IP addresses and gateway related to this configuration.
Definition ipconfig.cpp:255
IpConfig & operator=(const IpConfig &other)
Makes a copy of the IpConfig object other.
Definition ipconfig.cpp:290
IpConfig(const IpAddresses &addresses, const QList< QHostAddress > &nameservers, const QStringList &domains, const IpRoutes &routes)
Constructs an IP config object with a list of addresses, nameservers, domains and routes.
Definition ipconfig.cpp:44
void setIPv6Path(const QString &path)
Configure this class using the information on the following path.
Definition ipconfig.cpp:147
QStringList domains() const
Returns a list of domains related to this configuration.
Definition ipconfig.cpp:270
This class allows querying the underlying system to discover the available network interfaces and rea...
Definition accesspoint.h:21
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:19 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:19 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.