akonadi
agentinstance.cpp
171 QDBusReply<void> reply = iface.call( QString::fromLatin1( "restartAgentInstance" ), identifier() );
void configure(QWidget *parent=0)
Triggers the agent instance to show its configuration dialog.
Definition: agentinstance.cpp:106
The agent instance does currently nothing.
Definition: agentinstance.h:77
void synchronizeCollectionTree()
Triggers a synchronization of the collection tree by the given agent instance.
Definition: agentinstance.cpp:116
void synchronize()
Triggers the agent instance to start synchronization.
Definition: agentinstance.cpp:111
The agent instance is working on something.
Definition: agentinstance.h:78
The agent is lacking required configuration.
Definition: agentinstance.h:80
QString identifier() const
Returns the unique identifier of the agent instance.
Definition: agentinstance.cpp:56
static QString serviceName(ServiceType serviceType)
Returns the namespaced D-Bus service name for serviceType.
Definition: servermanager.cpp:295
int progress() const
Returns the progress of the agent instance in percent, or -1 if no progress information are available...
Definition: agentinstance.cpp:91
void setIsOnline(bool online)
Sets online status of the agent instance.
Definition: agentinstance.cpp:101
AgentInstance & operator=(const AgentInstance &other)
Definition: agentinstance.cpp:121
bool isValid() const
Returns whether the agent instance object is valid.
Definition: agentinstance.cpp:45
bool isOnline() const
Returns whether the agent instance is online currently.
Definition: agentinstance.cpp:96
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:307
void setName(const QString &name)
Sets the user visible name of the agent instance.
Definition: agentinstance.cpp:61
QString name() const
Returns the user visible name of the agent instance.
Definition: agentinstance.cpp:66
static AgentManager * self()
Returns the global instance of the agent manager.
Definition: agentmanager.cpp:379
bool operator==(const AgentInstance &other) const
Definition: agentinstance.cpp:130
QString statusMessage() const
Returns a textual presentation of the status of the agent instance.
Definition: agentinstance.cpp:86
The agent instance encountered an error state.
Definition: agentinstance.h:79
void abortCurrentTask() const
Tell the agent to abort its current operation.
Definition: agentinstance.cpp:135
void reconfigure() const
Tell the agent that its configuration has been changed remotely via D-Bus.
Definition: agentinstance.cpp:150
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:15 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:15 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.