bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Signals/Slots (PClasses)


From: Marc Boris Dürner
Subject: Re: Signals/Slots (PClasses)
Date: Thu, 15 Jan 2004 11:38:06 +0100 (MET)

Hi Christian, 
Can we have bits of it for CommonC++ (LGPL)? What is the relationship
between 
PClasses and CommonC++? Can your latest version connect a Signal to a slot
with less 
function arguments? 
I mean can you connect a:  
 
Signal<int> signal; 
 
to a function: 
 
void slotFunction(); 
 
Here the slot takes less parameters than the signal carries. Can it connect
signals t 
signals? And what does the signal return when it is conncted to multiple
slots? 
 
regards, 
Marc 
 
PS: can you come to commonc++ on freenode.net? :) 
 
 
 
On Thursday 15 January 2004 10:55, you wrote: 
> Hi, 
> 
> maybe you should have a look at my own Signal/Slot implementation. 
> It supports methods and functions as slots. Also the Slot's can return 
> values. 
> 
> Regards, 
> Christian Prochnow 

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net






reply via email to

[Prev in Thread] Current Thread [Next in Thread]