akonadi
Akonadi::AgentManagerPrivate Class Reference
#include <agentmanager_p.h>
Public Member Functions | |
AgentManagerPrivate (AgentManager *parent) | |
void | agentInstanceAdded (const QString &) |
void | agentInstanceError (const QString &, const QString &) |
void | agentInstanceNameChanged (const QString &, const QString &) |
void | agentInstanceOnlineChanged (const QString &, bool) |
void | agentInstanceProgressChanged (const QString &, uint, const QString &) |
void | agentInstanceRemoved (const QString &) |
void | agentInstanceStatusChanged (const QString &, int, const QString &) |
void | agentInstanceWarning (const QString &, const QString &) |
void | agentTypeAdded (const QString &) |
void | agentTypeRemoved (const QString &) |
void | configure (const AgentInstance &, QWidget *) |
void | createDBusInterface () |
AgentInstance | createInstance (const AgentType &type) |
AgentInstance | fillAgentInstance (const QString &identifier) const |
AgentInstance | fillAgentInstanceLight (const QString &identifier) const |
AgentType | fillAgentType (const QString &identifier) const |
void | readAgentInstances () |
void | readAgentTypes () |
void | serviceOwnerChanged (const QString &name, const QString &oldOwner, const QString &newOwner) |
void | setName (const AgentInstance &, const QString &) |
void | setOnline (const AgentInstance &, bool) |
void | synchronize (const AgentInstance &) |
void | synchronizeCollectionTree (const AgentInstance &) |
Public Attributes | |
QHash< QString, AgentInstance > | mInstances |
org::freedesktop::Akonadi::AgentManager * | mManager |
AgentManager * | mParent |
QHash< QString, AgentType > | mTypes |
Static Public Attributes | |
static AgentManager * | mSelf |
Detailed Description
Definition at line 37 of file agentmanager_p.h.
Member Function Documentation
Reads the information about all known agent instances from the server.
If AgentManager is created before the Akonadi.Control interface is registered, the agent instances aren't immediately found then.
Reads the information about all known agent types from the serverside agent manager and updates mTypes, like agentTypeAdded() does.
This will not remove agents from the internal map that are no longer on the server.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:18:44 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:18:44 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.