
Public Member Functions | |
| def | __init__ (self, xdotcode) |
| def | parse (self) |
| def | parse_subgraph (self) |
Public Member Functions inherited from smach_viewer.xdot.xdot.XDotParser | |
| 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) |
Public Member Functions inherited from smach_viewer.xdot.xdot.DotParser | |
| 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) |
Public Member Functions inherited from smach_viewer.xdot.xdot.Parser | |
| def | consume (self) |
| def | match (self, type) |
| def | skip (self, type) |
Public Attributes | |
| subgraph_shapes | |
Public Attributes inherited from smach_viewer.xdot.xdot.XDotParser | |
| 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 | |
Additional Inherited Members | |
Static Public Attributes inherited from smach_viewer.xdot.xdot.XDotParser | |
| 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.