octave-maintainers
[Top][All Lists]
Advanced

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

Re: Qt-based graphics backend - idea.


From: Driss Ghaddab
Subject: Re: Qt-based graphics backend - idea.
Date: Thu, 03 Jul 2008 20:14:30 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080502)

I'd just like to add the following:

I studied Matlab documentation (available online) to analyse the requirements on the event queue and the callbacks (e.g. they can be interruptible, or discardable, they can be a function handle, a script name, or a string etc, a callback can also have a pre-call and post-call hooks defined by the module (used for example in the timer module).

The event queue was designed to handle multiple modules (threads) and takes care that it won't be over flooded, or that all modules will have their event equally handled.

Cheers,

Driss


reply via email to

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