KDE gears

KDevelop Extension Interfaces Library API Documentation

The KDevelop Extension Interfaces Library

Version CVS

Link with: -lkdevelop

Include path: -I$(kde_includes)/kdevelop/interfaces/extensions

What is the KDevelop extension

Extension is a KDevelop plugin which implements one of extension interfaces. Extension is usually not important enough to be returned by KDevApi and KDevPlugin methods. Therefore extension instance can be obtained by KDevPlugin::extension method.

Note: extension plugins can be either core, global and project plugins. They are loaded in the same way other plugins are. But extensions differ from usual plugins.

Note: many plugins implementing extension interface can be created but only one of those should be loaded at a time. This can be accomplished by:

Creating and using an extension

KDE Logo
This file is part of the documentation for KDevelop Extension Interfaces Library Version CVS.
Documentation copyright © 1998-2005 the KDevelop developers.
Generated on Sun Aug 28 00:27:13 2005 by doxygen 1.4.4-20050808 written by Dimitri van Heesch, © 1997-2005