akonadi
Akonadi::AgentFactory< T > Class Template Reference
#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 |
Public Member Functions inherited from Akonadi::AgentFactoryBase | |
AgentFactoryBase (const char *catalogName, QObject *parent=0) | |
Additional Inherited Members | |
Public Slots inherited from Akonadi::AgentFactoryBase | |
Protected Member Functions inherited from Akonadi::AgentFactoryBase | |
void | createComponentData (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 80 of file agentfactory.h.
Constructor & Destructor Documentation
template<typename T >
|
inlineexplicit |
reimplemented
Definition at line 84 of file agentfactory.h.
Member Function Documentation
template<typename T >
|
inlinevirtual |
Creates a new agent instace with the given identifier.
Implements Akonadi::AgentFactoryBase.
Definition at line 89 of file agentfactory.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.