Hello,
im trying to create my own EventSignal. Here is my code which is in my own 
WContainerWidget.

//initialize
EventSignal<>* myEvent = voidEventsignal( "TEST",true);

myEvent->connect( SLOT( this, MyClass::VoidMethod));


//call
EventSignal<>* myEvent = voidEventsignal( "TEST",false);

myEvent->senderRepaint();


Now, the flag within the event for update is set. But when i execute the code, 
the method VoidMethod was not called.

Am i right with this event mechanism?

Many thanks in advance,
Sven

------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to