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
QHostInfoRunnable Class Reference

#include <qhostinfo_p.h>

Inheritance diagram for QHostInfoRunnable:
Collaboration diagram for QHostInfoRunnable:

Public Member Functions

 QHostInfoRunnable (const QString &hn, int i, const QObject *receiver, QtPrivate::SlotObjUniquePtr slotObj)
 ~QHostInfoRunnable () override
void run () override
 Implement this pure virtual function in your subclass.
Public Member Functions inherited from QRunnable
constexpr QRunnable () noexcept=default
 Constructs a QRunnable.
virtual ~QRunnable ()
 QRunnable virtual destructor.
bool autoDelete () const
 Returns true is auto-deletion is enabled; false otherwise.
void setAutoDelete (bool autoDelete)
 Enables auto-deletion if autoDelete is true; otherwise auto-deletion is disabled.

Public Attributes

QString toBeLookedUp
int id
QHostInfoResult resultEmitter

Additional Inherited Members

Public Types inherited from QRunnable
template<typename Callable>
using if_callable = std::enable_if_t<std::is_invocable_r_v<void, Callable>, bool>
Static Public Member Functions inherited from QRunnable
template<typename Callable, if_callable< Callable > = true>
static QRunnablecreate (Callable &&functionToRun)
static QRunnablecreate (std::nullptr_t)=delete

Detailed Description

Definition at line 138 of file qhostinfo_p.h.

Constructor & Destructor Documentation

◆ QHostInfoRunnable()

QHostInfoRunnable::QHostInfoRunnable ( const QString & hn,
int i,
const QObject * receiver,
QtPrivate::SlotObjUniquePtr slotObj )
explicit

Definition at line 820 of file qhostinfo.cpp.

◆ ~QHostInfoRunnable()

QHostInfoRunnable::~QHostInfoRunnable ( )
overridedefault

Member Function Documentation

◆ run()

void QHostInfoRunnable::run ( )
overridevirtual

Implement this pure virtual function in your subclass.

Implements QRunnable.

Definition at line 831 of file qhostinfo.cpp.

Member Data Documentation

◆ id

int QHostInfoRunnable::id

Definition at line 148 of file qhostinfo_p.h.

◆ resultEmitter

QHostInfoResult QHostInfoRunnable::resultEmitter

Definition at line 149 of file qhostinfo_p.h.

◆ toBeLookedUp

QString QHostInfoRunnable::toBeLookedUp

Definition at line 147 of file qhostinfo_p.h.


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