Akonadi::AgentFactory Class Reference
#include <agentfactory.h>
Inheritance diagram for Akonadi::AgentFactory:

Public Member Functions | |
AgentFactory (const char *catalogName, QObject *parent=0) | |
QObject * | createInstance (const QString &identifier) const |
Detailed Description
A factory for in-process agents.
- See also:
- AKONADI_AGENT_FACTORY()
- Since:
- 4.6
Constructor & Destructor Documentation
Akonadi::AgentFactory::AgentFactory | ( | const char * | catalogName, |
QObject * | parent = 0 |
||
) | [inline, explicit] |
reimplemented
Definition at line 82 of file agentfactory.h.
Member Function Documentation
QObject* Akonadi::AgentFactory::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: