Akonadi
core/agentinstance.cpp
void abortCurrentTask() const
Tell the agent to abort its current operation.
Definition core/agentinstance.cpp:126
AKONADICORE_DEPRECATED void configure(QWidget *parent=nullptr)
Triggers the agent instance to show its configuration dialog.
Definition core/agentinstance.cpp:92
void synchronize()
Triggers the agent instance to start synchronization.
Definition core/agentinstance.cpp:97
bool isValid() const
Returns whether the agent instance object is valid.
Definition core/agentinstance.cpp:32
QString identifier() const
Returns the unique identifier of the agent instance.
void setIsOnline(bool online)
Sets online status of the agent instance.
Definition core/agentinstance.cpp:87
QStringList activities() const
Returns a list of activities of the agent instance.
Definition core/agentinstance.cpp:171
void synchronizeCollectionTree()
Triggers a synchronization of the collection tree by the given agent instance.
Definition core/agentinstance.cpp:102
AgentInstance & operator=(const AgentInstance &other)
Definition core/agentinstance.cpp:112
void setActivities(const QStringList &online)
Sets list of activities of the agent instance.
Definition core/agentinstance.cpp:176
void setName(const QString &name)
Sets the user visible name of the agent instance.
Definition core/agentinstance.cpp:47
QString statusMessage() const
Returns a textual presentation of the status of the agent instance.
bool operator==(const AgentInstance &other) const
Definition core/agentinstance.cpp:121
void synchronizeTags()
Triggers a synchronization of tags by the given agent instance.
Definition core/agentinstance.cpp:107
void setActivitiesEnabled(bool enabled)
Sets activities support enabled.
Definition core/agentinstance.cpp:186
void reconfigure() const
Tell the agent that its configuration has been changed remotely via D-Bus.
Definition core/agentinstance.cpp:141
bool isOnline() const
Returns whether the agent instance is online currently.
int progress() const
Returns the progress of the agent instance in percent, or -1 if no progress information are available...
bool activitiesEnabled() const
Returns true if agent instance has activities support enabled.
Definition core/agentinstance.cpp:181
QString name() const
Returns the user visible name of the agent instance.
Definition core/agentinstance.cpp:52
static AgentManager * self()
Returns the global instance of the agent manager.
Definition core/agentmanager.cpp:362
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:343
static QString serviceName(ServiceType serviceType)
Returns the namespaced D-Bus service name for serviceType.
Definition servermanager.cpp:327
Helper integration between Akonadi and Qt.
QDBusMessage call(QDBus::CallMode mode, const QString &method, Args &&... args)
bool isValid() const const
QDBusError lastError() const const
QString message() const const
bool isValid() const const
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.