[Qt-interest] Jack Qt integration

Rush Manbert rush at manbert.com
Fri Apr 3 18:53:35 CEST 2009


On Apr 3, 2009, at 6:14 AM, Andrea Franceschini wrote:

> 2009/4/3, Rush Manbert <rush at manbert.com>:
>
>> FWIW, you can use boost::bind to bind a non-static class member as a
>> callback.
>
> Oh, thanks for the hint, I didn't know about it. Unfortunately I had
> some bad experiences with Boost -- totally my fault, though -- so for
> the moment I prefer to leave it out o the business. I'll look at it
> when I'll start the re-engineering phase -- which should never occur,
> but this time I was really in a hurry, so I made some mess here and
> there.


Been there. Done that. :-)

The easiest way to see an example is to get the documentation for the  
Asio boost library. In the "Tutorials" section, look at "Timer.4 -  
Using a member function as a handler", which shows boost::bind in  
action.

- Rush



More information about the Qt-interest-old mailing list