Go to the documentation of this file.
21#include "kuiserver_interface.h"
26class JobUrlCacheSingleton
36 return s_jobUrlCache->instance;
39JobUrlCache::JobUrlCache() :
QObject(0)
41 org::kde::kuiserver *
interface = new
42 org::kde::kuiserver("org.kde.kuiserver", "/JobViewServer", QDBusConnection::sessionBus(), this);
45 connect(interface, SIGNAL(jobUrlsChanged(QStringList)),
46 this, SLOT(slotJobUrlsChanged(QStringList)));
49 interface->emitJobUrlsChanged();
56void JobUrlCache::slotJobUrlsChanged(QStringList urlList)
67#include "joburlcache_p.moc"
void requestJobUrlsChanged()
void jobUrlsChanged(QStringList)
static JobUrlCache & instance()
#define K_GLOBAL_STATIC(TYPE, NAME)
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.16.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.