QNetworkAddressEntry Class Reference

QNetworkAddressEntry Class Reference

#include <qnetworkinterface.h>

Class Description

Definition at line 60 of file qnetworkinterface.h.

Public Member Functions

 QNetworkAddressEntry ()
 
 QNetworkAddressEntry (const QNetworkAddressEntry &other)
 
QNetworkAddressEntryoperator= (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)
 

Constructor & Destructor Documentation

Member Function Documentation

QNetworkAddressEntry& operator= ( const QNetworkAddressEntry other)
bool operator== ( const QNetworkAddressEntry other) const
bool operator!= ( const QNetworkAddressEntry other) const
inline

Definition at line 68 of file qnetworkinterface.h.

69  { return !(*this == other); }
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)

The documentation for this class was generated from the following file: