akregator
#include <storagefactorydummyimpl.h>
Public Member Functions | |
virtual void | configure () |
virtual Storage * | createStorage (const QStringList ¶ms) const |
virtual bool | isConfigurable () const |
virtual QString | key () const |
virtual QString | name () const |
Public Member Functions inherited from Akregator::Backend::StorageFactory | |
virtual | ~StorageFactory () |
Detailed Description
Definition at line 39 of file storagefactorydummyimpl.h.
Member Function Documentation
|
virtual |
shows the plugin's configuration dialog
Implements Akregator::Backend::StorageFactory.
Definition at line 51 of file storagefactorydummyimpl.cpp.
|
virtual |
creates a storage object with given parameters
- Parameters
-
params list of implementation-specific parameters
Implements Akregator::Backend::StorageFactory.
Definition at line 34 of file storagefactorydummyimpl.cpp.
|
inlinevirtual |
true if the plugin is configurable via a config dialog
Implements Akregator::Backend::StorageFactory.
Definition at line 45 of file storagefactorydummyimpl.h.
|
virtual |
identifier of the storage type, like "metakit", "postgres" etc.
For use in configuration files. Must not contain spaces or special characters.
Implements Akregator::Backend::StorageFactory.
Definition at line 41 of file storagefactorydummyimpl.cpp.
|
virtual |
returns the (i18n'd) name of the storage type.
Implements Akregator::Backend::StorageFactory.
Definition at line 46 of file storagefactorydummyimpl.cpp.
The documentation for this class was generated from the following files:
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.