akregator/src
Akregator::Backend::StorageFactoryDummyImpl Class Reference
Inheritance diagram for Akregator::Backend::StorageFactoryDummyImpl:

Detailed Description
Definition at line 38 of file storagefactorydummyimpl.h.
Public Member Functions | |
virtual QString | key () const |
virtual QString | name () const |
virtual void | configure () |
virtual bool | isConfigurable () const |
virtual bool | allowsMultipleWriteAccess () const |
virtual Storage * | createStorage (const QStringList ¶ms) const |
Member Function Documentation
|
returns wether the backend allows multiple writers at the same time If not, Akregator must use a lock to ensure that only one process gains write access.
Implements Akregator::Backend::StorageFactory. Definition at line 45 of file storagefactorydummyimpl.h. |
|
shows the plugin's configuration dialog
Implements Akregator::Backend::StorageFactory. Definition at line 52 of file storagefactorydummyimpl.cpp. |
|
creates a storage object with given parameters
Implements Akregator::Backend::StorageFactory. Definition at line 35 of file storagefactorydummyimpl.cpp. |
|
true if the plugin is configurable via a config dialog
Implements Akregator::Backend::StorageFactory. Definition at line 44 of file storagefactorydummyimpl.h. |
|
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 42 of file storagefactorydummyimpl.cpp. |
|
returns the (i18n'd) name of the storage type.
Implements Akregator::Backend::StorageFactory. Definition at line 47 of file storagefactorydummyimpl.cpp. |
The documentation for this class was generated from the following files: