akregator
pluginmanager.cpp
Go to the documentation of this file.
167 str += body.arg( i18nc( "Plugin authors", "Authors" ), s->property( "X-KDE-akregator-authors" ).toStringList().join( "\n" ) );
168 str += body.arg( i18nc( "Plugin authors' emaila addresses", "Email" ), s->property( "X-KDE-akregator-email" ).toStringList().join( "\n" ) );
169 str += body.arg( i18nc( "Plugin version", "Version" ), s->property( "X-KDE-akregator-version" ).toString() );
170 str += body.arg( i18nc( "Framework version plugin requires", "Framework Version" ), s->property( "X-KDE-akregator-framework-version" ).toString() );
187 << "X-KDE-akregator-plugintype : " << service->property( "X-KDE-akregator-plugintype" ).toString() << endl
189 << "X-KDE-akregator-authors : " << service->property( "X-KDE-akregator-authors" ).toStringList() << endl
191 << "X-KDE-akregator-version : " << service->property( "X-KDE-akregator-version" ).toString() << endl
192 << "X-KDE-akregator-framework-version: " << service->property( "X-KDE-akregator-framework-version" ).toString()
static void showAbout(const QString &constraint)
Show modal info dialog about plugin.
Definition: pluginmanager.cpp:152
Definition: plugin.h:41
static KService::List query(const QString &constraint=QString())
It will return a list of services that match your specifications.
Definition: pluginmanager.cpp:42
static Akregator::Plugin * createFromQuery(const QString &constraint=QString())
Load and instantiate plugin from query.
Definition: pluginmanager.cpp:60
static Akregator::Plugin * createFromService(const KService::Ptr service, QObject *parent=0)
Load and instantiate plugin from service.
Definition: pluginmanager.cpp:82
static void unload(Akregator::Plugin *plugin)
Remove library and delete plugin.
Definition: pluginmanager.cpp:107
static void dump(const KService::Ptr service)
Dump properties from a service to stdout for debugging.
Definition: pluginmanager.cpp:179
static KService::Ptr getService(const Akregator::Plugin *plugin)
Look up service for loaded plugin from store.
Definition: pluginmanager.cpp:132
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.