PluginLoader Class Reference

[KGUI Index] [KGUI Hierarchy] [Headers]


Class responsible for loading plugins and registering them with the ComponentManager More...

#include <pluginloader.h>

Public Members


Detailed Description

Class responsible for loading plugins and registering them with the ComponentManager.


void install(ComponentManager *cm) [public static]

Install plugins to the specified ComponentManager.

void installDir(ComponentManager *cm, const char *dirname) [public static]

Install all plugins in the specified dir.

bool installPlugin(ComponentManager *cm, const char *path) [public static]

Install the plugin at the specified path in the ComponentManager.

Returns:
true if successfull

  • Author: Richard Moore rich@kde.org
  • Documentation generated by rich@pegasus on Sat Apr 17 17:09:53 BST 1999
Kdoc