Qt 6.x
The Qt SDK
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 87 of file qhostinfo_p.h.

Constructor & Destructor Documentation

◆ QHostInfoPrivate()

QHostInfoPrivate::QHostInfoPrivate ( )
inline

Definition at line 90 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 103 of file qhostinfo_p.h.

◆ err

QHostInfo::HostInfoError QHostInfoPrivate::err

Definition at line 101 of file qhostinfo_p.h.

◆ errorStr

QString QHostInfoPrivate::errorStr

Definition at line 102 of file qhostinfo_p.h.

◆ hostName

QString QHostInfoPrivate::hostName

Definition at line 104 of file qhostinfo_p.h.

◆ lookupId

int QHostInfoPrivate::lookupId

Definition at line 105 of file qhostinfo_p.h.


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