KoWidgetUtils
KoUpdaterPrivate_p.h
void interrupt()
Interrupt comes from the gui, through KoProgressUpdater, goes to KoUpdater to signal running tasks th...
Q_DECLARE_TYPEINFO(KoUpdaterPrivate::TimePoint, Q_MOVABLE_TYPE)
KoUpdaterPrivate(KoProgressUpdater *parent, int weight, const QString &name)
Definition: KoUpdaterPrivate_p.h:47
const QVector< TimePoint > & getPoints() const
Definition: KoUpdaterPrivate_p.h:83
~KoUpdaterPrivate() override
when deleting an updater, make sure the accompanying thread is interrupted, too.
void sigInterrupted()
Emitted whenever the parent KoProgressUpdater is interrupted, for instance through a press on a cance...
KoUpdaterPrivate is the gui-thread side of KoUpdater.
Definition: KoUpdaterPrivate_p.h:40
void setObjectName(const QString &name)
const char * name() const
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Apr 21 2021 23:25:26 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Apr 21 2021 23:25:26 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.