akregator/src
Akregator::PluginManager Class Reference
List of all members.Detailed Description
Definition at line 29 of file pluginmanager.h.
Static Public Member Functions | |
static KTrader::OfferList | query (const QString &constraint=QString::null) |
static Akregator::Plugin * | createFromQuery (const QString &constraint=QString::null) |
static Akregator::Plugin * | createFromService (const KService::Ptr service) |
static void | unload (Akregator::Plugin *plugin) |
static KService::Ptr | getService (const Akregator::Plugin *plugin) |
static void | dump (const KService::Ptr service) |
static void | showAbout (const QString &constraint) |
Static Public Attributes | |
static const int | FrameworkVersion = 1 |
Member Function Documentation
|
Load and instantiate plugin from query.
Definition at line 61 of file pluginmanager.cpp. |
|
Load and instantiate plugin from service.
Definition at line 83 of file pluginmanager.cpp. |
|
Dump properties from a service to stdout for debugging.
Definition at line 184 of file pluginmanager.cpp. |
|
Look up service for loaded plugin from store.
Definition at line 139 of file pluginmanager.cpp. |
|
It will return a list of services that match your specifications. The only required parameter is the service type. This is something like 'text/plain' or 'text/html'. The constraint parameter is used to limit the possible choices returned based on the constraints you give it.
The (Type == 'Service') and (('KParts/ReadOnlyPart' in ServiceTypes) or (exist Exec)) The keys used in the query (Type, ServiceType, Exec) are all fields found in the .desktop files.
Definition at line 43 of file pluginmanager.cpp. |
|
Show modal info dialog about plugin.
Definition at line 157 of file pluginmanager.cpp. |
|
Remove library and delete plugin.
Definition at line 122 of file pluginmanager.cpp. |
Member Data Documentation
|
Bump this number whenever the plugin framework gets incompatible with older versions.
Definition at line 33 of file pluginmanager.h. |
The documentation for this class was generated from the following files: