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) |
![]() | |
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) |
![]() | |
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 | |
![]() | |
edge_attrs | |
graph_attrs | |
node_attrs | |
![]() | |
lexer | |
lookahead | |
Definition at line 1016 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.XDotParser.__init__ | ( | self, | |
xdotcode | |||
) |
Reimplemented from smach_viewer.xdot.xdot_qt.DotParser.
Definition at line 1018 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.XDotParser.handle_edge | ( | self, | |
src_id, | |||
dst_id, | |||
attrs | |||
) |
Reimplemented from smach_viewer.xdot.xdot_qt.DotParser.
Definition at line 1077 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.XDotParser.handle_graph | ( | self, | |
attrs | |||
) |
Reimplemented from smach_viewer.xdot.xdot_qt.DotParser.
Definition at line 1029 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.XDotParser.handle_node | ( | self, | |
id, | |||
attrs | |||
) |
Reimplemented from smach_viewer.xdot.xdot_qt.DotParser.
Definition at line 1057 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.XDotParser.parse | ( | self | ) |
Reimplemented from smach_viewer.xdot.xdot_qt.DotParser.
Definition at line 1095 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.XDotParser.parse_edge_pos | ( | self, | |
pos | |||
) |
Definition at line 1109 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.XDotParser.parse_node_pos | ( | self, | |
pos | |||
) |
Definition at line 1105 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.XDotParser.transform | ( | self, | |
x, | |||
y | |||
) |
Definition at line 1123 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.edges |
Definition at line 1023 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.height |
Definition at line 1048 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.node_by_name |
Definition at line 1025 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.nodes |
Definition at line 1022 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.shapes |
Definition at line 1024 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.subgraph_shapes |
Definition at line 1027 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.top_graph |
Definition at line 1026 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.width |
Definition at line 1047 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.xoffset |
Definition at line 1041 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.xscale |
Definition at line 1043 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.yoffset |
Definition at line 1042 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.XDotParser.yscale |
Definition at line 1044 of file xdot_qt.py.