Public Member Functions | |
def | __init__ (self, xdotcode) |
def | parse (self) |
def | parse_subgraph (self) |
![]() | |
def | handle_edge (self, src_id, dst_id, attrs) |
def | handle_graph (self, attrs) |
def | handle_node (self, id, attrs) |
def | parse_edge_pos (self, pos) |
def | parse_node_pos (self, pos) |
def | transform (self, x, y) |
![]() | |
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 | consume (self) |
def | match (self, type) |
def | skip (self, type) |
Public Attributes | |
subgraph_shapes | |
![]() | |
edges | |
height | |
node_by_name | |
nodes | |
shapes | |
subgraph_shapes | |
top_graph | |
width | |
xoffset | |
xscale | |
yoffset | |
yscale | |
![]() | |
edge_attrs | |
graph_attrs | |
node_attrs | |
![]() | |
lexer | |
lookahead | |
Additional Inherited Members | |
![]() | |
string | XDOTVERSION = '1.7' |
def smach_viewer.xdot.wxxdot.MyXDotParser.__init__ | ( | self, | |
xdotcode | |||
) |
Reimplemented from smach_viewer.xdot.xdot.XDotParser.
def smach_viewer.xdot.wxxdot.MyXDotParser.parse | ( | self | ) |
Reimplemented from smach_viewer.xdot.xdot.XDotParser.
def smach_viewer.xdot.wxxdot.MyXDotParser.parse_subgraph | ( | self | ) |
Reimplemented from smach_viewer.xdot.xdot.DotParser.