Qt 5.15
Qt Network
C++ Classes
QDnsLookup
Qt 5.15.12 Reference Documentation
List of All Members for QDnsLookup
This is the complete list of members for
QDnsLookup
, including inherited members.
enum
Error
QDnsLookup
(Type , const QString &, const QHostAddress &, QObject *)
QDnsLookup
(Type , const QString &, QObject *)
QDnsLookup
(QObject *)
enum
Type
abort
()
finished
()
lookup
()
nameChanged
(const QString &)
nameserverChanged
(const QHostAddress &)
typeChanged
(Type )
~QDnsLookup
()
canonicalNameRecords
() const : QList<QDnsDomainNameRecord>
error
() const : Error
errorString
() const : QString
hostAddressRecords
() const : QList<QDnsHostAddressRecord>
isFinished
() const : bool
mailExchangeRecords
() const : QList<QDnsMailExchangeRecord>
name
() const : QString
nameServerRecords
() const : QList<QDnsDomainNameRecord>
nameserver
() const : QHostAddress
pointerRecords
() const : QList<QDnsDomainNameRecord>
serviceRecords
() const : QList<QDnsServiceRecord>
setName
(const QString &)
setNameserver
(const QHostAddress &)
setType
(
QDnsLookup::Type
)
textRecords
() const : QList<QDnsTextRecord>
type
() const : Type