|
| def | __init__ (self, x, y, w, h, shapes, url) |
| |
| def | get_jump (self, x, y) |
| |
| def | get_url (self, x, y) |
| |
| def | is_inside (self, x, y) |
| |
| def | __init__ (self, shapes) |
| |
| def | get_jump (self, x, y) |
| |
| def | get_url (self, x, y) |
| |
| def | __init__ (self, shapes) |
| |
| def | draw (self, cr, highlight=False) |
| |
| def | __init__ (self) |
| |
| def | draw (self, cr, highlight=False) |
| |
| def | select_pen (self, highlight) |
| |
Definition at line 343 of file xdot.py.
◆ __init__()
| def smach_viewer.xdot.xdot.Node.__init__ |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
w, |
|
|
|
h, |
|
|
|
shapes, |
|
|
|
url |
|
) |
| |
◆ get_jump()
| def smach_viewer.xdot.xdot.Node.get_jump |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ get_url()
| def smach_viewer.xdot.xdot.Node.get_url |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ is_inside()
| def smach_viewer.xdot.xdot.Node.is_inside |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ url
| smach_viewer.xdot.xdot.Node.url |
| smach_viewer.xdot.xdot.Node.x |
◆ x1
| smach_viewer.xdot.xdot.Node.x1 |
◆ x2
| smach_viewer.xdot.xdot.Node.x2 |
| smach_viewer.xdot.xdot.Node.y |
◆ y1
| smach_viewer.xdot.xdot.Node.y1 |
◆ y2
| smach_viewer.xdot.xdot.Node.y2 |
The documentation for this class was generated from the following file: