Classes | Functions | Variables
smach_viewer.xdot.xdot Namespace Reference

Classes

class  Animation
 
class  BezierShape
 
class  CompoundShape
 
class  DotLexer
 
class  DotParser
 
class  DotScanner
 
class  DotWidget
 
class  DotWindow
 
class  DragAction
 
class  Edge
 
class  Element
 
class  EllipseShape
 
class  FindMenuToolAction
 
class  Graph
 
class  ImageShape
 
class  Jump
 
class  Lexer
 
class  LinearAnimation
 
class  LineShape
 
class  MoveToAnimation
 
class  NoAnimation
 
class  Node
 
class  NullAction
 
class  OptionParser
 
class  PanAction
 
class  ParseError
 
class  Parser
 
class  Pen
 
class  PolygonShape
 
class  Scanner
 
class  Shape
 
class  TextShape
 
class  Token
 
class  Url
 
class  XDotAttrParser
 
class  XDotParser
 
class  ZoomAction
 
class  ZoomAreaAction
 
class  ZoomToAnimation
 

Functions

def main ()
 
def square_distance (x1, y1, x2, y2)
 

Variables

string __author__ = "Jose Fonseca et al"
 
string __version__ = "0.7"
 
int BOLD = 1
 
dictionary brewer_colors
 
int COLON = 9
 
int COMMA = 8
 
int DIGRAPH = 15
 
int EDGE = 17
 
int EDGE_OP = 3
 
int EOF = -1
 
int EQUAL = 11
 
int GRAPH = 14
 
int HTML_ID = 2
 
int ID = 0
 
int ITALIC = 2
 
int LCURLY = 6
 
int LSQUARE = 4
 
int NODE = 16
 
int OVERLINE = 64
 
int PLUS = 12
 
int RCURLY = 7
 
int RSQUARE = 5
 
int SEMI = 10
 
int SKIP = -2
 
int STR_ID = 1
 
int STRICT = 13
 
int STRIKE_THROUGH = 32
 
int SUBGRAPH = 18
 
int SUBSCRIPT = 16
 
int SUPERSCRIPT = 8
 
int UNDERLINE = 4
 

Function Documentation

◆ main()

def smach_viewer.xdot.xdot.main ( )

Definition at line 2139 of file xdot.py.

◆ square_distance()

def smach_viewer.xdot.xdot.square_distance (   x1,
  y1,
  x2,
  y2 
)

Definition at line 451 of file xdot.py.

Variable Documentation

◆ __author__

string smach_viewer.xdot.xdot.__author__ = "Jose Fonseca et al"
private

Definition at line 21 of file xdot.py.

◆ __version__

string smach_viewer.xdot.xdot.__version__ = "0.7"
private

Definition at line 23 of file xdot.py.

◆ BOLD

int smach_viewer.xdot.xdot.BOLD = 1

Definition at line 549 of file xdot.py.

◆ brewer_colors

dictionary smach_viewer.xdot.xdot.brewer_colors

Definition at line 2221 of file xdot.py.

◆ COLON

int smach_viewer.xdot.xdot.COLON = 9

Definition at line 991 of file xdot.py.

◆ COMMA

int smach_viewer.xdot.xdot.COMMA = 8

Definition at line 990 of file xdot.py.

◆ DIGRAPH

int smach_viewer.xdot.xdot.DIGRAPH = 15

Definition at line 998 of file xdot.py.

◆ EDGE

int smach_viewer.xdot.xdot.EDGE = 17

Definition at line 1000 of file xdot.py.

◆ EDGE_OP

int smach_viewer.xdot.xdot.EDGE_OP = 3

Definition at line 984 of file xdot.py.

◆ EOF

int smach_viewer.xdot.xdot.EOF = -1

Definition at line 810 of file xdot.py.

◆ EQUAL

int smach_viewer.xdot.xdot.EQUAL = 11

Definition at line 993 of file xdot.py.

◆ GRAPH

int smach_viewer.xdot.xdot.GRAPH = 14

Definition at line 997 of file xdot.py.

◆ HTML_ID

int smach_viewer.xdot.xdot.HTML_ID = 2

Definition at line 983 of file xdot.py.

◆ ID

int smach_viewer.xdot.xdot.ID = 0

Definition at line 981 of file xdot.py.

◆ ITALIC

int smach_viewer.xdot.xdot.ITALIC = 2

Definition at line 550 of file xdot.py.

◆ LCURLY

int smach_viewer.xdot.xdot.LCURLY = 6

Definition at line 988 of file xdot.py.

◆ LSQUARE

int smach_viewer.xdot.xdot.LSQUARE = 4

Definition at line 986 of file xdot.py.

◆ NODE

int smach_viewer.xdot.xdot.NODE = 16

Definition at line 999 of file xdot.py.

◆ OVERLINE

int smach_viewer.xdot.xdot.OVERLINE = 64

Definition at line 555 of file xdot.py.

◆ PLUS

int smach_viewer.xdot.xdot.PLUS = 12

Definition at line 994 of file xdot.py.

◆ RCURLY

int smach_viewer.xdot.xdot.RCURLY = 7

Definition at line 989 of file xdot.py.

◆ RSQUARE

int smach_viewer.xdot.xdot.RSQUARE = 5

Definition at line 987 of file xdot.py.

◆ SEMI

int smach_viewer.xdot.xdot.SEMI = 10

Definition at line 992 of file xdot.py.

◆ SKIP

int smach_viewer.xdot.xdot.SKIP = -2

Definition at line 811 of file xdot.py.

◆ STR_ID

int smach_viewer.xdot.xdot.STR_ID = 1

Definition at line 982 of file xdot.py.

◆ STRICT

int smach_viewer.xdot.xdot.STRICT = 13

Definition at line 996 of file xdot.py.

◆ STRIKE_THROUGH

int smach_viewer.xdot.xdot.STRIKE_THROUGH = 32

Definition at line 554 of file xdot.py.

◆ SUBGRAPH

int smach_viewer.xdot.xdot.SUBGRAPH = 18

Definition at line 1001 of file xdot.py.

◆ SUBSCRIPT

int smach_viewer.xdot.xdot.SUBSCRIPT = 16

Definition at line 553 of file xdot.py.

◆ SUPERSCRIPT

int smach_viewer.xdot.xdot.SUPERSCRIPT = 8

Definition at line 552 of file xdot.py.

◆ UNDERLINE

int smach_viewer.xdot.xdot.UNDERLINE = 4

Definition at line 551 of file xdot.py.



smach_viewer
Author(s): Jonathan Bohren
autogenerated on Thu Feb 20 2025 03:09:09