From kdevelop-devel Thu Sep 08 16:23:17 2005 From: Kuba Ober Date: Thu, 08 Sep 2005 16:23:17 +0000 To: kdevelop-devel Subject: Re: inter-plugin dependencies and BC Message-Id: <200509081223.17227.kuba () mareimbrium ! org> X-MARC-Message: https://marc.info/?l=kdevelop-devel&m=112619670724763 > > 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 _______________________________________________ KDevelop-devel mailing list KDevelop-devel@barney.cs.uni-potsdam.de http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel