20 #ifndef _KATE_PLUGINMANAGER_INCLUDE_
21 #define _KATE_PLUGINMANAGER_INCLUDE_
32 friend class PrivatePluginManager;
42 class Plugin *plugin(
const TQString &name);
48 bool pluginAvailable(
const TQString &name);
55 class Plugin *loadPlugin(
const TQString &name,
bool permanent=
true);
62 void unloadPlugin(
const TQString &name,
bool permanent=
true);
65 class PrivatePluginManager *d;
This interface provides access to the Kate Plugin Manager.
Namespace collecting as much of the internal Kate classes as we can manage.