Akonadi
core/agentinstance.cpp
QString identifier() const
Returns the unique identifier of the agent instance.
Definition: core/agentinstance.cpp:42
void setIsOnline(bool online)
Sets online status of the agent instance.
Definition: core/agentinstance.cpp:87
QString message() const const
bool isValid() const const
static QString serviceName(ServiceType serviceType)
Returns the namespaced D-Bus service name for serviceType.
Definition: servermanager.cpp:335
QDBusMessage call(const QString &method, Args &&... args)
static QString agentServiceName(ServiceAgentType agentType, const QString &identifier)
Returns the namespaced D-Bus service name for an agent of type agentType with agent identifier identi...
Definition: servermanager.cpp:351
void reconfigure() const
Tell the agent that its configuration has been changed remotely via D-Bus.
Definition: core/agentinstance.cpp:146
bool operator==(const AgentInstance &other) const
Definition: core/agentinstance.cpp:126
void synchronize()
Triggers the agent instance to start synchronization.
Definition: core/agentinstance.cpp:97
void setName(const QString &name)
Sets the user visible name of the agent instance.
Definition: core/agentinstance.cpp:47
void synchronizeRelations()
Triggers a synchronization of relations by the given agent instance.
Definition: core/agentinstance.cpp:112
QString name() const
Returns the user visible name of the agent instance.
Definition: core/agentinstance.cpp:52
void synchronizeCollectionTree()
Triggers a synchronization of the collection tree by the given agent instance.
Definition: core/agentinstance.cpp:102
bool isValid() const const
bool isOnline() const
Returns whether the agent instance is online currently.
Definition: core/agentinstance.cpp:82
void abortCurrentTask() const
Tell the agent to abort its current operation.
Definition: core/agentinstance.cpp:131
AgentInstance & operator=(const AgentInstance &other)
Definition: core/agentinstance.cpp:117
void synchronizeTags()
Triggers a synchronization of tags by the given agent instance.
Definition: core/agentinstance.cpp:107
static AgentManager * self()
Returns the global instance of the agent manager.
Definition: core/agentmanager.cpp:355
QDBusError lastError() const const
int progress() const
Returns the progress of the agent instance in percent, or -1 if no progress information are available...
Definition: core/agentinstance.cpp:77
bool isValid() const
Returns whether the agent instance object is valid.
Definition: core/agentinstance.cpp:32
QString statusMessage() const
Returns a textual presentation of the status of the agent instance.
Definition: core/agentinstance.cpp:72
AKONADICORE_DEPRECATED void configure(QWidget *parent=nullptr)
Triggers the agent instance to show its configuration dialog.
Definition: core/agentinstance.cpp:92
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 03:58:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 03:58:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.