libsolidcontrol
Solid::Control::IPv4Config Class Reference
#include <networkipv4config.h>
Public Member Functions | |
| QList< IPv4Address > | addresses () const |
| QStringList | domains () const |
| IPv4Config (const IPv4Config &) | |
| IPv4Config () | |
| IPv4Config (const QList< IPv4Address > &addresses, const QList< quint32 > &nameservers, const QStringList &domains, const QList< IPv4Route > &routes) | |
| bool | isValid () const |
| QList< quint32 > | nameservers () const |
| IPv4Config & | operator= (const IPv4Config &) |
| QList< IPv4Route > | routes () const |
| ~IPv4Config () | |
Detailed Description
Definition at line 69 of file networkipv4config.h.
Constructor & Destructor Documentation
| Solid::Control::IPv4Config::IPv4Config | ( | const QList< IPv4Address > & | addresses, | |
| const QList< quint32 > & | nameservers, | |||
| const QStringList & | domains, | |||
| const QList< IPv4Route > & | routes | |||
| ) |
Definition at line 181 of file networkipv4config.cpp.
| Solid::Control::IPv4Config::IPv4Config | ( | ) |
Definition at line 189 of file networkipv4config.cpp.
| Solid::Control::IPv4Config::~IPv4Config | ( | ) |
Definition at line 199 of file networkipv4config.cpp.
| Solid::Control::IPv4Config::IPv4Config | ( | const IPv4Config & | other | ) |
Definition at line 194 of file networkipv4config.cpp.
Member Function Documentation
| QList< Solid::Control::IPv4Address > Solid::Control::IPv4Config::addresses | ( | ) | const |
List of IP addresses related to this configuration.
Definition at line 204 of file networkipv4config.cpp.
| QStringList Solid::Control::IPv4Config::domains | ( | ) | const |
Definition at line 214 of file networkipv4config.cpp.
| bool Solid::Control::IPv4Config::isValid | ( | ) | const |
Definition at line 228 of file networkipv4config.cpp.
| QList< quint32 > Solid::Control::IPv4Config::nameservers | ( | ) | const |
Definition at line 209 of file networkipv4config.cpp.
| Solid::Control::IPv4Config & Solid::Control::IPv4Config::operator= | ( | const IPv4Config & | other | ) |
Definition at line 219 of file networkipv4config.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference