octave-maintainers
[Top][All Lists]
Advanced

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

Re: handle graphics


From: John W. Eaton
Subject: Re: handle graphics
Date: Tue, 12 Jul 2005 16:03:57 -0400

On 12-Jul-2005, Shai Ayal wrote:

| In your proposal there is no clear distinction between object and
| properties, in a sense everything is a property of the "root".

Maybe my description wasn't clear.  The structure I presented was a
form of a tree, and at each level of the tree, you would have some
properties and some other graphics objects.  I think we could further
simplify this so that each graphic object is a structure with four
elements:

  id            a serial number, so we can look up this object given a handle
  parent-id     so we can go up the structure if necessary
  properties    a structure array of (name, value) pairs
  children      an array of other graphics objects

jwe



reply via email to

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