akonadi
Akonadi::AgentFactoryBase Class Reference
#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
Constructor & Destructor Documentation
AgentFactoryBase::AgentFactoryBase | ( | const char * | catalogName, |
QObject * | parent = 0 |
||
) | [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 42 of file agentfactory.cpp.
Member Function Documentation
virtual QObject* Akonadi::AgentFactoryBase::createInstance | ( | const QString & | identifier | ) | const [pure virtual, slot] |
Creates a new agent instace with the given identifier.
Implemented in Akonadi::AgentFactory.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:09:29 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:09:29 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.