John Levon wrote: > On Thu, Feb 20, 2003 at 01:45:29PM +0000, Angus Leeming wrote: > >> The Dialogs class can work out who to call from the 'name' but we need to >> fill 'data' appropriately. Either use a switch or have a new >> virtual string const Inset::stringForDialog() const >> method perhaps. > > don't we already have names for the insets ?
You mean class Inset { string const name_; }; ? I don't think so. Anyway, what's your point? -- Angus