class AgentType


Module akonadi
Namespace Akonadi
Class AgentType
Inherits
A representation of an agent type.

The agent type is a representation of an available agent, that can be started as an agent instance. It provides all information about the type.

All available agent types can be retrieved from the AgentManager.

Akonadi.AgentType.List types = Akonadi.AgentManager.self()->types(); foreach ( const Akonadi.AgentType &type, types ) { qDebug() << "Name:" << type.name() << "(" << type.identifier() << ")"; }

Author Tobias Koenig



methods