inter-plugin dependencies and BC

Kuba Ober kuba at mareimbrium.org
Thu Sep 8 18:24:05 UTC 2005


> > So, looking at the code below, you essentially only access adaptors that
> > provide the interface that you need, and never access the instance
> > directly, right?
> exactly
>
> > Quick questions:
> > 1. Is the 'instance' in the code above the instance pointer that you
> > obtain from some type of a factory in the plugin?
> yes
>
> > 2. What's 'm' (I'm too lazy to look at the actual code)?
> `m' is an instance of QExtensionManager. The extension manager maintains
> the list of the `extended' objects and the created `extensions'

Oh, so you can have more than one then. Nice!

Thanks for the explanations.

Kuba




More information about the KDevelop-devel mailing list