akregator
#include <storagefactory.h>

Public Member Functions | |
| virtual | ~StorageFactory () | 
| virtual void | configure ()=0 | 
| virtual Storage * | createStorage (const QStringList ¶ms) const =0 | 
| virtual bool | isConfigurable () const =0 | 
| virtual QString | key () const =0 | 
| virtual QString | name () const =0 | 
Detailed Description
Definition at line 37 of file storagefactory.h.
Constructor & Destructor Documentation
      
  | 
  inlinevirtual | 
Definition at line 40 of file storagefactory.h.
Member Function Documentation
      
  | 
  pure virtual | 
shows the plugin's configuration dialog
Implemented in Akregator::Backend::StorageFactoryDummyImpl.
      
  | 
  pure virtual | 
creates a storage object with given parameters
- Parameters
 - 
  
params list of implementation-specific parameters  
Implemented in Akregator::Backend::StorageFactoryDummyImpl.
      
  | 
  pure virtual | 
true if the plugin is configurable via a config dialog
Implemented in Akregator::Backend::StorageFactoryDummyImpl.
      
  | 
  pure virtual | 
identifier of the storage type, like "metakit", "postgres" etc.
For use in configuration files. Must not contain spaces or special characters.
Implemented in Akregator::Backend::StorageFactoryDummyImpl.
      
  | 
  pure virtual | 
returns the (i18n'd) name of the storage type.
Implemented in Akregator::Backend::StorageFactoryDummyImpl.
The documentation for this class was generated from the following file:
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.
    KDE API Reference