Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHostInfoLookupManager Class Reference

#include <qhostinfo_p.h>

Collaboration diagram for QHostInfoLookupManager:

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

Detailed Description

Definition at line 153 of file qhostinfo_p.h.

Constructor & Destructor Documentation

◆ QHostInfoLookupManager()

QHostInfoLookupManager::QHostInfoLookupManager ( )

Definition at line 887 of file qhostinfo.cpp.

◆ ~QHostInfoLookupManager()

QHostInfoLookupManager::~QHostInfoLookupManager ( )

Definition at line 897 of file qhostinfo.cpp.

Member Function Documentation

◆ abortLookup()

void QHostInfoLookupManager::abortLookup ( int id)

Definition at line 998 of file qhostinfo.cpp.

◆ clear()

void QHostInfoLookupManager::clear ( )

Definition at line 907 of file qhostinfo.cpp.

Referenced by qt_qhostinfo_clear_cache().

Here is the caller graph for this function:

◆ lookupFinished()

void QHostInfoLookupManager::lookupFinished ( QHostInfoRunnable * r)

Definition at line 1042 of file qhostinfo.cpp.

◆ scheduleLookup()

void QHostInfoLookupManager::scheduleLookup ( QHostInfoRunnable * r)

Definition at line 986 of file qhostinfo.cpp.

◆ wasAborted()

bool QHostInfoLookupManager::wasAborted ( int id)

Definition at line 1031 of file qhostinfo.cpp.

◆ QHostInfoRunnable

friend class QHostInfoRunnable
friend

Definition at line 171 of file qhostinfo_p.h.

Member Data Documentation

◆ abortedLookups

QList<int> QHostInfoLookupManager::abortedLookups
protected

Definition at line 179 of file qhostinfo_p.h.

◆ cache

QHostInfoCache QHostInfoLookupManager::cache

Definition at line 169 of file qhostinfo_p.h.

◆ finishedLookups

QList<QHostInfoRunnable*> QHostInfoLookupManager::finishedLookups
protected

Definition at line 178 of file qhostinfo_p.h.

◆ mutex

QMutex QHostInfoLookupManager::mutex
protected

Definition at line 184 of file qhostinfo_p.h.

◆ scheduledLookups

QQueue<QHostInfoRunnable*> QHostInfoLookupManager::scheduledLookups
protected

Definition at line 177 of file qhostinfo_p.h.

◆ wasDeleted

bool QHostInfoLookupManager::wasDeleted
protected

Definition at line 186 of file qhostinfo_p.h.


The documentation for this class was generated from the following files: