ThreadWeaver
thread.cpp
54 parent->objectName().isEmpty() ? QString::fromLatin1("Queue(0x%1)").arg(quintptr(parent), 0, 16, QChar::fromLatin1('0')) : parent->objectName();
55 setObjectName(QString::fromLatin1("%1[%2]").arg(queueName).arg(QString::number(id()), 2, QChar::fromLatin1('0')));
void run() override
The run method is reimplemented to execute jobs from the queue.
Definition: thread.cpp:68
QString number(int n, int base)
Q_EMITQ_EMIT
void started()
QCoreApplication * instance()
QString arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const const
QString fromLatin1(const char *str, int size)
Thread represents a worker thread in a Queue's inventory.
Definition: thread.h:27
objectName
void requestAbort()
Request the abortion of the job that is processed currently.
Definition: thread.cpp:112
QObject * parent() const const
QChar fromLatin1(char c)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 04:03:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 04:03:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.