![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhostinfo_p.h>
Public Member Functions | |
QHostInfoLookupManager () | |
~QHostInfoLookupManager () | |
void | clear () |
void | scheduleLookup (QHostInfoRunnable *r) |
void | abortLookup (int id) |
void | lookupFinished (QHostInfoRunnable *r) |
bool | wasAborted (int id) |
Public Attributes | |
QHostInfoCache | cache |
Protected Attributes | |
QQueue< QHostInfoRunnable * > | scheduledLookups |
QList< QHostInfoRunnable * > | finishedLookups |
QList< int > | abortedLookups |
QMutex | mutex |
bool | wasDeleted |
Friends | |
class | QHostInfoRunnable |
Definition at line 153 of file qhostinfo_p.h.
QHostInfoLookupManager::QHostInfoLookupManager | ( | ) |
Definition at line 887 of file qhostinfo.cpp.
QHostInfoLookupManager::~QHostInfoLookupManager | ( | ) |
Definition at line 897 of file qhostinfo.cpp.
void QHostInfoLookupManager::abortLookup | ( | int | id | ) |
Definition at line 998 of file qhostinfo.cpp.
void QHostInfoLookupManager::clear | ( | ) |
Definition at line 907 of file qhostinfo.cpp.
Referenced by qt_qhostinfo_clear_cache().
void QHostInfoLookupManager::lookupFinished | ( | QHostInfoRunnable * | r | ) |
Definition at line 1042 of file qhostinfo.cpp.
void QHostInfoLookupManager::scheduleLookup | ( | QHostInfoRunnable * | r | ) |
Definition at line 986 of file qhostinfo.cpp.
bool QHostInfoLookupManager::wasAborted | ( | int | id | ) |
Definition at line 1031 of file qhostinfo.cpp.
|
friend |
Definition at line 171 of file qhostinfo_p.h.
|
protected |
Definition at line 179 of file qhostinfo_p.h.
QHostInfoCache QHostInfoLookupManager::cache |
Definition at line 169 of file qhostinfo_p.h.
|
protected |
Definition at line 178 of file qhostinfo_p.h.
|
protected |
Definition at line 184 of file qhostinfo_p.h.
|
protected |
Definition at line 177 of file qhostinfo_p.h.
|
protected |
Definition at line 186 of file qhostinfo_p.h.