| Home | Trees | Indices | Help |
|
|---|
|
|
The GUI model editor.
Tools: for the editor menu bar Objects: that can be manipulated in the canvas Window: window and canvas
Originally written by Alan Lindsay.
$Id: editor.py 9184 2008-09-10 22:29:06Z jbednar $
Version: $Revision: 8989 $
|
|||
|
EditorCanvas EditorCanvas extends the Tk Canvas class. |
|||
|
ModelEditor This class constructs the main editor window. |
|||
|
ArrowTool ArrowTool is a selectable frame containing an arrow icon and a label. |
|||
|
NodeTool NodeTool extends Frame. |
|||
|
ConnectionTool ConnectionTool extends Frame. |
|||
| ParametersTool | |||
|
EditorObject Anything that can be added and manipulated in an EditorCanvas. |
|||
|
EditorNode An EditorNode is used to cover any topographica node, presently this can only be a sheet. |
|||
|
EditorEP Represents any topo EventProcessor as a small, fixed-size oval by default. |
|||
|
EditorSheet Represents any topo sheet. |
|||
|
EditorConnection A connection formed between 2 EditorNodes on a EditorCanvas. |
|||
|
EditorEPConnection Represents any topo EPConnection using a line with an arrow head in the middle. |
|||
|
EditorProjection Represents any topo CFProjection. |
|||
|
|||
|
|||
|
|||
canvas_region = Size of the canvas, as a bounding box (xl yl xh yh). |
|||
scaling_factor = 1.0
|
|||
enlarging_factor = 1.25
|
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:30 2008 | http://epydoc.sourceforge.net |