KDEUI
Go to the documentation of this file.
21 #ifndef KSTATUSBARJOBTRACKER_H
22 #define KSTATUSBARJOBTRACKER_H
37 NoInformation = 0x0000,
42 Q_DECLARE_FLAGS(StatusBarModes, StatusBarMode)
62 virtual
void registerJob(
KJob *job);
69 virtual
void unregisterJob(
KJob *job);
84 void setStatusBarMode(StatusBarModes statusBarMode);
90 virtual
void description(
KJob *job, const
QString &title,
92 const
QPair<QString, QString> &field2);
93 virtual
void totalAmount(
KJob *job,
KJob::Unit unit, qulonglong amount);
94 virtual
void percent(
KJob *job,
unsigned long percent);
95 virtual
void speed(
KJob *job,
unsigned long value);
96 virtual
void slotClean(
KJob *job);
103 Q_DECLARE_OPERATORS_FOR_FLAGS(KStatusBarJobTracker::StatusBarModes)
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Feb 9 2013 12:06:06 by
doxygen 1.8.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.