akregator
settings_advanced.cpp
Go to the documentation of this file.
48 Backend::StorageFactory* const factory = Backend::StorageFactoryRegistry::self()->getFactory( i );
61 kcfg_MarkReadDelay->setSuffix(ki18ncp("Mark selected article read after", " second", " seconds"));
QStringList list() const
Definition: storagefactoryregistry.cpp:74
void slotFactorySelected(int)
Definition: settings_advanced.cpp:90
virtual void configure()=0
shows the plugin's configuration dialog
static StorageFactoryRegistry * self()
Definition: storagefactoryregistry.cpp:43
SettingsAdvanced(QWidget *parent=0, const char *name=0)
Definition: settings_advanced.cpp:40
virtual QString name() const =0
returns the (i18n'd) name of the storage type.
QString selectedFactory() const
returns the key of the currently selected factory
Definition: settings_advanced.cpp:64
StorageFactory * getFactory(const QString &typestr)
Definition: storagefactoryregistry.cpp:64
virtual QString key() const =0
identifier of the storage type, like "metakit", "postgres" etc.
void selectFactory(const QString &key)
Definition: settings_advanced.cpp:69
virtual bool isConfigurable() const =0
true if the plugin is configurable via a config dialog
void slotConfigureStorage()
Definition: settings_advanced.cpp:80
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 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:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.