akonadi
Akonadi::AgentFactoryBase Class Referenceabstract
#include <agentfactory.h>
Inheritance diagram for Akonadi::AgentFactoryBase:
Public Slots | |
virtual QObject * | createInstance (const QString &identifier) const =0 |
Public Member Functions | |
AgentFactoryBase (const char *catalogName, QObject *parent=0) | |
Protected Member Functions | |
void | createComponentData (const QString &identifier) const |
Detailed Description
A factory base class for in-process agents.
- See also
- AKONADI_AGENT_FACTORY()
- Since
- 4.6
Definition at line 43 of file agentfactory.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new agent factory.
Executed in the main thread, performs KDE infrastructure setup.
- Parameters
-
catalogName The translation catalog of this resource. parent The parent object.
Definition at line 44 of file agentfactory.cpp.
Member Function Documentation
|
pure virtualslot |
Creates a new agent instace with the given identifier.
Implemented in Akonadi::AgentFactory< T >.
The documentation for this class was generated from the following files:
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.