![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtNetwork/private/qtnetworkglobal_p.h>
#include "QtCore/qcoreapplication.h"
#include "private/qcoreapplication_p.h"
#include "private/qmetaobject_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/qrunnable.h"
#include "QtCore/qlist.h"
#include "QtCore/qqueue.h"
#include <QElapsedTimer>
#include <QCache>
#include <atomic>
Go to the source code of this file.
Classes | |
class | QHostInfoResult |
class | QHostInfoAgent |
class | QHostInfoPrivate |
class | QHostInfoCache |
class | QHostInfoRunnable |
class | QHostInfoLookupManager |
Functions | |
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 () |
void Q_AUTOTEST_EXPORT | qt_qhostinfo_enable_cache (bool e) |
void Q_AUTOTEST_EXPORT | qt_qhostinfo_cache_inject (const QString &hostname, const QHostInfo &resolution) |
void Q_AUTOTEST_EXPORT qt_qhostinfo_cache_inject | ( | const QString & | hostname, |
const QHostInfo & | resolution ) |
void Q_AUTOTEST_EXPORT qt_qhostinfo_clear_cache | ( | ) |
Definition at line 1078 of file qhostinfo.cpp.
References QHostInfoLookupManager::clear().
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 ) |
Definition at line 99 of file qhostinfo.cpp.