![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhostinfo_p.h>
Public Member Functions | |
QHostInfoPrivate () |
Static Public Member Functions | |
static int | lookupHostImpl (const QString &name, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, const char *member) |
Public Attributes | |
QHostInfo::HostInfoError | err |
QString | errorStr |
QList< QHostAddress > | addrs |
QString | hostName |
int | lookupId |
Definition at line 84 of file qhostinfo_p.h.
|
inline |
Definition at line 87 of file qhostinfo_p.h.
References QHostInfoPrivate(), and lookupId.
Referenced by QHostInfoPrivate().
|
static |
QList<QHostAddress> QHostInfoPrivate::addrs |
Definition at line 100 of file qhostinfo_p.h.
QHostInfo::HostInfoError QHostInfoPrivate::err |
Definition at line 98 of file qhostinfo_p.h.
QString QHostInfoPrivate::errorStr |
Definition at line 99 of file qhostinfo_p.h.
QString QHostInfoPrivate::hostName |
Definition at line 101 of file qhostinfo_p.h.
int QHostInfoPrivate::lookupId |
Definition at line 102 of file qhostinfo_p.h.
Referenced by QHostInfoPrivate().