Package peppy :: Package plugins :: Module graphviz_mode
[frames] | no frames]

Module graphviz_mode

Graphviz DOT Language editing support.

L{Graphviz<http://graphviz.org/>} is a high quality open source
program to automatically layout directed and undirected graphs from a
text description of the node and edge relationships.  The description
language is called L{DOT<http://graphviz.org/doc/info/lang.html>} and
in most cases is generated by a program.  It is rare to write one by
hand, but when you have to, this mode is helpful.

Classes
  SampleDot
  GraphvizMode
Major mode for editing Graphviz .dot files.
  GraphvizViewMinorMode
Display the graphical view of the DOT file.
  GraphvizPlugin
Graphviz plugin to register modes and user interface.
Variables
  EVT_CROSSHAIR_MOTION = <wx._core.PyEventBinder object at 0x632...
  EVT_RUBBERBAND_MOTION = <wx._core.PyEventBinder object at 0x63...
  EVT_RUBBERBAND_SIZE = <wx._core.PyEventBinder object at 0x6323...
Variables Details

EVT_CROSSHAIR_MOTION

Value:
<wx._core.PyEventBinder object at 0x6323810>

EVT_RUBBERBAND_MOTION

Value:
<wx._core.PyEventBinder object at 0x6323890>

EVT_RUBBERBAND_SIZE

Value:
<wx._core.PyEventBinder object at 0x6323850>