KDEUI
kuiserverjobtracker.cpp
Go to the documentation of this file.
94 QDBusReply<QDBusObjectPath> reply = serverProxy->uiserver().requestView(componentData.aboutData()->programName(),
131 qWarning() << "Uh-oh...KUiServerJobTracker was trying to forward a job, but it was deleted from under us."
132 << "kuiserver *may* have a stranded job. we can't do anything about it because the returned objectPath is invalid.";
316 kDebug() << "The dbus name org.kde.JobViewServer is STILL NOT REGISTERED, even after starting kuiserver. Should not happen.";
virtual void unregisterJob(KJob *job)
QString appName() const
virtual void registerJob(KJob *job)
KUiServerJobTracker(QObject *parent=0)
Creates a new KJobTrackerInterface.
Definition: kuiserverjobtracker.cpp:63
virtual void infoMessage(KJob *job, const QString &plain, const QString &rich)
Definition: kuiserverjobtracker.cpp:220
virtual void percent(KJob *job, unsigned long percent)
Definition: kuiserverjobtracker.cpp:279
Files
const KAboutData * aboutData() const
static QDebug kError(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
QString programName() const
bool kill(KillVerbosity verbosity=Quietly)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
virtual void suspended(KJob *job)
Definition: kuiserverjobtracker.cpp:173
Directories
virtual ~KUiServerJobTracker()
Destroys a KJobTrackerInterface.
Definition: kuiserverjobtracker.cpp:69
static int startServiceByDesktopPath(const QString &_name, const QString &URL, QString *error=0, QString *serviceName=0, int *pid=0, const QByteArray &startup_id=QByteArray(), bool noWait=false)
QString errorText() const
virtual void speed(KJob *job, unsigned long value)
Definition: kuiserverjobtracker.cpp:290
EmitResult
virtual void unregisterJob(KJob *job)
Unregister a job from this tracker.
Definition: kuiserverjobtracker.cpp:139
const KComponentData & mainComponent()
The interface to implement to track the progresses of a job.
Definition: kuiserverjobtracker.h:31
virtual void registerJob(KJob *job)
Register a new job in this tracker.
Definition: kuiserverjobtracker.cpp:79
virtual void processedAmount(KJob *job, KJob::Unit unit, qulonglong amount)
Definition: kuiserverjobtracker.cpp:256
#define K_GLOBAL_STATIC(TYPE, NAME)
virtual void description(KJob *job, const QString &title, const QPair< QString, QString > &field1, const QPair< QString, QString > &field2)
Definition: kuiserverjobtracker.cpp:195
Capabilities capabilities() const
Unit
int error() const
virtual void finished(KJob *job)
The following slots are inherited from KJobTrackerInterface.
Definition: kuiserverjobtracker.cpp:158
QString programIconName() const
Bytes
virtual void totalAmount(KJob *job, KJob::Unit unit, qulonglong amount)
Definition: kuiserverjobtracker.cpp:233
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.