akregator/src

Akregator::Backend::StorageFactoryDummyImpl Class Reference

Inheritance diagram for Akregator::Backend::StorageFactoryDummyImpl:

Akregator::Backend::StorageFactory List of all members.

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 StoragecreateStorage (const QStringList &params) const

Member Function Documentation

QString Akregator::Backend::StorageFactoryDummyImpl::key (  )  const [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 42 of file storagefactorydummyimpl.cpp.

QString Akregator::Backend::StorageFactoryDummyImpl::name (  )  const [virtual]

returns the (i18n'd) name of the storage type.

Implements Akregator::Backend::StorageFactory.

Definition at line 47 of file storagefactorydummyimpl.cpp.

void Akregator::Backend::StorageFactoryDummyImpl::configure (  )  [virtual]

shows the plugin's configuration dialog

Implements Akregator::Backend::StorageFactory.

Definition at line 52 of file storagefactorydummyimpl.cpp.

virtual bool Akregator::Backend::StorageFactoryDummyImpl::isConfigurable (  )  const [inline, virtual]

true if the plugin is configurable via a config dialog

Implements Akregator::Backend::StorageFactory.

Definition at line 44 of file storagefactorydummyimpl.h.

virtual bool Akregator::Backend::StorageFactoryDummyImpl::allowsMultipleWriteAccess (  )  const [inline, virtual]

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.

Storage * Akregator::Backend::StorageFactoryDummyImpl::createStorage ( const QStringList &  params  )  const [virtual]

creates a storage object with given parameters

Parameters:
params list of implementation-specific parameters

Implements Akregator::Backend::StorageFactory.

Definition at line 35 of file storagefactorydummyimpl.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys