Re: SigC++ question

2000-08-06 Thread Baruch Even
On Mon, 7 Aug 2000, Allan Rae wrote: > On Sun, 6 Aug 2000, Baruch Even wrote: > > > In the decoupling process of the image loading from the figure inset I > > needed to use a signal on the image loader to notify when the image has > > loaded. For this my InsetGraphics now inherits also from SigC

Re: SigC++ question

2000-08-06 Thread Allan Rae
On Sun, 6 Aug 2000, Baruch Even wrote: > In the decoupling process of the image loading from the figure inset I > needed to use a signal on the image loader to notify when the image has > loaded. For this my InsetGraphics now inherits also from SigC::Object. Firstly, ask yourself if you really

SigC++ question

2000-08-06 Thread Baruch Even
In the decoupling process of the image loading from the figure inset I needed to use a signal on the image loader to notify when the image has loaded. For this my InsetGraphics now inherits also from SigC::Object. As I have no idea what is going on in the signals, I wanted to know what adverse ef