[Pipet Devel] GST, widgets & figure building

Alan J. Williams Alan at TheWilliamsFamily.org
Mon Jun 21 17:07:11 EDT 1999


On Mon, 21 Jun 1999, Humberto Ortiz Zuazaga wrote:
 > > boxes).  The problem comes with redundancy: should the MultSequence widget
 > > also handle/allow for drawing arrows, adding arbitrary text, etc ...
 > 
 > I vote no. The multi sequence widget should allow you to edit the alignment 
 > and define features. The fig builder should decide how to display the 
 > features, (mark feature A with a yellow box, put a red arrow under feature B, 
 > ...).
I like your point which reinforces the idea that the editor should simply
be used to define features, not how they are displayed.

I would agree with you, in that the fig builder should provide basic
drawing/rendering capabilities that the locus could use to render the
data.  This reduces redunency and improves consistency. So if we go with
the idea of a rendering widget derived from gnome-canvas-item, the
rendering widget could use calls to the standard figure builder
canvas-item sets for rendering. So the basic set of widgets would be:

   Main Figure Builder Widget: Uses Gnome Canvas
   Standard Set of Builder Widget Items: Each Uses Gnome Canvas Items
      (ie box, arrow, star, line, circle, ... we can assume that any loci
       installation will know about these)
   Non-Standard Set of Builder Widget Items: Each Uses Gnome Canvas Items
      (These are items which Figure Builder Will manage, however they are
       essentially extensions that we cannot assume that an installation
       has)
   Specific Data Rendering Widget Items: Each Uses Gnome Canvas Item and
      is associated with a certain Loci Data Type 

So I could implement a MultiSeqRenderWidget(MSRW) which is derived from
gnome-canvas-item. This widget must handle output and may optionally
handle input.  So the MSRW at the bare minimum must take data from a Multi
Sequence Data Object (ie maybe a XML SAX interface) and render that data.
Optionally, the MSRW may handle input from the user such as:
   Don't display this feature
   Display this feature with a yellow box
   Add a comment to the feature just below the sequene
   Display labels on the first line only
   Don't display a ruler
   Add an arrow to this residue
All of these display characteristics could be stored in XML form in the
Multi Sequence Data Object or maybe better yet, there should be a markup
XML file that has a reference to the actual data.  This would allow one to
generate multiple "displays" or markup for the same data. So:

   Sequence Data Object:
      Sequences
      Sequence Labels
      List of Features and their location
      List of Markup Data Objects that Reference this object

   Markup Data Object: (or actually a Figure Builder Data Object)
      XLink to the Sequence Data Object an potentially other Data Objects      
      List of characteristics on how to display each "feature" from each 
        Object (The Figure Builder doesn't have to understand this data,
        it just passes the data off to the appropriate rendering widget)
      List of other markup to display (3 types)
        - Items unknown to Figure Builder:
           * Call the appropriate rendering widget and pass along any of
             the stored rendering data for the item which is stored here
        - Items known to Figure Builder:
           * Independent markup which isn't tied to one of the data
             objects
           * Dependent markup which is tied to one of teh data objects

 > Not anymore. We could also allow the fig builder to call back to the multiseq 
 > editor, so if we click on a base and add an arrow in the fig builder, the 
 > multiseq editor gets called to add a new feature to the multisequence, this is 
 > harder, but the right way to do it.

Another way (with the rendering widget idea) is that each rendering widget
can register whether or not it can handle dependent markup. If it can,
then when the user selects that object (lets say a multi sequence
alignment) and adds an arrow, the figure builder will generate an id for
the arrow and pass all the position info for the arrow to the rendering
widget.  The rendering widget will store the characteristics of
the arrow in the markup object.  The rendering widget will also create a
new feature in the sequence data object using the position and id info in
addition it will prompt the user for a label as well as a residue to
anchor the arrow to. 

Now when an old Markup Data Object is to be rendered (or a Figure Builder
Data Object), figure builder will go through the list of markup rendering
each one.  When it gets to an unknown item type, it will create the
appropriate rendoring widget to handle the display.  When it gets to
independent items, it will render them directly. When it gets to a
dependent item, it will pass the item to the rendering widget that the
item is dependent upon.  The rendering widget can then look up any info it
needs from the data object (ie for the arrow, what is the position of the
residue it is anchored to) modify any of the rendering data if necessary,
and then pass the data back to the figure builder to be rendered.
  
 > Now the data is a multiseq object, with a list of features, and the markup is 
 > a list of visual attributes to apply to the data and the features.
Right.

 > Another option is that the figbuilder simply calls the multiseq editor with a 
 > pointer to the canvas region where it should draw its output. The multiseq 
 > editor will own that piece of the canvas, and register callbacks for the 
 > canvas items it draws. All of the multiseq editor's display (draft and final 
 > mode) can be done to the gnome canvas.
I guess this was basically my idea with the rendering widget.

 > How do the gnome and KDE office suites handle embedding objects into other 
 > documents (like a graph in a paper)? This seems to be exactly the same kind of 
 > situation.
I have no idea ;o(  

I am just babbling away as I think, so fire away at all the problems with
this scheme.  (I am sure there are many!)

-Alan

************************************************************************  
Alan Williams           
------------------------------------------------------------------------  
University of California, Riverside   "Where observation is concerned,
Dept. of Botany and Plant Sciences     chance favors the prepared mind."  
Alan at TheWilliamsFamily.org                         -- Louis Pasteur
************************************************************************





More information about the Pipet-Devel mailing list