allow different shape nodes
authorMalcolm.Wallace@cs.york.ac.uk
local dateWed, 17 Aug 2005 16:39:09
dateWed, 17 Aug 2005 15:39:09
hash20050817153909-6871e-38d6b06428fda24cd0651cb0eb09911b46087b33
allow different shape nodes

Added a fairly general Shape description type, to allow arbitrary shapes
of nodes. For now however, the diagram editor only allows switching
between circles and squares.
8 file(s) changed:
Makefile +7 -0
src/ContextMenu.hs +10 -0
src/Math.hs +6 -0
src/NetworkControl.hs +17 -0
src/NetworkFile.hs +5 -2
src/NetworkView.hs +8 -3
src/Node.hs +12 -0
src/Shape.hs [added]