Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHostInfoPrivate Class Reference

#include <qhostinfo_p.h>

Collaboration diagram for QHostInfoPrivate:

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< QHostAddressaddrs
QString hostName
int lookupId

Detailed Description

Definition at line 84 of file qhostinfo_p.h.

Constructor & Destructor Documentation

◆ QHostInfoPrivate()

QHostInfoPrivate::QHostInfoPrivate ( )
inline

Definition at line 87 of file qhostinfo_p.h.

References QHostInfoPrivate(), and lookupId.

Referenced by QHostInfoPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ lookupHostImpl()

int QHostInfoPrivate::lookupHostImpl ( const QString & name,
const QObject * receiver,
QtPrivate::QSlotObjectBase * slotObj,
const char * member )
static

Member Data Documentation

◆ addrs

QList<QHostAddress> QHostInfoPrivate::addrs

Definition at line 100 of file qhostinfo_p.h.

◆ err

QHostInfo::HostInfoError QHostInfoPrivate::err

Definition at line 98 of file qhostinfo_p.h.

◆ errorStr

QString QHostInfoPrivate::errorStr

Definition at line 99 of file qhostinfo_p.h.

◆ hostName

QString QHostInfoPrivate::hostName

Definition at line 101 of file qhostinfo_p.h.

◆ lookupId

int QHostInfoPrivate::lookupId

Definition at line 102 of file qhostinfo_p.h.

Referenced by QHostInfoPrivate().


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