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
◆ AgentFactoryBase()
|
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.
◆ ~AgentFactoryBase()
|
virtual |
Definition at line 59 of file agentfactory.cpp.
Member Function Documentation
◆ createComponentData()
|
protected |
Definition at line 64 of file agentfactory.cpp.
◆ createInstance
|
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-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.