KDevelop4 API

Matt Rogers mattr at kde.org
Mon Jul 17 01:09:30 UTC 2006


On Sunday 16 July 2006 16:51, Andras Mantia wrote:
> Hi,
>
>  As I couldn't find documentation  - how it is possible to generate it
> with cmake? - describing what was changed in the KDevelop API between
> v3 and v4, I have to ask some things here:

there's no such document, yet. Sounds like you volunteered to create one. :)

normal api docs generation is done just like in kdelibs, with the doxygen.sh 
script.

> 1) how can I get the icon for a plugin (it was KDevPluginInfo::icon() ?)

KDevPluginInfo was replaced with KPluginInfo, since KDevPluginInfo was 
basically duplicating KPluginInfo.


> 2) is it true that now there is a need for a KCM based module for every
> configuration page? Is there a difference between project and global
> plugin configuration pages now?

yes to the first question
no to the second question

> 3) How it is possible to get a document for a part? Maybe it is not
> needed, but there was a KDevDocumentController::documentForPart before.
>
> Andras

documentForUrl is the closest equivalent.
--
Matt




More information about the KDevelop-devel mailing list