![]() |
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 163 of file qhostinfo_p.h.
| QHostInfoLookupManager::QHostInfoLookupManager | ( | ) |
Definition at line 893 of file qhostinfo.cpp.
| QHostInfoLookupManager::~QHostInfoLookupManager | ( | ) |
Definition at line 903 of file qhostinfo.cpp.
| void QHostInfoLookupManager::abortLookup | ( | int | id | ) |
Definition at line 1004 of file qhostinfo.cpp.
| void QHostInfoLookupManager::clear | ( | ) |
Definition at line 913 of file qhostinfo.cpp.
Referenced by qt_qhostinfo_clear_cache().
| void QHostInfoLookupManager::lookupFinished | ( | QHostInfoRunnable * | r | ) |
Definition at line 1048 of file qhostinfo.cpp.
Referenced by QHostInfoRunnable::run().
| void QHostInfoLookupManager::scheduleLookup | ( | QHostInfoRunnable * | r | ) |
Definition at line 992 of file qhostinfo.cpp.
| bool QHostInfoLookupManager::wasAborted | ( | int | id | ) |
Definition at line 1037 of file qhostinfo.cpp.
|
friend |
Definition at line 184 of file qhostinfo_p.h.
|
protected |
Definition at line 192 of file qhostinfo_p.h.
| QHostInfoCache QHostInfoLookupManager::cache |
Definition at line 182 of file qhostinfo_p.h.
Referenced by QHostInfo::qt_qhostinfo_lookup.
|
protected |
Definition at line 191 of file qhostinfo_p.h.
|
protected |
Definition at line 197 of file qhostinfo_p.h.
|
protected |
Definition at line 190 of file qhostinfo_p.h.
|
protected |
Definition at line 199 of file qhostinfo_p.h.