I was wondering if it's possible to hook python functions as slots into
boost::signal or boost::signal2 signals? I found an old thread that said it
wasn't directly possible, but it was from 2004.
___
Cplusplus-
On 11/21/2011 09:08 AM, Jay Riley wrote:
> I was wondering if it's possible to hook python functions as slots
> into boost::signal or boost::signal2 signals? I found an old thread
> that said it wasn't directly possible, but it was from 2004.
Given that it's possible to wrap Python functions in or
On 21 Nov 2011 at 9:08, Jay Riley wrote:
> I was wondering if it's possible to hook python functions as slots into
> boost::signal or boost::signal2 signals? I found an old thread that said
> it wasn't directly possible, but it was from 2004.
>
Integrating t
On 11/21/2011 01:06 PM, Niall Douglas wrote:
> On 21 Nov 2011 at 9:08, Jay Riley wrote:
>
>> I was wondering if it's possible to hook python functions as slots into
>> boost::signal or boost::signal2 signals? I found an old thread that said
>> it wasn't directly possible, but it was from 2004.
On 21 Nov 2011 at 13:16, Stefan Seefeld wrote:
> >> I was wondering if it's possible to hook python functions as slots into
> >> boost::signal or boost::signal2 signals? I found an old thread that said
> >> it wasn't directly possible, but it was from 2004.
> >>