NAME
Qt::Network::QHostInfo
PUBLIC METHODS
- QHostInfo(int lookupId)
- QHostInfo(int lookupId = -1)
- QHostInfo(const QHostInfo & d)
- ~QHostInfo()
- static void abortHostLookup(int lookupId)
- QList<QHostAddress> addresses()
- QHostInfo::HostInfoError error()
- QString errorString()
- static QHostInfo fromName(const QString & name)
- QString hostName()
- static QString localDomainName()
- static QString localHostName()
- static int lookupHost(const QString & name, QObject * receiver, const char * member)
- int lookupId()
- QHostInfo & operator=(const QHostInfo & d)
- void setAddresses(const QList<QHostAddress> & addresses)
- void setError(QHostInfo::HostInfoError error)
- void setErrorString(const QString & errorString)
- void setHostName(const QString & name)
- void setLookupId(int id)
ENUM VALUES
- NoError
- HostNotFound
- UnknownError
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.