|
From: Marco W. <in...@ca...> - 2005-03-17 19:09:43
|
The current code (yet not released) contains implementations for Nodes to have a Parent. This allows similar behaviour as you describe. In addition I have added some methods on the Node which can disable or enable clicking on it's ChildNodes. Similarly moving a Node will move all children, Visible and Lock will also be derivable over Parent Child relations. Marco. Phil Scadden wrote: >Okay, will do, but not immediately. > >Oh and yet another one. Components are heirachical. Ie a node might >internally consist of a collection of nodes (which in turn can be made of >smaller nodes). So aggregation and hiding are added bits. For planar >graphs, you can manage this very easily by maintaining an incidence >matrix. This allows you quickly calculate link to a supernode from the >subnode links. > > >---------------------------------------------------------- >Phil Scadden, Institute of Geological and Nuclear Sciences >764 Cumberland St, Private Bag 1930, Dunedin, New Zealand >Ph +64 3 4799663, fax +64 3 477 5232 > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Extgraph-developer mailing list >Ext...@li... >https://lists.sourceforge.net/lists/listinfo/extgraph-developer > > > > > |