Public Member Functions | Public Attributes | List of all members
smach_viewer.xdot.xdot.XDotParser Class Reference
Inheritance diagram for smach_viewer.xdot.xdot.XDotParser:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, xdotcode)
 
def handle_edge (self, src_id, dst_id, attrs)
 
def handle_graph (self, attrs)
 
def handle_node (self, id, attrs)
 
def parse (self)
 
def parse_edge_pos (self, pos)
 
def parse_node_pos (self, pos)
 
def transform (self, x, y)
 
- Public Member Functions inherited from smach_viewer.xdot.xdot.DotParser
def __init__ (self, lexer)
 
def handle_edge (self, src_id, dst_id, attrs)
 
def handle_graph (self, attrs)
 
def handle_node (self, id, attrs)
 
def parse (self)
 
def parse_attr (self)
 
def parse_attrs (self)
 
def parse_graph (self)
 
def parse_id (self)
 
def parse_node_id (self)
 
def parse_stmt (self)
 
def parse_subgraph (self)
 
- Public Member Functions inherited from smach_viewer.xdot.xdot.Parser
def __init__ (self, lexer)
 
def consume (self)
 
def match (self, type)
 
def skip (self, type)
 

Public Attributes

 edges
 
 height
 
 node_by_name
 
 nodes
 
 shapes
 
 subgraph_shapes
 
 top_graph
 
 width
 
 xoffset
 
 xscale
 
 yoffset
 
 yscale
 
- Public Attributes inherited from smach_viewer.xdot.xdot.DotParser
 edge_attrs
 
 graph_attrs
 
 node_attrs
 
- Public Attributes inherited from smach_viewer.xdot.xdot.Parser
 lexer
 
 lookahead
 

Detailed Description

Definition at line 1066 of file xdot.py.

Constructor & Destructor Documentation

def smach_viewer.xdot.xdot.XDotParser.__init__ (   self,
  xdotcode 
)

Definition at line 1068 of file xdot.py.

Member Function Documentation

def smach_viewer.xdot.xdot.XDotParser.handle_edge (   self,
  src_id,
  dst_id,
  attrs 
)

Definition at line 1127 of file xdot.py.

def smach_viewer.xdot.xdot.XDotParser.handle_graph (   self,
  attrs 
)

Definition at line 1079 of file xdot.py.

def smach_viewer.xdot.xdot.XDotParser.handle_node (   self,
  id,
  attrs 
)

Definition at line 1107 of file xdot.py.

def smach_viewer.xdot.xdot.XDotParser.parse (   self)

Definition at line 1145 of file xdot.py.

def smach_viewer.xdot.xdot.XDotParser.parse_edge_pos (   self,
  pos 
)

Definition at line 1159 of file xdot.py.

def smach_viewer.xdot.xdot.XDotParser.parse_node_pos (   self,
  pos 
)

Definition at line 1155 of file xdot.py.

def smach_viewer.xdot.xdot.XDotParser.transform (   self,
  x,
  y 
)

Definition at line 1172 of file xdot.py.

Member Data Documentation

smach_viewer.xdot.xdot.XDotParser.edges

Definition at line 1073 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.height

Definition at line 1098 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.node_by_name

Definition at line 1075 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.nodes

Definition at line 1072 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.shapes

Definition at line 1074 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.subgraph_shapes

Definition at line 1077 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.top_graph

Definition at line 1076 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.width

Definition at line 1097 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.xoffset

Definition at line 1091 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.xscale

Definition at line 1093 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.yoffset

Definition at line 1092 of file xdot.py.

smach_viewer.xdot.xdot.XDotParser.yscale

Definition at line 1094 of file xdot.py.


The documentation for this class was generated from the following file:


smach_viewer
Author(s): Jonathan Bohren
autogenerated on Mon Jun 10 2019 13:13:42