Akonadi
agentserver.cpp
23 QDBusConnection::sessionBus().registerObject(QStringLiteral(AKONADI_DBUS_AGENTSERVER_PATH), this, QDBusConnection::ExportScriptableSlots);
47void AgentServer::startAgent(const QString &identifier, const QString &typeIdentifier, const QString &fileName)
49 qCDebug(AKONADIAGENTSERVER_LOG) << "Starting agent" << identifier << "of type" << typeIdentifier << "(file:" << fileName << ")";
A class that encapsulates an agent instance inside a thread.
Definition agentthread.h:17
Helper integration between Akonadi and Qt.
QCoreApplication * instance()
void quit()
ExportScriptableSlots
bool registerObject(const QString &path, QObject *object, RegisterOptions options)
QDBusConnection sessionBus()
QObjectList
QThread * thread() const const
QObject * instance()
bool isLoaded() const const
QObjectList staticInstances()
T dequeue()
void enqueue(const T &t)
void quit()
void start(Priority priority)
bool wait(QDeadlineTimer deadline)
singleShot
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.