![]() |
Qt 4.8
|
#include "QtCore/qcoreapplication.h"#include "private/qcoreapplication_p.h"#include "QtNetwork/qhostinfo.h"#include "QtCore/qmutex.h"#include "QtCore/qwaitcondition.h"#include "QtCore/qobject.h"#include "QtCore/qpointer.h"#include "QtCore/qthread.h"#include "QtCore/qthreadpool.h"#include "QtCore/qrunnable.h"#include "QtCore/qlist.h"#include "QtCore/qqueue.h"#include <QElapsedTimer>#include <QCache>#include <QNetworkSession>#include <QSharedPointer>Go to the source code of this file.
Classes | |
| class | QAbstractHostInfoLookupManager |
| class | QHostInfoAgent |
| class | QHostInfoCache |
| struct | QHostInfoCache::QHostInfoCacheElement |
| class | QHostInfoLookupManager |
| class | QHostInfoPrivate |
| class | QHostInfoResult |
| class | QHostInfoRunnable |
Functions | |
| void Q_AUTOTEST_EXPORT | qt_qhostinfo_clear_cache () |
| void Q_AUTOTEST_EXPORT | qt_qhostinfo_enable_cache (bool e) |
| QHostInfo Q_NETWORK_EXPORT | qt_qhostinfo_lookup (const QString &name, QObject *receiver, const char *member, bool *valid, int *id) |
| void Q_AUTOTEST_EXPORT qt_qhostinfo_clear_cache | ( | ) |
Definition at line 747 of file qhostinfo.cpp.
| void Q_AUTOTEST_EXPORT qt_qhostinfo_enable_cache | ( | bool | e | ) |
Definition at line 755 of file qhostinfo.cpp.
| QHostInfo Q_NETWORK_EXPORT qt_qhostinfo_lookup | ( | const QString & | name, |
| QObject * | receiver, | ||
| const char * | member, | ||
| bool * | valid, | ||
| int * | id | ||
| ) |
Definition at line 726 of file qhostinfo.cpp.
Referenced by QAbstractSocket::connectToHostImplementation().