Public Member Functions | |
def | __init__ (self, width=1, height=1, shapes=(), nodes=(), edges=(), subgraph_shapes={}) |
def | draw (self, cr, highlight_items=None) |
def | get_jump (self, x, y) |
def | get_size (self) |
def | get_url (self, x, y) |
![]() | |
def | __init__ (self) |
def | select_pen (self, highlight) |
Public Attributes | |
edges | |
height | |
nodes | |
shapes | |
subgraph_shapes | |
width | |
![]() | |
highlight_pen | |
Definition at line 348 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.Graph.__init__ | ( | self, | |
width = 1 , |
|||
height = 1 , |
|||
shapes = () , |
|||
nodes = () , |
|||
edges = () , |
|||
subgraph_shapes = {} |
|||
) |
Definition at line 350 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.Graph.draw | ( | self, | |
cr, | |||
highlight = None |
|||
) |
Draw this shape with the given cairo context
Reimplemented from smach_viewer.xdot.xdot_qt.Shape.
Definition at line 363 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.Graph.get_jump | ( | self, | |
x, | |||
y | |||
) |
Definition at line 380 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.Graph.get_size | ( | self | ) |
Definition at line 360 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.Graph.get_url | ( | self, | |
x, | |||
y | |||
) |
Definition at line 373 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.Graph.edges |
Definition at line 357 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.Graph.height |
Definition at line 354 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.Graph.nodes |
Definition at line 356 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.Graph.shapes |
Definition at line 355 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.Graph.subgraph_shapes |
Definition at line 358 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.Graph.width |
Definition at line 353 of file xdot_qt.py.