akregator
Akregator::Backend::StorageFactoryRegistry Class Reference
#include <storagefactoryregistry.h>
Public Member Functions | |
~StorageFactoryRegistry () | |
bool | containsFactory (const QString &typestr) const |
StorageFactory * | getFactory (const QString &typestr) |
QStringList | list () const |
bool | registerFactory (StorageFactory *factory, const QString &typestr) |
void | unregisterFactory (const QString &typestr) |
Static Public Member Functions | |
static StorageFactoryRegistry * | self () |
Detailed Description
Definition at line 38 of file storagefactoryregistry.h.
Constructor & Destructor Documentation
Akregator::Backend::StorageFactoryRegistry::~StorageFactoryRegistry | ( | ) |
Definition at line 83 of file storagefactoryregistry.cpp.
Member Function Documentation
bool Akregator::Backend::StorageFactoryRegistry::containsFactory | ( | const QString & | typestr | ) | const |
Definition at line 69 of file storagefactoryregistry.cpp.
StorageFactory * Akregator::Backend::StorageFactoryRegistry::getFactory | ( | const QString & | typestr | ) |
Definition at line 64 of file storagefactoryregistry.cpp.
QStringList Akregator::Backend::StorageFactoryRegistry::list | ( | ) | const |
Definition at line 74 of file storagefactoryregistry.cpp.
bool Akregator::Backend::StorageFactoryRegistry::registerFactory | ( | StorageFactory * | factory, |
const QString & | typestr | ||
) |
Definition at line 51 of file storagefactoryregistry.cpp.
|
static |
Definition at line 43 of file storagefactoryregistry.cpp.
void Akregator::Backend::StorageFactoryRegistry::unregisterFactory | ( | const QString & | typestr | ) |
Definition at line 59 of file storagefactoryregistry.cpp.
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 22:58:15 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 22:58:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.