Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 83 of file qhostinfo_p.h.

Constructor & Destructor Documentation

◆ QHostInfoPrivate()

QHostInfoPrivate::QHostInfoPrivate ( )
inline

Definition at line 86 of file qhostinfo_p.h.

Member Function Documentation

◆ lookupHostImpl()

static 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 99 of file qhostinfo_p.h.

◆ err

QHostInfo::HostInfoError QHostInfoPrivate::err

Definition at line 97 of file qhostinfo_p.h.

◆ errorStr

QString QHostInfoPrivate::errorStr

Definition at line 98 of file qhostinfo_p.h.

◆ hostName

QString QHostInfoPrivate::hostName

Definition at line 100 of file qhostinfo_p.h.

◆ lookupId

int QHostInfoPrivate::lookupId

Definition at line 101 of file qhostinfo_p.h.


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