octave-maintainers
[Top][All Lists]
Advanced

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

Passing variables up to the GUI


From: John Donoghue
Subject: Passing variables up to the GUI
Date: Fri, 12 Apr 2013 20:43:31 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5

Just a general question/observation/what will it take since I havent dug much into the depth of the octave engine.

Currently, in GUI land, the workspace-model is receiving notification of variables in scope via the set_workspace slot. The variables are in string/stringlist format by this point, and are pretty much just input as is to the model.

If we want to do things like the ability of specifying additional columns to display (min, max, avg etc??), the lower level will have to provide additional strings that are always being sent up to the GUI with the values as strings, unless we change how it is currently doing it

So how hard would it be (or whats the best/safest way) of being able to provide the variables up to the GUI where a amount of manipulation can be done?

I think it will be required if we want to be able to edit/display the content of variables, change how the GUI displays (without having to modify the engine each time).




reply via email to

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