libkdepim
progressmanager.cpp
Go to the documentation of this file.
static ProgressManager * instance()
Definition: progressmanager.cpp:159
void progressItemUsesCrypto(KPIM::ProgressItem *, bool)
Emitted when the crypto status of an item changed.
void removeChild(ProgressItem *kiddo)
Definition: progressmanager.cpp:72
void progressItemProgress(KPIM::ProgressItem *, unsigned int)
Emitted when the progress value of an item changes.
void progressItemCompleted(KPIM::ProgressItem *)
void progressItemProgress(KPIM::ProgressItem *, unsigned int)
void progressItemUsesCrypto(KPIM::ProgressItem *, bool)
void progressItemLabel(KPIM::ProgressItem *, const QString &)
Emitted when the label of an item changed.
void progressItemStatus(KPIM::ProgressItem *, const QString &)
void progressItemLabel(KPIM::ProgressItem *, const QString &)
void setUsesCrypto(bool v)
Set whether this item uses crypted communication, so listeners can display a nice crypto icon...
Definition: progressmanager.cpp:131
The ProgressManager singleton keeps track of all ongoing transactions and notifies observers (progres...
Definition: progressmanager.h:278
void progressItemUsesBusyIndicator(KPIM::ProgressItem *item, bool value)
Emitted when the busy indicator state of an item changes.
virtual ~ProgressManager()
Definition: progressmanager.cpp:157
void progressItemUsesBusyIndicator(KPIM::ProgressItem *, bool)
void setProgress(unsigned int v)
Set the progress (percentage of completion) value of this item.
Definition: progressmanager.cpp:112
ProgressItem(ProgressItem *parent, const QString &id, const QString &label, const QString &status, bool isCancellable, bool usesCrypto)
Definition: progressmanager.cpp:34
void setUsesBusyIndicator(bool useBusyIndicator)
Sets whether this item uses a busy indicator instead of real progress for its progress bar...
Definition: progressmanager.cpp:137
void progressItemStatus(KPIM::ProgressItem *, const QString &)
Emitted when the status message of an item changed.
void slotStandardCancelHandler(KPIM::ProgressItem *item)
Calls setCompleted() on the item, to make sure it goes away.
Definition: progressmanager.cpp:231
Definition: progressmanager.h:45
void progressItemCompleted(KPIM::ProgressItem *)
Emitted when a progress item was completed.
void progressItemAdded(KPIM::ProgressItem *)
void progressItemCanceled(KPIM::ProgressItem *)
Emitted when an item was canceled.
void progressItemCanceled(KPIM::ProgressItem *)
void showProgressDialog()
Emitted when an operation requests the listeners to be shown.
ProgressItem * singleItem() const
Definition: progressmanager.cpp:236
void setStatus(const QString &v)
Set the string to be used for showing this item's current status.
Definition: progressmanager.cpp:125
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.