Qt 4.8
|
#include <qhostinfo_p.h>
Public Functions | |
QHostInfoPrivate () | |
Static Public Functions | |
static QHostInfo | fromName (const QString &hostName, QSharedPointer< QNetworkSession > networkSession) |
Public Variables | |
QList< QHostAddress > | addrs |
QHostInfo::HostInfoError | err |
QString | errorStr |
QString | hostName |
int | lookupId |
Definition at line 114 of file qhostinfo_p.h.
|
inline |
Definition at line 117 of file qhostinfo_p.h.
|
static |
Definition at line 286 of file qhostinfo.cpp.
Referenced by QAbstractSocket::waitForConnected().
QList<QHostAddress> QHostInfoPrivate::addrs |
Definition at line 130 of file qhostinfo_p.h.
Referenced by QHostInfo::addresses(), and QHostInfo::setAddresses().
QHostInfo::HostInfoError QHostInfoPrivate::err |
Definition at line 128 of file qhostinfo_p.h.
Referenced by QHostInfo::error(), and QHostInfo::setError().
QString QHostInfoPrivate::errorStr |
Definition at line 129 of file qhostinfo_p.h.
Referenced by QHostInfo::errorString(), and QHostInfo::setErrorString().
QString QHostInfoPrivate::hostName |
Definition at line 131 of file qhostinfo_p.h.
Referenced by QHostInfo::hostName(), and QHostInfo::setHostName().
int QHostInfoPrivate::lookupId |
Definition at line 132 of file qhostinfo_p.h.
Referenced by QHostInfo::lookupId(), QHostInfo::QHostInfo(), and QHostInfo::setLookupId().