|
def | __init__ (self, id, x, y, w, h, shapes, url) |
|
def | __repr__ (self) |
|
def | get_jump (self, x, y) |
|
def | get_url (self, x, y) |
|
def | is_inside (self, x, y) |
|
def | __init__ (self, shapes) |
|
def | draw (self, cr, highlight=False) |
|
def | search_text (self, regexp) |
|
def | __init__ (self) |
|
def | select_pen (self, highlight) |
|
Definition at line 416 of file xdot.py.
◆ __init__()
def smach_viewer.xdot.xdot.Node.__init__ |
( |
|
self, |
|
|
|
id, |
|
|
|
x, |
|
|
|
y, |
|
|
|
w, |
|
|
|
h, |
|
|
|
shapes, |
|
|
|
url |
|
) |
| |
◆ __repr__()
def smach_viewer.xdot.xdot.Node.__repr__ |
( |
|
self | ) |
|
◆ 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 |
|
) |
| |
◆ id
smach_viewer.xdot.xdot.Node.id |
◆ 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: