Qt 4.8
|
#include <qhostinfo_p.h>
Public Functions | |
QHostInfoRunnable (QString hn, int i) | |
void | run () |
Implement this pure virtual function in your subclass. More... | |
Public Functions inherited from QRunnable | |
bool | autoDelete () const |
Returns true is auto-deletion is enabled; false otherwise. More... | |
QRunnable () | |
Constructs a QRunnable. More... | |
void | setAutoDelete (bool _autoDelete) |
Enables auto-deletion if autoDelete is true; otherwise auto-deletion is disabled. More... | |
virtual | ~QRunnable () |
QRunnable virtual destructor. More... | |
Public Variables | |
int | id |
QHostInfoResult | resultEmitter |
QString | toBeLookedUp |
Definition at line 165 of file qhostinfo_p.h.
QHostInfoRunnable::QHostInfoRunnable | ( | QString | hn, |
int | i | ||
) |
Definition at line 496 of file qhostinfo.cpp.
|
virtual |
Implement this pure virtual function in your subclass.
Implements QRunnable.
Definition at line 502 of file qhostinfo.cpp.
int QHostInfoRunnable::id |
Definition at line 172 of file qhostinfo_p.h.
Referenced by QHostInfoLookupManager::abortLookup(), run(), and QHostInfoLookupManager::work().
QHostInfoResult QHostInfoRunnable::resultEmitter |
Definition at line 173 of file qhostinfo_p.h.
Referenced by QHostInfo::lookupHost(), and run().
QString QHostInfoRunnable::toBeLookedUp |
Definition at line 171 of file qhostinfo_p.h.
Referenced by run(), and QHostInfoLookupManager::work().