Akonadi::AgentFactory< T > Class Template Reference
A factory for in-process agents. More...
#include <agentfactory.h>
Inheritance diagram for Akonadi::AgentFactory< T >:

Public Member Functions | |
AgentFactory (const char *catalogName, QObject *parent=0) | |
QObject * | createInstance (const QString &identifier) const |
Detailed Description
template<typename T>
class Akonadi::AgentFactory< T >
A factory for in-process agents.
- See also:
- AKONADI_AGENT_FACTORY()
- Since:
- 4.6
Definition at line 78 of file agentfactory.h.
Constructor & Destructor Documentation
template<typename T >
Akonadi::AgentFactory< T >::AgentFactory | ( | const char * | catalogName, |
QObject * | parent = 0 |
||
) | [inline, explicit] |
reimplemented
Definition at line 82 of file agentfactory.h.
Member Function Documentation
template<typename T >
QObject* Akonadi::AgentFactory< T >::createInstance | ( | const QString & | identifier | ) | const [inline, virtual] |
Creates a new agent instace with the given identifier.
Implements Akonadi::AgentFactoryBase.
Definition at line 87 of file agentfactory.h.
The documentation for this class was generated from the following file: