class AgentManager


Module akonadi
Namespace Akonadi
Class AgentManager
Inherits QObject
Provides an interface to retrieve agent types and manage agent instances.

This singleton class can be used to create or remove agent instances or trigger synchronization of collections. Furthermore it provides information about status changes of the agents.

Akonadi.AgentManager *manager = Akonadi.AgentManager.self();

Akonadi.AgentType.List types = manager->types(); foreach( const Akonadi.AgentType type&, types ) { qDebug() << "Type:" << type.name() << type.description(); }

Author Tobias Koenig



methods