Boost logo

Boost :

From: Terje Slettebø (tslettebo_at_[hidden])
Date: 2003-08-03 11:33:24


>From: "Philippe A. Bouchard" <philippe_at_[hidden]>

> WxWindows don't have any intermediate compiler but the end user syntax is
> not attractive for the signal / slot mechanism (macros).

It's also possible to do the signal/slot without macros on wxWindows. See
here (http://www.wxwindows.org/hworld2.txt) for an example. It's all done in
standard C++, without any macros.

The syntax is similar to Qt's signal/slot mechanism, but without any
preprocessor/intermediate compiler (MOC) needed.

Here's a version using macros, which then resembles MFC
(http://www.wxwindows.org/hworld.txt).

Naturally, one might use Boost.Signals for a boostified version.

Regards,

Terje


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk