On Wed, 6 Jun 2001, Edwin Leuven wrote:

> > Ed, your compiler is complaining about ButtonController not having a
> > function refreshReadOnly(). I'm at something of a loss because it does!
> > ButtonController is derived from GUIBC which contains the desired function.
> >
> > aleem@pneumon:controllers-> grep -n refreshReadOnly *.h
> > ButtonController.h:45:  void refreshReadOnly();
> > ButtonController.h:98:void GuiBC<Button, Widget>::refreshReadOnly()
> > ButtonControllerBase.h:66:      virtual void refreshReadOnly() = 0;
> >
> > Here the function is instantiated at line 98 of ButtonController.h. What do
> > you have?
>
> The same since I'm compiling today's cvs: xforms compiles, qt2 not.
> Personally I think that the buttoncontroller is overkill. I mean no
> disrespect here and I am sure it represents a lot of work but it seems just
> too much for too little. I would like to drop it for the qt2 frontend all
> together.

Go for it. I want to replace ButtonController anyway... with something
that's an even bigger overkill ;-)

...and rearrange a large part of the controller hierarchy while I'm at it.

Just for fun.

Allan. (ARRae)

Reply via email to