[Kde-imaging] kdeextragear-libs-1/libkipi/libkipi

Jesper Pedersen blackie at blackie.dk
Sun Jun 6 21:16:43 CEST 2004


CVS commit by blackie: 

CCMAIL: kde-imaging at kde.org

The plugin loader does now offer a configuration widget, for configuring
which plugins should be loaded.

To configure simply call PluginLoader::configWidget(), this will return a
widget you can add to your normal configuration dialog.

When done configuring you must call the apply() slot of the config widget.

To get the above working, you must now connect to
PluginLoader::plug()/unplug() signals both bringing a PluginLoader::Info
struct telling which plugin to (un)plug.

Alternatively, if you want to do all in one batch, you can connect to
PluginLoader::replug().

See the reference page for the plugin loader for a hint on how to
plug/unplug plugins the easiest way.


  M +6 -5      mainpage.cpp   1.2
  M +179 -20   pluginloader.cpp   1.8
  M +36 -8     pluginloader.h   1.7





More information about the Kde-imaging mailing list