#include <qnetworkinterface.h>
Definition at line 60 of file qnetworkinterface.h.
Public Member Functions | |
QNetworkAddressEntry () | |
QNetworkAddressEntry (const QNetworkAddressEntry &other) | |
QNetworkAddressEntry & | operator= (const QNetworkAddressEntry &other) |
~QNetworkAddressEntry () | |
bool | operator== (const QNetworkAddressEntry &other) const |
bool | operator!= (const QNetworkAddressEntry &other) const |
QHostAddress | ip () const |
void | setIp (const QHostAddress &newIp) |
QHostAddress | netmask () const |
void | setNetmask (const QHostAddress &newNetmask) |
int | prefixLength () const |
void | setPrefixLength (int length) |
QHostAddress | broadcast () const |
void | setBroadcast (const QHostAddress &newBroadcast) |
QNetworkAddressEntry | ( | const QNetworkAddressEntry & | other | ) |
~QNetworkAddressEntry | ( | ) |
QNetworkAddressEntry& operator= | ( | const QNetworkAddressEntry & | other | ) |
bool operator== | ( | const QNetworkAddressEntry & | other | ) | const |
|
inline |
Definition at line 68 of file qnetworkinterface.h.
QHostAddress ip | ( | ) | const |
void setIp | ( | const QHostAddress & | newIp | ) |
QHostAddress netmask | ( | ) | const |
void setNetmask | ( | const QHostAddress & | newNetmask | ) |
int prefixLength | ( | ) | const |
QHostAddress broadcast | ( | ) | const |
void setBroadcast | ( | const QHostAddress & | newBroadcast | ) |