akonadi
agentinstance.cpp
void configure(QWidget *parent=0)
Triggers the agent instance to show its configuration dialog.
Definition agentinstance.cpp:105
void abortCurrentTask() const
Tell the agent to abort its current operation.
Definition agentinstance.cpp:134
QString identifier() const
Returns the unique identifier of the agent instance.
Definition agentinstance.cpp:55
void synchronize()
Triggers the agent instance to start synchronization.
Definition agentinstance.cpp:110
bool isValid() const
Returns whether the agent instance object is valid.
Definition agentinstance.cpp:45
void setIsOnline(bool online)
Sets online status of the agent instance.
Definition agentinstance.cpp:100
void synchronizeCollectionTree()
Triggers a synchronization of the collection tree by the given agent instance.
Definition agentinstance.cpp:115
AgentInstance & operator=(const AgentInstance &other)
Definition agentinstance.cpp:120
QString statusMessage() const
Returns a textual presentation of the status of the agent instance.
Definition agentinstance.cpp:85
void setName(const QString &name)
Sets the user visible name of the agent instance.
Definition agentinstance.cpp:60
bool operator==(const AgentInstance &other) const
Definition agentinstance.cpp:129
int progress() const
Returns the progress of the agent instance in percent, or -1 if no progress information are available...
Definition agentinstance.cpp:90
void reconfigure() const
Tell the agent that its configuration has been changed remotely via D-Bus.
Definition agentinstance.cpp:149
QString name() const
Returns the user visible name of the agent instance.
Definition agentinstance.cpp:65
bool isOnline() const
Returns whether the agent instance is online currently.
Definition agentinstance.cpp:95
static AgentManager * self()
Returns the global instance of the agent manager.
Definition agentmanager.cpp:377
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:323
static QString serviceName(ServiceType serviceType)
Returns the namespaced D-Bus service name for serviceType.
Definition servermanager.cpp:307
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.