octave-maintainers
[Top][All Lists]
Advanced

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

Re: redesign of GUI event handling


From: Jacob Dawid
Subject: Re: redesign of GUI event handling
Date: Tue, 18 Sep 2012 13:02:07 +0200


If you'd like to get rid of some more dynamic_casts, I've put a patch here that uses slots and signals instead when possible:

https://savannah.gnu.org/patch/index.php?7849

Dan

I didn't use signals and slots because they are dependent on Qt. The long term goal was to make an operational layer to the octave interpreter for other multithreaded applications that do not rely on Qt, too. That's why I used the observer pattern instead of signals and slots.

Jacob

reply via email to

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