ThreadWeaver
9 #include "qobjectdecorator.h"
10 #include "collection.h"
11 #include "managedjobpointer.h"
14 namespace ThreadWeaver
16 QObjectDecorator::QObjectDecorator(JobInterface *decoratee,
QObject *parent)
18 , IdDecorator(decoratee)
22 QObjectDecorator::QObjectDecorator(JobInterface *decoratee,
bool autoDelete,
QObject *parent)
24 , IdDecorator(decoratee, autoDelete)
28 void QObjectDecorator::defaultBegin(
const JobPointer &
self, Thread *thread)
32 job()->defaultBegin(
self, thread);
35 void QObjectDecorator::defaultEnd(
const JobPointer &
self, Thread *thread)
38 job()->defaultEnd(
self, thread);
39 if (!self->success()) {
47 #include "moc_qobjectdecorator.cpp"
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:10:21 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.