class AgentTypeModel


Module akonadi
Namespace Akonadi
Class AgentTypeModel
Inherits QAbstractItemModel
Provides a data model for agent types.

This class provides the interface of a QAbstractItemModel to access all available agent types: their name, identifier, supported mimetypes and capabilities.

Akonadi.AgentTypeModel *model = new Akonadi.AgentTypeModel( this );

QListView *view = new QListView( this ); view->setModel( model );

To show only agent types that match a given mime type or special capabilities, use the AgentFilterProxyModel on top of this model.

Author Tobias Koenig



enums

enum details

methods