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: Daniel J Sebald
Subject: Re: redesign of GUI event handling
Date: Tue, 18 Sep 2012 05:09:07 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 09/17/2012 11:42 PM, John W. Eaton wrote:

I checked in a series of changes to simplify the GUI event handling
code.  Now each event is processed in a single function instead of
using a two-step approach.  All the dynamic_casts that were used to
decode the type of event in the event_handler callbacks have been
eliminated.

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


reply via email to

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