On Wed, May 30, 2007 at 02:30:37PM +0200, Abdelrazak Younes wrote: > Alfredo Braunstein wrote: > >Abdelrazak Younes wrote: > > > >>I am not sure that registering every single DocIterator would be any > >>more efficient that my signal/slot solution. At the end you will have to > >>go through a table. > > > >Small remark: note that not all DocIterators need to be stable (mainly > >cursors, maybe also bookmarks & error marks), one could have a class > >derived from DocIterator for that purpose. > > I agree but it's more work than my signal based solution which is > assured to work in all cases.
A signal per inset is not acceptable. Full stop. Per InsetText and InsetMathHull it is acceptable space-wise but then I still don't agree with the approach. Andre'